document.write( "Question 204124: The price of concert tickets was $8 for students and $10 for nonstudents. There are 1500 tickets sold for a total of $12,300. How many student tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #154079 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let S = the number of student tickets sold. Then 1500-S = the number of non-student tickets sold.
\n" ); document.write( "The cost of tickets can be expressed as:
\n" ); document.write( "Students: $8(S)
\n" ); document.write( "Non-students: $10(1500-S) The sum of these two amounts is given as $12,300. In equation form, you can write:
\n" ); document.write( "8S+10(1500-S) = 12300 Solve for S.
\n" ); document.write( "8S+15000-10S = 12300
\n" ); document.write( "-2S+15000 = 12300 Subtract 15000 from both sides.
\n" ); document.write( "-2S = -2700 Divide both sides by -2
\n" ); document.write( "S = 1350
\n" ); document.write( "1,350 student tickets were sold.
\n" ); document.write( "
\n" );