document.write( "Question 977122: Students can buy tickets for a basketball game for Php. 100. However the admission for non-students are Php. 200. If 350 tickets are sold and the total reciept is Php. 450,000, how many student tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #598623 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! Ticket Prices: \n" ); document.write( "Students, 100 \n" ); document.write( "Non-Students, 200 \n" ); document.write( "- \n" ); document.write( "Tickets Sold, 350 \n" ); document.write( "Revenue of Ticket Sales, Php. 450000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "VARIABLES \n" ); document.write( "x, count of students \n" ); document.write( "y, count of non-students\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "HOW TO MAKE EQUATIONS \n" ); document.write( "Account for number of tickets sold; \n" ); document.write( "Account for ticket sales revenue.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Task: Solve for x and y. \n" ); document.write( " |