document.write( "Question 1191883: A movie theater has a seating capacity of 197. The theater charges $5.00 for children, $7.00 for students, and $12.00 for adults. There are half as many adults as there are children. If the total ticket sales was $ 1430, How many children, students, and adults attended? \n" ); document.write( "
Algebra.Com's Answer #823735 by ikleyn(52776)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A movie theater has a seating capacity of 197.
\n" ); document.write( "The theater charges $5.00 for children, $7.00 for students, and $12.00 for adults.
\n" ); document.write( "There are half as many adults as there are children.
\n" ); document.write( "If the total ticket sales was $ 1430, How many children, students, and adults attended?
\n" ); document.write( "~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "adults   = x\r\n" );
document.write( "\r\n" );
document.write( "children = 2x\r\n" );
document.write( "\r\n" );
document.write( "students = 197 - x - 2x = 197 - 3x\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Total money equation (the revenue)\r\n" );
document.write( "\r\n" );
document.write( "    12x + 5*(2x) + 7*(197-3x) = 1430\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the equation\r\n" );
document.write( "\r\n" );
document.write( "    x = \"%281430+-+7%2A197%29%2F%2812%2B5%2A2-7%2A3%29\" = 51.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  adults: 51;  children: 2*51 = 102;  students: 197-3*51 = 44.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved (using one equation in one unknown).\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );