document.write( "Question 1175290: A movie theater has a seating capacity of 145. 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 $ 1040, How many children, students, and adults attended?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #800881 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Hi\r\n" ); document.write( "half as many adults as there are children. \r\n" ); document.write( "Let x = Adults & 2x Children\r\n" ); document.write( " 5(2x) + 7(145-3x) + 12x = 1040\r\n" ); document.write( " x = 1040 - 7*145\r\n" ); document.write( " x = 25, the number of Adults, 50 children & 70 Students \n" ); document.write( " \n" ); document.write( " |