document.write( "Question 230350: i need help to do this fraction \r
\n" );
document.write( "\n" );
document.write( "An airplane has a 200 seat capacity and is to be chartered for a transatlantic flight. The airplane cannot be chartered unless there are at least 150 passengers. the cost of a ticket is $540. the company agrees to reduce the price of a ticket by $2 for each ticket sold over 150 How many tickets nedd to be sold to miximize the companys income?\r
\n" );
document.write( "\n" );
document.write( "Additional tickets________________ \n" );
document.write( "
Algebra.Com's Answer #170570 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An airplane has a 200 seat capacity and is to be chartered for a transatlantic flight. The airplane cannot be chartered unless there are at least 150 passengers. the cost of a ticket is $540. the company agrees to reduce the price of a ticket by $2 for each ticket sold over 150 How many tickets need to be sold to maximize the companys income? \n" ); document.write( "------------------------- \n" ); document.write( "Equation: \n" ); document.write( "CI = unit price * # of units \n" ); document.write( "-------------------------------- \n" ); document.write( "CI = (540-2x)(150+x) where x is the number of tickets sold over 150. \n" ); document.write( "------ \n" ); document.write( "CI = 81000 +540x -300x -2x^2 \n" ); document.write( "---------- \n" ); document.write( "CI = -2x^2 + 240x + 81000 \n" ); document.write( "---- \n" ); document.write( "Maximum CI occurs when x = -b/2a = -240/(-4) = 60 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "Number of tickets that need to be sold to maximize CI is 150+60 = 210 \n" ); document.write( "==================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |