document.write( "Question 166059: Jim is selling basketball tickets for a game. Adult tickets are $5 and $3 for student tickets. After 2 hours he sells 50 tickets and earns $180. How many adult tickets how many student tickets did he sell? \n" ); document.write( "
Algebra.Com's Answer #122385 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
5x+3(50-x)=180
\n" ); document.write( "5x+150-3x=180
\n" ); document.write( "2x=180-150
\n" ); document.write( "2x=30
\n" ); document.write( "x=30/2
\n" ); document.write( "x=15 adult tickets sold.
\n" ); document.write( "50-15=35 student tickets sold.
\n" ); document.write( "Proof:
\n" ); document.write( "5*15+35*3=180
\n" ); document.write( "75+105=180
\n" ); document.write( "180=180
\n" ); document.write( "
\n" );