document.write( "Question 456118: Tickets for a school concert were priced at $3 for students and $6 for non-students. There were 1,215 tickets sold for a total of $5,418.\r
\n" );
document.write( "\n" );
document.write( "How many student tickets were sold?
\n" );
document.write( "How many non-student tickets were sold? \n" );
document.write( "
Algebra.Com's Answer #317124 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! m+n=1215 \n" ); document.write( "3m+6n=5418 \n" ); document.write( "3m+3n=3645 \n" ); document.write( "3n=1773 \n" ); document.write( "n=591 \n" ); document.write( "m=624 \n" ); document.write( "There were 624 student tickets sold and 591 non-student tickets.. \n" ); document.write( " |