document.write( "Question 709063: If the diagonal of a rectangle has length 14 feet, and the area of the rectangle is 64 square feet, find the number of feet in the perimeter of the rectangle.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #436361 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If the diagonal of a rectangle has length 14 feet, and the area of the rectangle is 64 square feet, find the number of feet in the perimeter of the rectangle. \n" ); document.write( "----- \n" ); document.write( "Draw a rectangle with one diagonal. \n" ); document.write( "Let the sides be L and W \n" ); document.write( "Then diagonal = sqrt[L^2+W^2] \n" ); document.write( "--------- \n" ); document.write( "Equations: \n" ); document.write( "sqrt(L^2+W^2) = 14 ft. \n" ); document.write( "L^2 + W^2 = 196 \n" ); document.write( "------- \n" ); document.write( "LW = 64 sq. ft \n" ); document.write( "----- \n" ); document.write( "L = 64/W \n" ); document.write( "---- \n" ); document.write( "Substitute for \"L\" and solve for \"W\": \n" ); document.write( "(64/W)^2 + W^2 = 196 \n" ); document.write( "64 + W^4 = 196W^2 \n" ); document.write( "------ \n" ); document.write( "W^4 - 196W^2 + 64 = 0 \n" ); document.write( "--- \n" ); document.write( "W^2 = 195.67 \n" ); document.write( "W = 13.99 ft \n" ); document.write( "--- \n" ); document.write( "Solve for L: \n" ); document.write( "L = 64/W \n" ); document.write( "L = 64/13.99 \n" ); document.write( "L = 4.57 ft \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " \n" ); document.write( " |