document.write( "Question 158550: The attendance at a ball game was 400 people. Student tickets cost $2 and adult tickets cost $3. If $1050 was collected in ticket sales, how many of each type of ticket was sold? \n" ); document.write( "
Algebra.Com's Answer #116807 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
The attendance at a ball game was 400 people. Student tickets cost $2 and adult tickets cost $3. If $1050 was collected in ticket sales, how many of each type of ticket was sold?
\n" ); document.write( ".
\n" ); document.write( "Let x = number of $2 tickets sold
\n" ); document.write( "then because there was a total of 400 people
\n" ); document.write( "400-x = number of $3 tickets sold
\n" ); document.write( ".
\n" ); document.write( "If total collected was $1050:
\n" ); document.write( "2x + 3(400-x) = 1050
\n" ); document.write( "2x + 1200 - 3x = 1050
\n" ); document.write( "1200 - x = 1050
\n" ); document.write( "1200 = x+1050
\n" ); document.write( "150 = x (number of $2 tickets sold)
\n" ); document.write( ".
\n" ); document.write( "$3 tickets sold:
\n" ); document.write( "400-x = 400-150 = 250 (number of $3 tickets sold)
\n" ); document.write( "
\n" ); document.write( "
\n" );