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 #12876 by chripchrip(6)![]() ![]() ![]() You can put this solution on YOUR website! let student tickets be x and the general tickets be \n" ); document.write( "525-X \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\r \n" ); document.write( "\n" ); document.write( "the nos of student ticket are 137 and the nos of general admission tickets are 388\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |