document.write( "Question 155190: 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 #114249 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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( "--------------------------- \n" ); document.write( "EQUATIONS: \n" ); document.write( "Quantity Eq.: s + a = 400 \n" ); document.write( "Value Eq.: 2s + 3a = 1050 \n" ); document.write( "-------------------------------- \n" ); document.write( "Modify to use elimination: \n" ); document.write( "2s + 2a = 800 \n" ); document.write( "2s + 3a = 1050 \n" ); document.write( "------------------- \n" ); document.write( "Subtract 1st eq. from the 2nd: \n" ); document.write( "a = 250 (# of adult tickets sold) \n" ); document.write( "----------- \n" ); document.write( "Substitute to solve for \"s\": \n" ); document.write( "s + 250 = 400 \n" ); document.write( "s = 150 (# of students tickets sold) \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |