document.write( "Question 50889: 400 tickets sold, students $2.00, adults $3.00. Took in $1050.00 How many of each sold?
\n" ); document.write( "I think the equation is $2.00x+$3.00=$1050.00
\n" ); document.write( " x+y=400
\n" ); document.write( "

Algebra.Com's Answer #33914 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
Correct, except you are missing a variable: x = child y = adult
\n" ); document.write( "2.00x + 3.00y = 1050.00
\n" ); document.write( "2x + 3(400 - x) = 1050
\n" ); document.write( "2x + 1200 - 3x = 1050
\n" ); document.write( "-x = -150
\n" ); document.write( "x = 150
\n" ); document.write( "plug:
\n" ); document.write( "400 - x = y
\n" ); document.write( "400 - 150 = y = 250
\n" ); document.write( "250 adult's tickets and 150 children's tickets
\n" ); document.write( "
\n" );