Tickets for a movie cost $6 for children and $10 for adults. If 95 seats were filled, and the box office revenues were $670. 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=95 \qquad 6C+10A=670 . Writing the system as a matrix gives LaTeX:  \displaystyle \left[\begin{matrix}1 & 1 & 95\\6 & 10 & 670\end{matrix}\right] . Using RREF gives LaTeX:  \displaystyle \left[\begin{matrix}1 & 0 & 70\\0 & 1 & 25\end{matrix}\right] . The number of children's tickets is 70 and the number of adult tickets is 25.