document.write( "Question 240058: How do i calculate the maximum profit of -10x^2 + 1700x - 60000 \n" ); document.write( "
Algebra.Com's Answer #176010 by stanbon(75887) ![]() You can put this solution on YOUR website! How do i calculate the maximum profit of \n" ); document.write( "P(x) = -10x^2 + 1700x - 60000 \n" ); document.write( "--- \n" ); document.write( "You have a quadratic with a = -10, b = 1700, c = -60000 \n" ); document.write( "------- \n" ); document.write( "Max occurs when x = -b/2a = -1700/(2*-10) = 85 \n" ); document.write( "------- \n" ); document.write( "P(85) = -10*(85)^2 + 1700*85 - 600000 \n" ); document.write( "P(85) = $12,250 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |