document.write( "Question 1074407: Separate the number 11 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 #689099 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
Separate the number 11 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 11-x
\n" ); document.write( "As per qn (11-x)x^2 is maximum
\n" ); document.write( "now let f(x)=(11-x)x^2
\n" ); document.write( "f'(x)=22x-3x^2
\n" ); document.write( "for critical points f'(x)=0
\n" ); document.write( "this gives x= 0 or 22/3
\n" ); document.write( "now f\"(x)=22-6x
\n" ); document.write( "so f\"(0)=22 >0
\n" ); document.write( "& f\"(22/3)=-22 <0
\n" ); document.write( "so for x=22/3 the f(x)is maximum
\n" ); document.write( "so one part is 22/3 & the other part is 11/3
\n" ); document.write( "ans
\n" ); document.write( "
\n" );