document.write( "Question 219028: Adult Tickets for the game cost $6 each and student tickets cost $3 each. A total of 1040 tickets worth $5400 were sold. How many student tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #164985 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
s+a=1040, s=1040-a
\n" ); document.write( "6a+3s=5400
\n" ); document.write( "6a+3(1040-a)=5400
\n" ); document.write( "6a+3120-3a=5400
\n" ); document.write( "3a=2280
\n" ); document.write( "a=760
\n" ); document.write( "s=280
\n" ); document.write( "(760*6)+(280*3)=5400
\n" ); document.write( "
\n" );