document.write( "Question 450579: You are selling tickets for a high school basketball game. Student
\n" ); document.write( " tickets cost $3 and general admission tickets cost $5. You sell 350
\n" ); document.write( " tickets and collect $1,450. How many student tickets did you sell?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #309910 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the number oF student tickets sold, (350-x) the # of adult tickets
\n" ); document.write( "Question states***
\n" ); document.write( " 3x + 5(350-x) = 1450
\n" ); document.write( " -2x = -300
\n" ); document.write( " x = 150, the number oF student tickets sold\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Answer*** Note 200a adult tickets sold (350-150)
\n" ); document.write( " $3*150 + $5*200 = $450 + $1000 = $1450 \n" ); document.write( "
\n" );