document.write( "Question 267060: Tickets for a concert were priced at $8 for students and $10 for non students. there were 1500 tickets sold for a total of $12500. how many student tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #196130 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! s + n = 1500 ___ n = 1500 - s\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "8s + 10n = 12500 ___ substituting ___ 8s + 10*(1500 - s) = 12500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "8s + 15000 - 10s = 12500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-2s = -2500 ___ s = 1250 \n" ); document.write( " |