document.write( "Question 1065799: A theatre contains 421 seats and the ticket prices for a recent play were $57 for adults and $26 for children. If the total proceeds were $15,968 for a sold-out matinee. How many of each type of ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #681013 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A+C=421 \n" ); document.write( "57A+26C=15968 \n" ); document.write( "multiply top by -26 \n" ); document.write( "-26A-26C=-10946 \n" ); document.write( "add \n" ); document.write( "31A=5022 \n" ); document.write( "A=162 adults @ $57=$9234 \n" ); document.write( "C=259 children @ $26=$6734 \n" ); document.write( "Add up to $15,968 \n" ); document.write( " |