document.write( "Question 24187: You are selling tickets for a high school play. Student tickets cost $4 and general admission tickets cost $6. You sell 525 tickets and collect $2876. How many of each type did you sell? \n" ); document.write( "
Algebra.Com's Answer #732666 by bodmaris(2)![]() ![]() You can put this solution on YOUR website! I found that it helps to write everything out like this...\r \n" ); document.write( "\n" ); document.write( "Student=$4 \n" ); document.write( "General=$6 \n" ); document.write( "x=number of student tickets sold \n" ); document.write( "y=number of general admission tickets sold \n" ); document.write( "x+y=525 tickets \n" ); document.write( "4x+6y=2876\r \n" ); document.write( "\n" ); document.write( "THEN you solve it.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |