asked 43.7k views
1 vote
Which of the following is the correct matrix representation of the Friday movie ticket sales?

1 Answer

7 votes
Maybe this will work:
a - # of adults at $A amount each
c - # of children at $C amount each
a+c = T, total number of tickets
aA + cC = $T total price of all tickets

a c T
aA cC $T

would be the 2x3 matrix. Can solve manually or by using the "rref", reduced row echelon form in the calculator.
answered
User RyanStochastic
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.