document.write( "Question 423831: find the area of rectangle with length 30in and diagonal 34in \n" ); document.write( "
Algebra.Com's Answer #295524 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! find the area of rectangle with length 30in and diagonal 34in \n" ); document.write( ". \n" ); document.write( "apply Pythagorean theorem to find the width: \n" ); document.write( "Let w = width \n" ); document.write( "then \n" ); document.write( "w^2 + 30^2 = 34^2 \n" ); document.write( "w^2 + 900 = 1156 \n" ); document.write( "w^2 = 256 \n" ); document.write( "w = 16 inches \n" ); document.write( ". \n" ); document.write( "Area = 16(30) = 480 square inches \n" ); document.write( " \n" ); document.write( " |