document.write( "Question 61810: You are selling tickets for a musical at your local community college. Student tickets cost $5 and general admision tickets cost $8. If you sell 500 tickets and collect $3475, how many student tickets and how many general admission. Thank you for your help and time . \n" ); document.write( "
Algebra.Com's Answer #42532 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
student tickets = s
\n" ); document.write( "adult tickets = a
\n" ); document.write( "a + s = 500 or a = 500 - s
\n" ); document.write( "5s + 8a = 3475
\n" ); document.write( "5s + 8(500 - s) = 3475
\n" ); document.write( "5s + 4000 - 8s = 3475
\n" ); document.write( "-3s = -525
\n" ); document.write( "s = 175
\n" ); document.write( "a = 500 - s
\n" ); document.write( "a = 500 - 175 = 325
\n" ); document.write( "
\n" );