document.write( "Question 1055829: The owner of a movie theater was counting the money from 1 day's ticket sales. He knew that a total of 150 tickets were sold. Adult tickets cost $12 each and children's tickets cost $8 each. If the total receipts for the day was $1576. How many of each type of ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #671011 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "The owner of a movie theater was counting the money from 1 day's ticket sales. He knew that a total of 150 tickets were sold. \n" ); document.write( "Adult tickets cost $12 each and children's tickets cost $8 each. If the total receipts for the day was $1576. \n" ); document.write( "How many of each type of ticket were sold? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solution 1 (one equation approach)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "12*a + 8*(150-a) = 1576.\r\n" ); document.write( "\r\n" ); document.write( "Solve for a.\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solution 2 (two equations approach)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "a + c = 150,\r\n" ); document.write( "12a + 8c = 1576.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Solve the system for \"a\" and \"c\".\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |