document.write( "Question 258420: 400 tickets were sold for a school play. General admission tickets were $4 and student tickets were $3. If the total ticket sales $1350, how many of each type of ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #190242 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+y=400 y=400-x \n" ); document.write( "4x+3y=1350 \n" ); document.write( "4x+3(400-x)=1350 \n" ); document.write( "4x+1200-3x=1350 \n" ); document.write( "x=150 GA \n" ); document.write( "y=250 students \n" ); document.write( " \n" ); document.write( " |