document.write( "Question 1007837: A group bought 20 tickets to an amusement park for a total cost of $540. Student tickets cost $25 each and adult tickets cost $30 each. How many student tickets were purchased? \n" ); document.write( "
Algebra.Com's Answer #623672 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number of student and adult tickets, s and a. Then we have \n" ); document.write( "s + a = 20 and the value equation is \n" ); document.write( "25s + 30a = 540 \n" ); document.write( "Now mutiply the top equation by 25 and subtract from the second equation...we get \n" ); document.write( "25s + 30a = 540 \n" ); document.write( "-(25s + 25a = 500) \n" ); document.write( "------------------- \n" ); document.write( "5a = 40 \n" ); document.write( "a = 8 adult tickets \n" ); document.write( "s = 12 student tickets \n" ); document.write( " |