document.write( "Question 890205: For a charter flight, an airline charges a fare of $180 per person plus $10 per person for each unsold seat on the plane. If the plane holds 100 passengers and if x represents the number of unsold seats,
\n" );
document.write( "(i) find an expression for the total revenue received for the flight.
\n" );
document.write( "(ii) Find the maximum number of unsold seats that the plane can have
\n" );
document.write( "(iii) Hence find the maximum revenue for the flight.
\n" );
document.write( " [Hint: To find an expression for the total revenue, multiply the number of people flying, by the price per ticket.] \n" );
document.write( "
Algebra.Com's Answer #538791 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! For a charter flight, an airline charges a fare of $180 per person plus $10 per person for each unsold seat on the plane. If the plane holds 100 passengers and if x represents the number of unsold seats, \n" ); document.write( "(i) find an expression for the total revenue received for the flight. \n" ); document.write( "let x=number of unsold seats \n" ); document.write( "100-x=number of seats sold \n" ); document.write( "fare price=(180+10x) \n" ); document.write( "Revenue= fare price*number of seats sold=(180+10x)(100-x) \n" ); document.write( "R=18000+1000x-180x-10x^2 \n" ); document.write( "R=-10x^2+820x+18000=0 \n" ); document.write( "R=-x^2+82x+1800 \n" ); document.write( "complete the square: \n" ); document.write( "R=-(x^2-82+41^2)+41^2+1800 \n" ); document.write( "R=-(x-41)^2+3481 \n" ); document.write( "This is an equation of a parabola that open down with vertex at (41,3481) \n" ); document.write( ".. \n" ); document.write( "(ii) Find the maximum number of unsold seats that the plane can have \n" ); document.write( " maximum number of unsold seats that the plane can have=100 \n" ); document.write( "... \n" ); document.write( "(iii) Hence find the maximum revenue for the flight. \n" ); document.write( "maximum revenue for the flight=$3,481 when 41 seats are sold \n" ); document.write( " |