document.write( "Question 106802: Tickets for a play at the community theater cost $20 for an adult and $4 for a child. If 140 tickets were sold and the total receipts were $2160, how many of each type of ticket were sold?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #77768 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! Tickets for a play at the community theater cost $20 for an adult and $4 for a child. If 140 tickets were sold and the total receipts were $2160, how many of each type of ticket were sold? \n" ); document.write( "------------------------------------------------------------ \n" ); document.write( "x=adult tickets \n" ); document.write( "y=child tickets \n" ); document.write( "x+y=140 \n" ); document.write( "20x+4y=2160 \n" ); document.write( "---------------- \n" ); document.write( "x=140-y \n" ); document.write( "20(140-y)+4y=2160 \n" ); document.write( "2800-20y+4y=2160 \n" ); document.write( "-16y=-640 \n" ); document.write( "y=40 \n" ); document.write( "------------ \n" ); document.write( "x+40=140 \n" ); document.write( "x=140-40 \n" ); document.write( "x=100 \n" ); document.write( "------------------ \n" ); document.write( "so the were 100 adult tickets and 40 child tickets sold \n" ); document.write( ":) \n" ); document.write( " \n" ); document.write( " |