document.write( "Question 117864: This problem does not tell me how many tickets were for adults and how many for a child. How can I tell this?\r
\n" );
document.write( "\n" );
document.write( "solve and check your answer\r
\n" );
document.write( "\n" );
document.write( "Tickets for a play at the community theater cost $12 for an adult and $4 for a child. If 130 tickets were sold and the total receipts were $840, how many of each type of ticket were sold? \n" );
document.write( "
Algebra.Com's Answer #85842 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Tickets for a play at the community theater cost $12 for an adult and $4 for a child. If 130 tickets were sold and the total receipts were $840, how many of each type of ticket were sold? \n" ); document.write( "------------------ \n" ); document.write( "Let # of adult tickets be \"a\"; Let # of child tickets be \"c\". \n" ); document.write( "-------------------- \n" ); document.write( "Value EQUATION: 12a + 4c = 840 \n" ); document.write( "Number EQUATION: a + c = 130 \n" ); document.write( "------------ \n" ); document.write( "Multiply the 2nd equation by 4 to get: \n" ); document.write( "4a+4c = 520 \n" ); document.write( "----------------- \n" ); document.write( "Substract that from the 1st equation: \n" ); document.write( "8a = 320 \n" ); document.write( "a = 40 (# of adult tickets sold) \n" ); document.write( "------------- \n" ); document.write( "Substitute to solve for \"c\": \n" ); document.write( "40 + c = 130 \n" ); document.write( "c = 90 (# of child tickets sold) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |