document.write( "Question 662495: Two types of tickets are sold for a concert. Adult tickets cost $10 each, while student tickets each cost $7. A total of 140 tickets are sold, bringing in a total of $1,298. How many student tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #412295 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two types of tickets are sold for a concert. Adult tickets cost $10 each, while student tickets each cost $7. A total of 140 tickets are sold, bringing in a total of $1,298. How many student tickets were sold? \n" ); document.write( "----- \n" ); document.write( "Equtions: \n" ); document.write( "a + s = 140 tickets \n" ); document.write( "10a+7s = 1298 dollars \n" ); document.write( "------------------------- \n" ); document.write( "Modify: \n" ); document.write( "10a + 10s = 1400 \n" ); document.write( "10z + 7s = 1298 \n" ); document.write( "-------- \n" ); document.write( "Substract and solve for \"s\": \n" ); document.write( "3s = 102 \n" ); document.write( "s = 34 (# of student tickets sold) \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |