document.write( "Question 846040: you are selling tickets to a football game. students cost $4 and general admission tickets cost $7. you sell 213 tickets ad collect $1146. how many of each type of ticket did you sell? \n" ); document.write( "
Algebra.Com's Answer #509550 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent number of general admission tickets
\n" ); document.write( " 7x + 4(213-x) = 1146
\n" ); document.write( "7x + 852 - 4x = 1146
\n" ); document.write( " 3x = 1146 - 852
\n" ); document.write( " 3x = 294
\n" ); document.write( " x = 98, number of general admission tickets. 115 Student tickets \"213-98\"
\n" ); document.write( "CHECKING our answer***
\n" ); document.write( " $7*98 + $4* 115 = $686 + $460 = $1146
\n" ); document.write( "Wish You the Best in your Studies.
\n" ); document.write( " \n" ); document.write( "
\n" );