document.write( "Question 777251: (1 pt) A flight costs $9500 to operate, regardless of the number of passengers. Each ticket costs $135. Express profit, P, as a linear function of the number of passengers, n, on the flight \n" ); document.write( "
Algebra.Com's Answer #473986 by ramkikk66(644)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Profit = Revenue - Cost\r\n" );
document.write( "\r\n" );
document.write( "Cost has two parts:\r\n" );
document.write( "Fixed cost of operating the flight, irrespective of number of passengers = 9500\r\n" );
document.write( "Variable cost for each passenger is not specified. Assume it is 0\r\n" );
document.write( "So the total cost = $9500\r\n" );
document.write( "\r\n" );
document.write( "Revenue:\r\n" );
document.write( "Revenue from one passenger = cost of the ticket = $135\r\n" );
document.write( "Total Revenue from n passengers = 135*n\r\n" );
document.write( "\r\n" );
document.write( "Profit P = Total revenue - total cost = 135*n - 9500\r\n" );
document.write( "\r\n" );
document.write( "\"P+=+135%2An+-+9500\" is the linear function.\r\n" );
document.write( "\r\n" );
document.write( "Hope you got it :)\r\n" );
document.write( "
\n" ); document.write( "
\n" );