document.write( "Question 837197: A charter airline finds that on its Saturday flights from Philadelphia to London, all 120 seats will be sold if the ticket price is $200. However, for each $3 increase in ticket price, the number of seats sold decreases by one.
\n" );
document.write( "(a) Find a formula for the number of seats sold if the ticket price is P dollars.
\n" );
document.write( "(b) Over a certain period, the number of seats sold for this flight ranged between 90 and 115. What was the corresponding range of ticket prices?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #504519 by Theo(13342)![]() ![]() You can put this solution on YOUR website! there are 2 formulas that can be used.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first formula solves for the price per ticket based on the number of tickets sold. \n" ); document.write( "that formula is: \n" ); document.write( "P = 200 + 3 * (120 - T)) \n" ); document.write( "if you sell 120 tickets, the price per ticket is 200. \n" ); document.write( "if you sell 119 tickets, the price per ticket is 200 + (3*1) = 200 + 3 = 203. \n" ); document.write( "if you sell 118 tickets, the price per ticket is 200 + (3*2) = 200 + 6 = 206. \n" ); document.write( "if you sell 121 tickets, the price per ticket is 200 + (3*(-1)) = 200 - 3 = 197. \n" ); document.write( "if you sell 122 tickets, the price per ticket is 200 + (3*(-2)) = 200 - 6 = 194.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the second formula solves for the number of tickets sold based on the price per ticket. \n" ); document.write( "that formula is: \n" ); document.write( "T = 120 - ((P - 200) / 3)) \n" ); document.write( "if the price per ticket is 200, the number of tickets sold is 120. \n" ); document.write( "if the price per ticket is 203, the number of tickets sold is 120 - (3/3) = 120 - 1 = 119. \n" ); document.write( "if the price per ticket is 206, the number of tickets sold is 120 - (6/3) = 120 - 2 = 118. \n" ); document.write( "if the price per ticket is 197, the number of tickets sold is 120 - (-3/3) = 120 + 1 = 121. \n" ); document.write( "if the price per ticket is 194, the number of tickets sold is 120 - (-6/3) = 120 + 2 = 122.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "depending on your needs, you can use one formula or the other.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example, question b asks:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Over a certain period, the number of seats sold for this flight ranged between 90 and 115. What was the corresponding range of ticket prices? \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you would want to use the formula that gives you the price per ticket for the number of tickets sold. \n" ); document.write( "that formula is: \n" ); document.write( "P = 200 + 3 * (120 - T))\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when T = 90, that formula tells you that the price per ticket is equal to: \n" ); document.write( "200 + 3 * (120 - 90) which is equal to 200 + 3 * (30) which is equal to 200 + 90 which is equal to 290.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when T = 115, that formula tells you that the price per ticket is equal to: \n" ); document.write( "200 + 3 * (120 - 115) which is equal to 200 + 3 * (5) which is equal to 200 + 15 which is equal to 215.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |