Tickets for a movie cost $7 for children and $11 for adults. If 108 seats were filled, and the box office revenues were $876. How many children's and now many adult tickets were sold?

Let LaTeX:  \displaystyle C be the number of children's tickets and LaTeX:  \displaystyle A be the number of adult tickets. This gives the system of equations LaTeX:  \displaystyle C+A=108 \qquad 7C+11A=876 . Writing the system as a matrix gives LaTeX:  \displaystyle \left[\begin{matrix}1 & 1 & 108\\7 & 11 & 876\end{matrix}\right] . Using RREF gives LaTeX:  \displaystyle \left[\begin{matrix}1 & 0 & 78\\0 & 1 & 30\end{matrix}\right] . The number of children's tickets is 78 and the number of adult tickets is 30.