document.write( "Question 896321: A state theater sold ticket for $500. Senior citizens receive a discount 20% and paid only $400. On the initial showing, the theater sold 450 ticket and registered a total of $207500. How many of each type of ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #543499 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A state theater sold ticket for $500. \n" ); document.write( " Senior citizens receive a discount 20% and paid only $400. \n" ); document.write( " On the initial showing, the theater sold 450 ticket and registered a total of $207500. \n" ); document.write( " How many of each type of ticket were sold? \n" ); document.write( ": \n" ); document.write( "Let a = no. of adult tickets ($500) \n" ); document.write( "let s = no. of seniors ($400) \n" ); document.write( ": \n" ); document.write( "The total tickets sold equation \n" ); document.write( "a + s = 450 \n" ); document.write( ": \n" ); document.write( "The total $ equation \n" ); document.write( "500a + 400s = 207500 \n" ); document.write( "simplify, divide thru by 100 \n" ); document.write( "5a + 4s = 2075 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 4, use elimination with the above equation \n" ); document.write( "5a + 4s = 2075 \n" ); document.write( "4a + 4s = 1800 \n" ); document.write( "----------------subtraction eliminates s, find a \n" ); document.write( "a = 275 ea $500 tickets sold \n" ); document.write( "Find s \n" ); document.write( "450 - 275 = 175 ea $400 tickets sold \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this: find amt for each type of ticket \n" ); document.write( "275(500) = 137500 \n" ); document.write( "175(400) = 70000 \n" ); document.write( "------------------ \n" ); document.write( "total amt: 207500 \n" ); document.write( " \n" ); document.write( " |