document.write( "Question 720485: \r
\n" );
document.write( "\n" );
document.write( "5.A company that builds phones earns a profit on sales according to the quadratic relation\r
\n" );
document.write( "\n" );
document.write( " P = -10n2 + 1000n -2500\r
\n" );
document.write( "\n" );
document.write( "where P is the profit earned in dollars, and N is the number of crates of phones sold.\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "a. How many crates must be sold to make a maximum profit?\r
\n" );
document.write( "\n" );
document.write( "b. What is the maximum profit that can be made?\r
\n" );
document.write( "\n" );
document.write( "c. If you sell 11 crates how will you make a profit or a loss? How much?\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #441849 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 5.A company that builds phones earns a profit on sales according to the quadratic relation \n" ); document.write( "P = -10n2 + 1000n -2500 \n" ); document.write( "where P is the profit earned in dollars, and N is the number of crates of phones sold.\r \n" ); document.write( "\n" ); document.write( "a. How many crates must be sold to make a maximum profit? \n" ); document.write( "P = -10n^2 + 1000n -2500 \n" ); document.write( "Find derivative: \n" ); document.write( "P' = -20n + 1000 \n" ); document.write( "Set P' to zero to find critical points: \n" ); document.write( "0 = -20n + 1000 \n" ); document.write( "-1000 = -20n \n" ); document.write( "1000 = 20n \n" ); document.write( "100 = 2n \n" ); document.write( "50 = n \n" ); document.write( ". \n" ); document.write( "b. What is the maximum profit that can be made? \n" ); document.write( "plug n=50 and find P: \n" ); document.write( "P = -10n^2 + 1000n -2500 \n" ); document.write( "P = -10(50)^2 + 1000(50) -2500 \n" ); document.write( "P = -10(2500) + 1000(50) -2500 \n" ); document.write( "P = -25000 + 50000 -2500 \n" ); document.write( "P = 25000 -2500 \n" ); document.write( "P = $22500 \n" ); document.write( ". \n" ); document.write( "c. If you sell 11 crates how will you make a profit or a loss? How much? \n" ); document.write( "plug n=11 and find P: \n" ); document.write( "P = -10n^2 + 1000n -2500 \n" ); document.write( "P = -10(11)^2 + 1000(11) -2500 \n" ); document.write( "P = -10(121) + 11000 -2500 \n" ); document.write( "P = -1210 + 11000 -2500 \n" ); document.write( "P = 9790 -2500 \n" ); document.write( "P = $7290 (Profit) \n" ); document.write( " \n" ); document.write( " |