document.write( "Question 283279: Rectangular stage. One side of a rectangular stage is
\n" ); document.write( "2 meters longer than the other. If the diagonal is 10 meters,
\n" ); document.write( "then what are the lengths of the sides?
\n" ); document.write( "

Algebra.Com's Answer #205643 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
The Pythagorean theorem applies: the diagonal is the hypotenuse of a right triangle.
\n" ); document.write( "The sides are the triangle are the length and width of the rectangle.
\n" ); document.write( "We are told the diagonal is 10 m.
\n" ); document.write( ".
\n" ); document.write( "\"L+=+length\"
\n" ); document.write( "\"W+=+width\"
\n" ); document.write( "\"L+=+W%2B2\" :: The length is 2 m > width, so the width + 2 = length
\n" ); document.write( ".
\n" ); document.write( "\"L%5E2+%2B+W%5E2+=+10%5E2\"
\n" ); document.write( ".
\n" ); document.write( "substitute \"L+=+W%2B2\"
\n" ); document.write( ".
\n" ); document.write( "\"%28W%2B2%29%5E2+%2B+W%5E2+=+100\"
\n" ); document.write( ".
\n" ); document.write( "\"W%5E2+%2B+4W+%2B+4+%2B+W%5E2+=+100\"
\n" ); document.write( ".
\n" ); document.write( "\"2W%5E2+%2B+4W+-+96+=+0\"
\n" ); document.write( ".
\n" ); document.write( "divide through by 2
\n" ); document.write( ".
\n" ); document.write( "\"W%5E2+%2B+2W+-48+=+0\"
\n" ); document.write( ".
\n" ); document.write( "factor
\n" ); document.write( ".
\n" ); document.write( "\"%28W%2B8%29%28W-6%29=+0\"
\n" ); document.write( ".
\n" ); document.write( "So our choices are W=-8 and W=6, but a negative width doesn't make sense.
\n" ); document.write( ".
\n" ); document.write( "\"L+=+W%2B2+=+6%2B2+=+8\"
\n" ); document.write( ".
\n" ); document.write( "checking our solution, is the diagonal 10?
\n" ); document.write( ".
\n" ); document.write( "\"6%5E2%2B+8%5E2+=+36+%2B+64+=+100\"
\n" ); document.write( ".
\n" ); document.write( "So the \"diagonal+=+sqrt%28100%29=10\"
\n" ); document.write( "Correct
\n" ); document.write( ".
\n" ); document.write( "Answer:
\n" ); document.write( "The lengths of the sides of the rectangle are 6 and 8.
\n" ); document.write( ".
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );