document.write( "Question 1074408: Separate the number 14 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 #689098 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
Separate the number 14 into two parts such that the product of one part and the square of the other part is a maximum.
\n" ); document.write( "let one part is x
\n" ); document.write( "so the other part is 14-x
\n" ); document.write( "As per qn (14-x)x^2 is maximum
\n" ); document.write( "now let f(x)=(14-x)x^2
\n" ); document.write( "f'(x)=28x-3x^2
\n" ); document.write( "for critical points f'(x)=0
\n" ); document.write( "this gives x= 0 or 28/3
\n" ); document.write( "now f\"(x)=28-6x
\n" ); document.write( "so f\"(0)=28 >0
\n" ); document.write( "& f\"(28/3)=-28 <0
\n" ); document.write( "so for x=28/3 the f(x)is maximum
\n" ); document.write( "so one part is 28/3 & the other part is 14/3
\n" ); document.write( "ans
\n" ); document.write( "
\n" );