document.write( "Question 1000083: A theatre 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 students and children combined. The receipts total 5600$. How many children attended the show? \n" ); document.write( "
Algebra.Com's Answer #617683 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "let a no. of adults \n" ); document.write( "let c = no. of children \n" ); document.write( "let s = no. of students \n" ); document.write( ": \n" ); document.write( "write an equation for each statement \n" ); document.write( ": \n" ); document.write( "A theatre has a seating capacity of 900 \n" ); document.write( "a + c + s = 900 \n" ); document.write( ": \n" ); document.write( " At a certain screening with full attendance, there were half as many adults as students and children combined. \n" ); document.write( "a = \n" ); document.write( "multiply both sides by 2 \n" ); document.write( "2a = c + s \n" ); document.write( "2a - c - s = 0 \n" ); document.write( ": \n" ); document.write( "The receipts total 5600$.(charges 4$ for children, 6$ for students and 8$ for adults.) \n" ); document.write( "8a + 4c + 6s = 5600 \n" ); document.write( ": \n" ); document.write( "Use elimination here, \n" ); document.write( "a + c + s = 900 \n" ); document.write( "2a - c - s = 0 \n" ); document.write( "----------------------Adding eliminates c and s, find a \n" ); document.write( "3a = 900 \n" ); document.write( "a = 900/3 \n" ); document.write( "a = 300 adults \n" ); document.write( ": \n" ); document.write( "using the first equation \n" ); document.write( "300 + c + s = 900 \n" ); document.write( "c + s = 900 - 300 \n" ); document.write( "c + s = 600 \n" ); document.write( "s = (600-c) \n" ); document.write( ": \n" ); document.write( "Replace a with 300 and s with (600-c) in the 3rd eq \n" ); document.write( "8(300) + 4c + 6(600-c) = 5600 \n" ); document.write( "2400 + 4c + 3600 - 6c = 5600 \n" ); document.write( "4c - 6c + 6000 = 5600 \n" ); document.write( "-2c = 5600 - 6000 \n" ); document.write( "-2c = -400 \n" ); document.write( "c = -400/-2 \n" ); document.write( "c = 200 children attended the show? \n" ); document.write( " |