document.write( "Question 311969: admission to the senior class variety show was $3.75 for students and $4.50 for adults. The senior class collected $1680 from the sale of 400 tickets. How many student tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #223057 by nerdybill(7384) You can put this solution on YOUR website! admission to the senior class variety show was $3.75 for students and $4.50 for adults. The senior class collected $1680 from the sale of 400 tickets. How many student tickets were sold? \n" ); document.write( ". \n" ); document.write( "Let x = number of student tickets sold \n" ); document.write( "then \n" ); document.write( "400-x = number of adult tickets sold \n" ); document.write( ". \n" ); document.write( "3.75x + 4.50(400-x) = 1680 \n" ); document.write( "3.75x + 1800 - 4.50x = 1680 \n" ); document.write( "1800 - 0.75x = 1680 \n" ); document.write( "-0.75x = -120 \n" ); document.write( "x = -120/(-0.75) \n" ); document.write( "x = 160 (student tickets sold) \n" ); document.write( " \n" ); document.write( " |