document.write( "Question 523626: Formulate a system of equations for the situation below and solve.
\n" );
document.write( "A theater has a seating capacity of 732 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 $4540. How many children attended the show? \n" );
document.write( "
Algebra.Com's Answer #347555 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A theater has a seating capacity of 732 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 $4540. How many children attended the show? \n" ); document.write( ": \n" ); document.write( "Let c = no. of children \n" ); document.write( "Let s = no. of students \n" ); document.write( "Let a = no. of adults \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\"A theater has a seating capacity of 732\" \n" ); document.write( "c + s + a = 732 \n" ); document.write( ": \n" ); document.write( "\"charges $4 for children, $6 for students, and $8 for adults. The receipts totaled $4540\" \n" ); document.write( "4c + 6s + 8a = 4540 \n" ); document.write( ": \n" ); document.write( "\"there were half as many adults as children and students combined.\" \n" ); document.write( "a = .5(c+s) \n" ); document.write( ": \n" ); document.write( "In the 1st equation, replace a with .5(c+s) \n" ); document.write( "c + s + .5(c+s) = 732 \n" ); document.write( "c + s + .5c + .5s = 732 \n" ); document.write( "1.5c + 1.5s = 732 \n" ); document.write( ": \n" ); document.write( "Do the same in the 2nd equation \n" ); document.write( "4c + 6s + 8(.5(c+s)) = 4540 \n" ); document.write( "4c + 6s + 4c + 4s = 4540 \n" ); document.write( "8c + 10s = 4540 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 20, the above equation by 3 \n" ); document.write( "30c + 30s = 14640 \n" ); document.write( "24c + 30s = 13620 \n" ); document.write( "-------------------subtraction eliminates s, find c: \n" ); document.write( "6c = 1020 \n" ); document.write( "c = \n" ); document.write( "c = 170 children went to the performance \n" ); document.write( " |