document.write( "Question 217804: The attendance at a baseball game was 400 people. Student tickets cost $2 and adult tickets cost $3. Total Ticket sales were $1050. How many tickets of each type were sold? \n" ); document.write( "
Algebra.Com's Answer #164145 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+y=400 \n" ); document.write( "2x+3y=1050 \n" ); document.write( "2(400-y)+3y=1050 \n" ); document.write( "800-2y+3y=1050 \n" ); document.write( "y=250 \n" ); document.write( "-------------------- \n" ); document.write( "250 adults*3=$750 \n" ); document.write( "150 students*2=$300 \n" ); document.write( "total $1050 \n" ); document.write( " |