document.write( "Question 408711: Tickets to a local movie were sold at $4 for adults and $2.50 for students. If 59 tickets were sold for a total of $222.50, how many student tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #287840 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
4x + 2.50(59 - x) = 222.50
\n" ); document.write( "4x + 147.50 - 2.50x = 222.50
\n" ); document.write( "1.50x = 75
\n" ); document.write( "x = 50, the number of adult tickets sold, and
\n" ); document.write( "59 - x = 9, the number of student tickets sold.
\n" ); document.write( "
\n" );