document.write( "Question 393256: One thousand tickets were sold at a game. Adult tickets cost $8.50 while kids tickets cost $4.50, for a total of $7,300. How many tickets of each kind were sold? \n" ); document.write( "
Algebra.Com's Answer #279125 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "One thousand tickets were sold at a game
\n" ); document.write( "Let x and (1000-x) represent number of adult and children tickets respectively
\n" ); document.write( "Question states***
\n" ); document.write( " $8.50x + $4.50(1000-x) = $7300
\n" ); document.write( " 4x = 2800
\n" ); document.write( " x = 700,the number of adult tickets. child's 300. (1000-700)
\n" ); document.write( "CHECKING our Answer
\n" ); document.write( "700*$8.50 + 300*$4.50 = $7300
\n" ); document.write( " \n" ); document.write( "
\n" );