document.write( "Question 1012985: The perimeter of a rectangle is 32cm. What is the shortest possible diagonal of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #629139 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
sides are x and 16-x
\n" ); document.write( "They add to 16 which is half the perimeter.
\n" ); document.write( "square them to x^2 and (16-x)^2, and that equals D^2, where D is the diagonal.
\n" ); document.write( "x^2+256-32x+x^2=D^2
\n" ); document.write( "D^2=2x^2-32x+256
\n" ); document.write( "The minimum is the vertex and x=-b/2a at the vertex. That is 32/4=8
\n" ); document.write( "The diagonal is shortest when the rectangle is a square, with sides 8. The diagonal length squared is 128, so the diagonal is 8 sqrt(2), from a 45-45-90 right triangle.
\n" ); document.write( "
\n" ); document.write( "
\n" );