document.write( "Question 52684: Adult tickets for a play cost $14.00 and child tickets cost $3.00
\n" ); document.write( "If there were 26 people at a performance and the theater collected $199.00 from ticket sales, how many adults and how many children attended the play?
\n" ); document.write( "

Algebra.Com's Answer #35165 by funmath(2933)\"\" \"About 
You can put this solution on YOUR website!
Let the number of adult tickets = x
\n" ); document.write( "The cost of adult tickets=14x
\n" ); document.write( "The rest of the 26 tickets are childrens, so let the amount of childrens tickets=26-x.
\n" ); document.write( "The cost of childrens tickets=3(26-x)
\n" ); document.write( "The problem you need to solve would be:
\n" ); document.write( "14x+3(26-x)=199
\n" ); document.write( "14x+78-3x=199
\n" ); document.write( "11x+78=199
\n" ); document.write( "11x+78-78=199-78
\n" ); document.write( "11x=121
\n" ); document.write( "11x/11=121/11
\n" ); document.write( "x=11
\n" ); document.write( "The number of adults is 11.
\n" ); document.write( "The number of children is 26-11=15.
\n" ); document.write( "
\n" );