document.write( "Question 107026: The attendance at a baseball game is 400. Student tickets cost $2 and adult tickets cost $3. The total sales is $1050. How many tickets of each type were sold.\r
\n" ); document.write( "\n" ); document.write( "The answer is 150 student ticktes and 250 adult tickets. I got this trough trial and error but cannot figure out the equation. \r
\n" ); document.write( "\n" ); document.write( "QUestion from Prentise Hall Algebra I - chapter 2.3
\n" ); document.write( "

Algebra.Com's Answer #77856 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=student, so 400-x=adult ... 2(x)+3(400-x)=1050 \n" ); document.write( "
\n" );