document.write( "Question 159274This question is from textbook elementary & intermediate algebra
\n" );
document.write( ": Soccer game.\r
\n" );
document.write( "\n" );
document.write( "There were 1000 more students at the soccer game than nonstudents. Student tickets were $8.50 and nonstudent tickets were $13.25. If the total revenue for the game was $75,925, then how many tickets of each type were sold? \n" );
document.write( "
Algebra.Com's Answer #117419 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! There were 1000 more students at the soccer game than nonstudents. Student tickets were $8.50 and nonstudent tickets were $13.25. If the total revenue for the game was $75,925, then how many tickets of each type were sold? \n" ); document.write( ". \n" ); document.write( "Let x = non-student tickets \n" ); document.write( "then from \"There were 1000 more students at the soccer game than nonstudents\" \n" ); document.write( "x+1000 = student tickets \n" ); document.write( ". \n" ); document.write( "And, because total revenue was $75,925: \n" ); document.write( "13.25x + 8.50(x+1000) = 75925 \n" ); document.write( "13.25x + 8.50x + 8500 = 75925 \n" ); document.write( "21.75x + 8500 = 75925 \n" ); document.write( "21.75x = 67425 \n" ); document.write( "x = 3100 (non-student tickets) \n" ); document.write( ". \n" ); document.write( "student tickets: \n" ); document.write( "x+1000 = 3100+1000 = 4100 (student tickets) \n" ); document.write( " |