document.write( "Question 80109: maximum profit a chain store manager has been told by the main office that the daily profit P is related to the number of clerks working that day, x, according to the equation p=-25x^2+300x. what number of clerks will maxamize the profit, and what is the maximum possible profit?\r
\n" );
document.write( "\n" );
document.write( "are they wanting us to solve as a equation i am confused please give me step by step instructions so I can complete the rest of my problems am freaking out \n" );
document.write( "
Algebra.Com's Answer #57585 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! maximum profit a chain store manager has been told by the main office that the daily profit P is related to the number of clerks working that day, x, according to the equation p=-25x^2+300x. what number of clerks will maxamize the profit, and what is the maximum possible profit? \n" ); document.write( ": \n" ); document.write( "p = -25x^2 + 300x is a quadratic equation so you can find the the max profit by \n" ); document.write( "finding the x value of the axis of symmetry and find the vertex with that: \n" ); document.write( ": \n" ); document.write( "Axis of symmetry formula: x = -b/(2a) \n" ); document.write( "In equation; p = -25x^2 + 300x, a = -25; b = 300 \n" ); document.write( ": \n" ); document.write( "x = -300/(2*-25) \n" ); document.write( "x = -300/-50 \n" ); document.write( "x = +6 clerks will maximize the profit \n" ); document.write( ": \n" ); document.write( "To find the max profit, substitute 6 for x 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 actual profit \n" ); document.write( ": \n" ); document.write( "A profit/clerk graph will look like this: \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Notice the max occurs when x = 6 clerks which is the axis of symmetry and \n" ); document.write( "the vertex is the max profit of 900 \n" ); document.write( " |