document.write( "Question 5032: there were 200 tickets sold for a college basketball game. tickets were $4.50 for students and $9 for adults. the total amount collected was $1485. how many of each type of ticket were sold. \n" ); document.write( "
Algebra.Com's Answer #2525 by NinangS(5)\"\" \"About 
You can put this solution on YOUR website!
a= # of adult tickets sold
\n" ); document.write( " s=# of student tickets sold\r
\n" ); document.write( "\n" ); document.write( " 9.00a + 2.50s = 1485
\n" ); document.write( " a + s = 200
\n" ); document.write( " a = 200 - s
\n" ); document.write( " 9.00(200-s)+ 4.50s = 1485
\n" ); document.write( " 1800 - 9.00s + 4.50s = 1485
\n" ); document.write( " -4.50s = -315
\n" ); document.write( " s = 70\r
\n" ); document.write( "\n" ); document.write( " a + 70 = 200
\n" ); document.write( " a = 130
\n" ); document.write( "
\n" );