document.write( "Question 722684: Maximum Profit: A chain store manager has been told by the main office that daily profit, P, is related to the number of clerks working that day, x, according to the function P = -25x^(2) + 300x. What number of clerks will maximize the profit, and what is the maximum possible profit?\r
\n" );
document.write( "\n" );
document.write( "1. Could you please explain and provide solutions to the above problem? \n" );
document.write( "
Algebra.Com's Answer #442967 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! daily profit, P, is related to the number of clerks working that day, x, \n" ); document.write( " according to the function P = -25x^(2) + 300x. \n" ); document.write( " What number of clerks will maximize the profit, \n" ); document.write( ": \n" ); document.write( "this is a quadratic equation with a neg coefficient of x^2, \n" ); document.write( " so we know that the max is on the axis of symmetry \n" ); document.write( "The formula for the axis of symmetry; x = -b/(2a), in this equation \n" ); document.write( "a = -25, b = 300 \n" ); document.write( "so we have \n" ); document.write( "x = \n" ); document.write( "x = +6 clerks for max profit \n" ); document.write( ": \n" ); document.write( "\"and what is the maximum possible profit? \n" ); document.write( "Replace x with 6 in the original equation \n" ); document.write( "p = -25(6^2) + 300(6) \n" ); document.write( "p = -25(36) + 1800 \n" ); document.write( "p = -900 + 1800 \n" ); document.write( "p = $900 is the max profit \n" ); document.write( " |