document.write( "Question 339215: 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 wre half as many adults as children and students combined. the receipts totaled $5600. how many children attended the show? \n" ); document.write( "
Algebra.Com's Answer #243124 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let number of children attending = \"c\"
\n" ); document.write( "Let number of students attending = \"s\"
\n" ); document.write( "Let number of adults attending = \"a\"
\n" ); document.write( "given:
\n" ); document.write( "Receipts from children = \"4c\"
\n" ); document.write( "Receipts from students = \"6s\"
\n" ); document.write( "Receipts from adults = \"8a\"
\n" ); document.write( "(1) \"4c+%2B+6s+%2B+8a+=+5600\"
\n" ); document.write( "There was full attendance, so
\n" ); document.write( "(2) \"c+%2B+s+%2B+a+=+900\"
\n" ); document.write( "(3) \"a+=+%281%2F2%29%2A%28c+%2B+s%29\"
\n" ); document.write( "--------------------------
\n" ); document.write( "There are 3 equations and 3 unknowns, so
\n" ); document.write( "it should be solvable
\n" ); document.write( "From (3):
\n" ); document.write( "(3) \"a+=+%281%2F2%29%2A%28c+%2B+s%29\"
\n" ); document.write( "\"c+%2B+s+=+2a\"
\n" ); document.write( "Now substitute into (2)
\n" ); document.write( "(2) \"2a+%2B+a+=+900\"
\n" ); document.write( "\"3a+=+900\"
\n" ); document.write( "\"a+=+300\"
\n" ); document.write( "From (1):
\n" ); document.write( "(1) \"4c+%2B+6s+%2B+8%2A300+=+5600\"
\n" ); document.write( "\"4c+%2B+6s+=+3200\"
\n" ); document.write( "From above,
\n" ); document.write( "\"c+%2B+s+=+600\"
\n" ); document.write( "\"6c+%2B+6s+=+3600\"
\n" ); document.write( "And by subtraction:
\n" ); document.write( "\"6c+%2B+6s+=+3600\"
\n" ); document.write( "\"-4c+-+6s+=+-3200\"
\n" ); document.write( "\"2c+=+400\"
\n" ); document.write( "\"c+=+200\"
\n" ); document.write( "and,
\n" ); document.write( "\"c+%2B+s+=+600\"
\n" ); document.write( "\"200+%2B+s+=+600\"
\n" ); document.write( "\"s+=+400\"
\n" ); document.write( "There were:
\n" ); document.write( "200 children
\n" ); document.write( "400 students
\n" ); document.write( "300 adults
\n" ); document.write( "check answer:
\n" ); document.write( "(1) \"4c+%2B+6s+%2B+8a+=+5600\"
\n" ); document.write( "(1) \"4%2A200+%2B+6%2A400+%2B+8%2A300+=+5600\"
\n" ); document.write( "(1) \"800+%2B+2400+%2B+2400+=+5600\"
\n" ); document.write( "\"5600+=+5600\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" ); document.write( "
\n" );