document.write( "Question 316155: Please help. I am still stumped. A rectangle has a perimeter of 82 inches with a diagonal of 29 inches. What is the length and width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #226268 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangle has a perimeter of 82 inches with a diagonal of 29 inches. \n" ); document.write( " What is the length and width of the rectangle? \n" ); document.write( ": \n" ); document.write( "Write the perimeter equation \n" ); document.write( "2L + 2W = 82 \n" ); document.write( "simplify, divide by 2 \n" ); document.write( "L + W = 41 \n" ); document.write( "L = (41-W); we can use this form for substitution \n" ); document.write( ": \n" ); document.write( "Write the pythag equation; a^2 + b^2 = c^2, where a=L, b=W, c=29 \n" ); document.write( "L^2 + W^2 = 29^2 \n" ); document.write( "L^2 + W^2 = 841 \n" ); document.write( ": \n" ); document.write( "Substitute (41-W) for L \n" ); document.write( "(41-W)^2 + W^2 = 841 \n" ); document.write( ": \n" ); document.write( "FOIL (41-W)(41-W) \n" ); document.write( "(1681 - 41W - 41W + W^2) + W^2 = 841 \n" ); document.write( "1681 - 82W + W^2 + w^2 = 841 \n" ); document.write( ": \n" ); document.write( "Arrange as a quadratic equation on the left: \n" ); document.write( "2W^2 - 82W + 1681 - 841 = 0 \n" ); document.write( "2W^2 - 82W + 840 = 0 \n" ); document.write( ": \n" ); document.write( "Simplify, divide by 2 \n" ); document.write( "W^2 - 41W + 420 = 0 \n" ); document.write( ": \n" ); document.write( "Factor \n" ); document.write( "(W-20)(W-21) = 0 \n" ); document.write( ": \n" ); document.write( "Two solutions \n" ); document.write( "W = 20 \n" ); document.write( "and \n" ); document.write( "W = 21 \n" ); document.write( ": \n" ); document.write( "Find the Length when W=20 \n" ); document.write( "L = 41-W \n" ); document.write( "L = 41-20 \n" ); document.write( "L = 21 \n" ); document.write( "and \n" ); document.write( "Find the Length when W=21 \n" ); document.write( "L = 41-W \n" ); document.write( "L = 41-21 \n" ); document.write( "L = 20 \n" ); document.write( ": \n" ); document.write( "See if that checks out, find the diagonal (hypotenuse) \n" ); document.write( "d = \n" ); document.write( "d = 29 is the diagonal \n" ); document.write( ": \n" ); document.write( "YOu can confirm the solutions in the perimeter equation \n" ); document.write( " |