document.write( "Question 413960: A 200 seat theater charges $3.00 for adults and $1.50 for children. If all seats were filled and the total ticket income was $510 how many adults and how many childen were in the audience? \n" ); document.write( "
Algebra.Com's Answer #290379 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "full 200 seat theater
\n" ); document.write( "Let x and (200-x)represent the number of adult and student tickets respectively
\n" ); document.write( "Question states***
\n" ); document.write( " 3x + 1.50(200-x) = $510
\n" ); document.write( "Solving for x
\n" ); document.write( " 1.50x = 510 - 1.5*200
\n" ); document.write( " x = 210/1.5
\n" ); document.write( " x = 140, number of adult tickets. 60 the number of student tickets.
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " $3*140 + $1.50*60 = $420 + $90 = $510 \n" ); document.write( "
\n" );