document.write( "Question 838290: A community center sells ticket to a baseball game. Adult tickets are $5 each and children get in for $2. If the center sells 85 tickets and collects $275, how many adult tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #504973 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "center sells 85 tickets
\n" ); document.write( "\"highlight_green%28x%29\" adult and \"highlight_green%2885-x%29\" children tickets
\n" ); document.write( "Adult tickets are $5 each and children get in for $2.
\n" ); document.write( "center collects $275
\n" ); document.write( " $5x + $2(85-x) = $275 ****
\n" ); document.write( " 5x + 170 - 2x = 275
\n" ); document.write( " 3x = 105
\n" ); document.write( " x = 35 adult tickets sold
\n" ); document.write( "CHECKING our answer*** (50 childen tickets sold : 85-35
\n" ); document.write( "$5*35 + $2* 50 = $175 + $100 = $275 \n" ); document.write( "
\n" );