document.write( "Question 238643: One side of a rectangular stage is 2 meters 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 #175343 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let length of one side be x and the other x+2. \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "x^2+(x+2)^2=10^2 \n" ); document.write( "x^2+x^2+4x+4=100 \n" ); document.write( "2x^2+4x-96=0 \n" ); document.write( "x^2+2x-48=0 \n" ); document.write( "(x+8)(x-6)=0 \n" ); document.write( "x=-8, x=6 \n" ); document.write( "The sides are 8 and 6. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |