document.write( "Question 791149: Can someone help me solve this?
\n" );
document.write( "Type of Problem: Applications of Linear Systems\r
\n" );
document.write( "\n" );
document.write( "Solve the problem by using a system of equations.
\n" );
document.write( "The school student council voted to go to a baseball game for their annual trip. They bought 30 tickets. Some of the tickets cost $21 each, and some cost $27 each. The total cost of all the tickets was $696. How many of the $21 tickets did they buy? \n" );
document.write( "
Algebra.Com's Answer #479404 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x + y = 30 \n" ); document.write( "x = (30-y) \n" ); document.write( "21*(30-y) +27y = 696 \n" ); document.write( "630 -21y +27y = 696 \n" ); document.write( "6y = 66 \n" ); document.write( "y = 11 \n" ); document.write( "x = 30 -11 = 19 \n" ); document.write( "19, $21 tickets were bought \n" ); document.write( " \n" ); document.write( " |