document.write( "Question 1074345: Separate the number 28 into two parts such that the product of one part and the square of the other part is a maximum. \n" ); document.write( "
Algebra.Com's Answer #689065 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Separate the number 28 into two parts such that the product of one part and the square of the other part is a maximum. \n" ); document.write( "---------- \n" ); document.write( "f(x) = x^2*(28-x) = 28x^2 - x^3 \n" ); document.write( "--- \n" ); document.write( "f'(x) = 56x - 3x^2 = 0 \n" ); document.write( "x = 0 --- Ignore \n" ); document.write( "3x = 56 \n" ); document.write( "x = 56/3 \n" ); document.write( "----------- \n" ); document.write( "--> 56/3 and 28/3 \n" ); document.write( " \n" ); document.write( " |