document.write( "Question 257203: In another showing of the school play, the 150 seat theater was again sold out. This time, the revenue from the tickets ($3 for students and $5 for adults) was $655. How many tickets of each type were sold?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #189139 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! In another showing of the school play, the 150 seat theater was again sold out. This time, the revenue from the tickets ($3 for students and $5 for adults) was $655. How many tickets of each type were sold? \n" ); document.write( ". \n" ); document.write( "Let x = students tickets sold \n" ); document.write( "then \n" ); document.write( "150-x = adult tickets sold \n" ); document.write( ". \n" ); document.write( "Our equation: \n" ); document.write( "3x + 5(150-x) = 655 \n" ); document.write( "3x + 750-5x = 655 \n" ); document.write( "750-2x = 655 \n" ); document.write( "-2x = -100 \n" ); document.write( "x = 50 (number of student tickets sold) \n" ); document.write( ". \n" ); document.write( "Adult tickets sold: \n" ); document.write( "150-x = 150-50 = 100 \n" ); document.write( " |