document.write( "Question 106575: adult tickets for a play cost $17 and child tickets cost $7. if there were 32 people at a performance and the theater collected $354 from ticket sales, how many adults and how many children attended the play? \n" ); document.write( "
Algebra.Com's Answer #77571 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let A = the number of adults in attendance and C = the number of children in attendance.
\n" ); document.write( "A+C = 32 \"...there were 32 people at a perfomance...\"
\n" ); document.write( "A($17) + C($7) = $354 \"...the theatre collected $354 from ticket sales,...\"
\n" ); document.write( "So now we have two equtions with two unknowns (A and C):\r
\n" ); document.write( "\n" ); document.write( "A+C = 32 rewrite this as: C = 32-A
\n" ); document.write( "17A+7C = 354 Substitute the C = 32-A into this equation and solve for A.
\n" ); document.write( "17A + 7(32-A) = 354 Simplify.
\n" ); document.write( "17A + 224-7A = 354 After subtracting the A's, subtract 224 from both sides.
\n" ); document.write( "10A = 130 Divide both sides by 10.
\n" ); document.write( "A = 13 and...
\n" ); document.write( "C = 32-A
\n" ); document.write( "C = 32-13
\n" ); document.write( "C = 19
\n" ); document.write( "The number of adults attending = 13 and the number of children attending = 19\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );