document.write( "Question 375441: one thousand tickets were sold for a baseball game. There were one hundred more adult tickets than student tickets, and there were four times as many tickets sold to students as to children. How many of each type of ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #267002 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent the number of student tickets
\n" ); document.write( "****Adult tickets (x+100) and tickets for children (x/4)
\n" ); document.write( "1000 = x + (x+100) + x/4
\n" ); document.write( "4000 = 4x + 4(x+100) + x
\n" ); document.write( "4000 = 4x + 4x + 400 + x
\n" ); document.write( "4000 = 9x + 400
\n" ); document.write( "3600 = 9x
\n" ); document.write( "400 = x, the number of student tickets, 500 adult and 100 children tickets
\n" ); document.write( "CHECKING our Answer
\n" ); document.write( "400 + 500 + 100 = 1000 tickets
\n" ); document.write( " \n" ); document.write( "
\n" );