document.write( "Question 1203711: A movie theater has a seating capacity of 367. The theater charges $5.00 for children, $7.00 for students, and the $12.00 for adults. There are half as many adults as there are children if the total tickets sales was $2668, how many children, students, and adults attended? \n" ); document.write( "
Algebra.Com's Answer #839506 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Adult quantity is half the children quantity or in other words, children quantity is twice the adult quantity.
\n" ); document.write( "
\r\n" );
document.write( "               PRICE         QTY          REVENUE\r\n" );
document.write( "CHILDRN          5           2y           5*2y\r\n" );
document.write( "STDNTS           7          367-3y        7(367-3y)\r\n" );
document.write( "ADULTS          12            y           12y\r\n" );
document.write( "Total                         367         2668\r\n" );
document.write( "

\n" ); document.write( "The necessary equation is obvious.
\n" ); document.write( "
\n" );