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 #12862 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the student tickets be x \n" ); document.write( "Let the geral Admission tickets be y \n" ); document.write( "x+y=525 \n" ); document.write( "y=525-x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x+6y=2876 (subsitute for y) \n" ); document.write( "4x+6(525-x)=2876 \n" ); document.write( "4x+3150-6x=2876 \n" ); document.write( "-2x=-274 \n" ); document.write( "x=137 \n" ); document.write( "y=525-137 \n" ); document.write( "y=388\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, about 137 childern tickets were sold and 388 gernal admission tickets were sold. \n" ); document.write( "Paul. \n" ); document.write( " |