document.write( "Question 347951: The number of students attending the fall play was 150 more than the number of adults attending. Student tickets cost 3.00 and adult tickets cost 5.00. A total of 4730.00 was collected. How many students attended. \n" ); document.write( "
Algebra.Com's Answer #248774 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "*Note: Let x represent the number of students attending. (x-150) would be the number of adults. \n" ); document.write( ". \n" ); document.write( "the question states the following to be true \n" ); document.write( "*$3.00*x + $5.00*(x-150) = $4730.00 \n" ); document.write( ". \n" ); document.write( "simplify and solve for x, the number of students \n" ); document.write( "3x + 5x - 750 = 4730 \n" ); document.write( "8x = 5480 \n" ); document.write( "x = 685 \n" ); document.write( ". \n" ); document.write( "check your answer \n" ); document.write( "3*685 + 5*535 = 4730 \n" ); document.write( " |