document.write( "Question 1165984: Lun Ho staduim sells 2,200 tickets for a concert. It sells a quarter of them at a 20% discount and a further 10% at a 40% discount. How much must it change for tickets if it wants to generate an income of $40,000? \n" ); document.write( "
Algebra.Com's Answer #790661 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Lun Ho stadium sells 2,200 tickets for a concert.
\n" ); document.write( " It sells a quarter of them at a 20% discount and a further 10% at a 40% discount.
\n" ); document.write( "How much must he charge for tickets if it wants to generate an income of $40,000?
\n" ); document.write( ":
\n" ); document.write( "let a = undiscounted price for the tickets
\n" ); document.write( "1 - .25 - .10 = .65 sold at original price
\n" ); document.write( "20% discount = .8n is the price of the ticket
\n" ); document.write( "40% discount = .6n is the price of the ticket
\n" ); document.write( ":
\n" ); document.write( ".25(2200)(.8a) + .10(2200)(.6a) + .65(2200)a = 40000
\n" ); document.write( "440a + 132a + 1430a = 40000
\n" ); document.write( "2002a = 40000
\n" ); document.write( "a = 40000/2002
\n" ); document.write( "a = $19.98 will generate $40,000 (probably just make it $20 a ticket)
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "check this; find the amt at each price using $20
\n" ); document.write( "550 * 16 = 8800, 20% disc
\n" ); document.write( "220 * 12 = 2640, 40% disc
\n" ); document.write( "1430* 20 = 28600 no disc
\n" ); document.write( "-------------------
\n" ); document.write( "total Rev: $40040
\n" ); document.write( "
\n" );