document.write( "Question 458890: how to find the missing length of a rectangle if given the diagonal and width is given. \n" ); document.write( "
Algebra.Com's Answer #314769 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! L^2+W^2=D^2 \n" ); document.write( "L^2=D^2-W^2 \n" ); document.write( "L=SQRT(D^2+W^2)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |