document.write( "Question 357740: Tickets for your school's play are $3 for students and $5 for non-students. On opening night 937 tickets are sold and $3943 is collected. How many tickets were sold to students? to non-students? \n" ); document.write( "
Algebra.Com's Answer #255386 by nyc_function(2741) You can put this solution on YOUR website! Let s = students\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let N = non-students\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "s + N = 937 \n" ); document.write( "3s + 5N = 3943\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is your system of equations in two variables.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Can you finish? \n" ); document.write( " |