document.write( "Question 1115827: the diagonol of a rectangle is 25cm. If the length is 5cm more than the width, find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #730646 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! the diagonol of a rectangle is 25 cm. If the length is 5 cm more than the width, find the dimensions of the rectangle. \n" ); document.write( "w = width \n" ); document.write( "----- \n" ); document.write( "w^2 + (w+5)^2 = 25^2 \n" ); document.write( " \n" ); document.write( " |