document.write( "Question 629254: Ticket prices for the theatre are $5 for adults and $2 for children. The theatre sold 1820 tickets in one day totaling $6100. How many of each were sold? \n" ); document.write( "
Algebra.Com's Answer #396154 by Maths68(1474)\"\" \"About 
You can put this solution on YOUR website!
Adults tickets sold = x
\n" ); document.write( "Children tickets sold = 1820-x
\n" ); document.write( "Cost of Adult's ticket = 5
\n" ); document.write( "Cost of Child's ticket = 2
\n" ); document.write( "Total Sale = 6100\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(Adults tickets sold)(Cost of Adult's ticket)+(Children tickets sold)(Cost of Child's ticket) = Total Sale
\n" ); document.write( "(x)(5)+(1820-x)(2) = 6100
\n" ); document.write( "5x+3640-2x=6100
\n" ); document.write( "5x-2x=6100-3640
\n" ); document.write( "3x=2460
\n" ); document.write( "3x/3=2460/3
\n" ); document.write( "x=820\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Adults tickets sold = x = 820
\n" ); document.write( "Children tickets sold = 1820-x = 1820-820 = 1000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );