document.write( "Question 69084: Adult tickets for a play cost $11.00 and child tickets cost $10.00. If there were 23 people at a performance and the theater collected $246.00 from ticket sales, how many children attended the play?\r
\n" ); document.write( "\n" ); document.write( "Please help me to solve this
\n" ); document.write( "

Algebra.Com's Answer #49168 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Let a=adults, c=children
\n" ); document.write( "\"11a%2B10c=246\"money made from adult's and children's tickets
\n" ); document.write( "\"a%2Bc=23\" number of people
\n" ); document.write( "\"a=23-c\" solve for any variable, in this case a
\n" ); document.write( "\"11%2Ahighlight%28%2823-c%29%29%2B10c=246\"plug in value of a in terms of c
\n" ); document.write( "\"253-11c%2B10c=246\"Distribute
\n" ); document.write( "\"253-c=246\"Simplify
\n" ); document.write( "\"-c=-7\"Isolate c
\n" ); document.write( "\"c=7\"Negate to make c a positive number
\n" ); document.write( "So the number of children that attended is 7
\n" ); document.write( "\"a%2Bhighlight%287%29=23\"Plug in number of children and solve for number of adults
\n" ); document.write( "\"a=16\"
\n" ); document.write( "So there were 16 adults and 7 children
\n" ); document.write( "
\n" );