document.write( "Question 120314: One side of a rectangular stage is 2meters longer than the other. If the diagonal is 10 meters, then what are the lengths of the sides? \n" ); document.write( "
Algebra.Com's Answer #88188 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
X^2+(X+2)^2=10^2
\n" ); document.write( "X^2+X^2+4X+4=100
\n" ); document.write( "2X^2+4X+4-100=0
\n" ); document.write( "2X^2+4X-96=0
\n" ); document.write( "2(X^2+2X-48)=0
\n" ); document.write( "2(X+8)(X-6)=0
\n" ); document.write( "X+8=0
\n" ); document.write( "X=-8 ANSWER.
\n" ); document.write( "X-6=0
\n" ); document.write( "X=6 ANSWER.
\n" ); document.write( "
\n" );