document.write( "Question 962522: Your class sells a total of 64 tickets to a play. A student ticket costs $1, and an adult ticket costs $2.50. Your class collects $109 in total ticket sales. How many adult tickets did you sell? How many student tickets did you sell? \n" ); document.write( "
Algebra.Com's Answer #588095 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Your class sells a total of 64 tickets to a play. A student ticket costs $1, and an adult ticket costs $2.50. Your class collects $109 in total ticket sales. How many adult tickets did you sell? How many student tickets did you sell?
\n" ); document.write( "-----
\n" ); document.write( "Quantity Eq:: s + a = 64 tickets
\n" ); document.write( "Value Eq:::: s + 2.5a = 109 dollars
\n" ); document.write( "-------------------------
\n" ); document.write( "Subtract and solve for \"a\"::
\n" ); document.write( "1.5a = 45
\n" ); document.write( "a = 30 (# of adult tickets sold)
\n" ); document.write( "----
\n" ); document.write( "s = 64-30 = 34 (# of student tickets sold)
\n" ); document.write( "-----------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-----------
\n" ); document.write( "
\n" );