document.write( "Question 140215: You are selling tickets for a high school concert. student tickets cost $4 and general admission tickets cost $6. You sell 450 tickets and collect $2340. How many of each type of ticket did you sell? \n" ); document.write( "
Algebra.Com's Answer #102159 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Using 2 unknowns: \n" ); document.write( "Let x=number of student tickets sold\r \n" ); document.write( "\n" ); document.write( "And let y=number of general admission tickets sold\r \n" ); document.write( "\n" ); document.write( "Now we are told the following:\r \n" ); document.write( "\n" ); document.write( "x+y=450----------------------------------eq1 \n" ); document.write( "and($ understood) \n" ); document.write( "4x+6y=2340----------------------------eq2\r \n" ); document.write( "\n" ); document.write( "multiply eq1 by 4: \n" ); document.write( "4x+4y=1800------------------------------------eq1a \n" ); document.write( "subtract eq1a from eq2 and we get:\r \n" ); document.write( "\n" ); document.write( "2y=540 divide boh sides by 2\r \n" ); document.write( "\n" ); document.write( "y=270--------------------------number of general admission tickets sold \n" ); document.write( "Substitute y=270 into eq 1: \n" ); document.write( "x+270=450 subtract 260 from each side \n" ); document.write( "x+270-270=450-270 collect like terms \n" ); document.write( "x=180------------------------------------number of student tickets sold\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "180+270=450 \n" ); document.write( "450=450 \n" ); document.write( "and \n" ); document.write( "4*180+6*270=2340 \n" ); document.write( "720+1620=2340 \n" ); document.write( "2340=2340\r \n" ); document.write( "\n" ); document.write( "Using 1 unknown \n" ); document.write( "Let x=number of student tickets sold \n" ); document.write( "Then 450-x=number of general admission tickets sold\r \n" ); document.write( "\n" ); document.write( "Now we are told that: \n" ); document.write( "($ understood) \n" ); document.write( "4x+6(450-x)=2340 get rid of parens (distributive law) \n" ); document.write( "4x+2700-6x=2340 subtract 2700 from each side \n" ); document.write( "4x+2700-2700-6x=2340-2700 collect like terms\r \n" ); document.write( "\n" ); document.write( "-2x=-360 divide both sides by -2 \n" ); document.write( "x=180-----------------------number of student tickets sold \n" ); document.write( "450-x=450-180=270------------------number of general admission tickest sold\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " \n" ); document.write( " |