document.write( "Question 280479: the longer side of a rectangle is double the length of the shorter side. If the length of diagonal is 10cm, what are the dimensions of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #203869 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x^2+(2x)^2=100 \n" ); document.write( "x^2+4x^2=100 \n" ); document.write( "5x^2=100 \n" ); document.write( "x^2=20 \n" ); document.write( "x=2sqrt(5) \n" ); document.write( "2x=4sqrt(5) \n" ); document.write( "check \n" ); document.write( "(2sqrt(5))^2+(4sqrt(5))^2=100 \n" ); document.write( "4*5+16*5 \n" ); document.write( "20+80=100 \n" ); document.write( "ok \n" ); document.write( " |