document.write( "Question 355440: the width, length, and diagonal of a rectangle are consecutive even integers. What are the integers. \n" ); document.write( "
Algebra.Com's Answer #253861 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let w = width of the rectangle, which is also the shortest side of the right triangle. Then the other leg is w +2, and w+4 is the hypotenuse. Then by the Pythagorean Theorem, \"w%5E2+%2B+%28w%2B2%29%5E2+=+%28w%2B4%29%5E2\",
\n" ); document.write( "\"w%5E2%2B+w%5E2%2B4w%2B4+=+w%5E2+%2B8w%2B16\",
\n" ); document.write( "\"w%5E2-4w-12+=+0\",
\n" ); document.write( "\"%28w%2B2%29%28w-6%29+=+0\".
\n" ); document.write( "Thus w = 6, and the other leg is 8, and the hypotenuse is 10.
\n" ); document.write( "
\n" );