document.write( "Question 1107211: Formulate a system of equations for the situation below and solve.\r
\n" );
document.write( "\n" );
document.write( "A theater has a seating capacity of 900 and charges $4 for children, $6 for students, and $8 for adults. At a certain screening with full attendance, there were half as many adults as children and students combined. The receipts totaled $5200. How many children attended the show? \n" );
document.write( "
Algebra.Com's Answer #722257 by ikleyn(52914) You can put this solution on YOUR website! . \n" ); document.write( "Formulate a system of equations for the situation below and solve.\r \n" ); document.write( "\n" ); document.write( "A theater has a seating capacity of 900 and charges $4 for children, $6 for students, and $8 for adults. \n" ); document.write( "At a certain screening with full attendance, there were half as many adults as children and students combined. \n" ); document.write( "The receipts totaled $5200. How many children attended the show? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Since \"there were half as many adults as children and students combined\", you can momentarily conclude that there were 300 adults \r\n" ); document.write( "(1/3 of the full capacity) and 600 children and students combined (2/3 of the full capacity).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Let C be the number of children.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of students was (600-C).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The \"value\" equation for the receipts totaled is THIS:\r\n" ); document.write( "\r\n" ); document.write( "4C + 6*(600-C) + 8*300 = 5200 dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " *** One single equation for one single unknown. ***\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "4C + 3600 - 6C + 2400 = 5200\r\n" ); document.write( "\r\n" ); document.write( "-2C = 5200 - 2400 - 3600 = -800 ====> C = 400.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Answer. 400 children.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "---------------- \n" ); document.write( "Notice. This problem is for one single equation, actually.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, my major wish was do not make it more complicated than it really should be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |