document.write( "Question 1170750: A movie theater has a seating capacity of 299. The theater charges $5.00 for children, $7.00 for students, and $12.00 of adults. There are half as many adults as there are children. If the total ticket sales was $ 2164, How many children, students, and adults attended?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795630 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A movie theater has a seating capacity of 299. \n" ); document.write( "The theater charges $5.00 for children, $7.00 for students, and $12.00 of adults. \n" ); document.write( "There are half as many adults as there are children. \n" ); document.write( "If the total ticket sales was $ 2164, How many children, students, and adults attended? \n" ); document.write( "~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the number of adults.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of children is 2x\r\n" ); document.write( "\r\n" ); document.write( "and the number of students is (299-x-2x) = 299-3x (assuming full capacity is occupied).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Next you write the money equation (= the revenue equation)\r\n" ); document.write( "\r\n" ); document.write( " 12x + 5*(2x) + 7*(299-3x) = 2164 dollars\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It is your basic (governing) equation for this problem.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Now simplify and solve it\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 12x + 10x +7*299 - 21x = 2164\r\n" ); document.write( "\r\n" ); document.write( " x = 2164 - 7*299 = 71.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "ANSWER. 71 adults, 2*71 = 142 children and the rest 299-71-142 = 86 are students.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "CHECK. 71*12 + 142*5 + 86*7 = 2164 dollars is the total revenue. ! Correct !\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The amazing unexpected fact is that the problem is solved using one single unknown and one equation.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |