document.write( "Question 14733: problem:
\n" );
document.write( "(you have to use an equation to solve the problem)
\n" );
document.write( "the attendance at the 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 were sold? \n" );
document.write( "
Algebra.Com's Answer #7634 by LilSkittleMd(119)![]() ![]() ![]() You can put this solution on YOUR website! The two equations are: \n" ); document.write( "a+s=400 \n" ); document.write( "3a+2s=1050 \n" ); document.write( "Solve the first equation for a: \n" ); document.write( "a=400-s \n" ); document.write( "Substitute a into the second equation \n" ); document.write( "3(400-s)+2s=1050 \n" ); document.write( "Distribute \n" ); document.write( "1200-3s+2s=1050 \n" ); document.write( "1200-s=1050 \n" ); document.write( "-s=-150 \n" ); document.write( "s=150 \n" ); document.write( "Substitute the value of s into one of the original equations \n" ); document.write( "a+150=400 \n" ); document.write( "a=250 \n" ); document.write( "There were 250 adult tickets sold and 150 student tickets sold \n" ); document.write( " |