document.write( "Question 994099: A theater has tickets at $6 for adults, $3.50 for students, and $2.50 for children under 12 years old. A total of 278 tickets were sold for one showing with a total revenue of $1300. If the number of adult tickets sold was 10 less than twice the number of students tickets, how many of each type of tickets were sold for the showing? \n" ); document.write( "
Algebra.Com's Answer #613307 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A theater has tickets at $6 for adults, $3.50 for students, and $2.50 for children under 12 years old. A total of 278 tickets were sold for one showing with a total revenue of $1300. If the number of adult tickets sold was 10 less than twice the number of students tickets, how many of each type of tickets were sold for the showing? \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "a + s + t = 278 tickets \n" ); document.write( "6a +3.5s + 2.5t = 1300 \n" ); document.write( "a = 2s-10 \n" ); document.write( "------------------ \n" ); document.write( "Modify:: \n" ); document.write( "a + s + t = 278 \n" ); document.write( "60a + 35s + 25t = 13000 \n" ); document.write( "a - 2s + 0 = -10 \n" ); document.write( "---------------- \n" ); document.write( "Use any method to get: \n" ); document.write( "a = 150 \n" ); document.write( "s = 80 \n" ); document.write( "t = 48 \n" ); document.write( " \n" ); document.write( " |