document.write( "Question 571187: the length of a rectangle is 6inch less than twice its width. If the perimeter of the rectangle is 72inches, find the dimesions of the rectangle. Please help use the simplest way to solve this problem because I am not good in algebra and I know this has a little algebra in it. \n" ); document.write( "
Algebra.Com's Answer #367999 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let L equal the length of your rectangle. \n" ); document.write( "let W equal the width of your rectangle. \n" ); document.write( "let P equal the perimeter of your rectangle. \n" ); document.write( "the formula for the perimeter of a rectangle is 2L + 2W = P \n" ); document.write( "since P equals 72, this formula becomes: \n" ); document.write( "2L + 2W = 72 \n" ); document.write( "you are also given that L = 2W - 6 \n" ); document.write( "this equation says that the length of the rectangle is 6 inches less than twice the width. \n" ); document.write( "you can substitute for L in the equation of: \n" ); document.write( "2L + 2W = 72 to get: \n" ); document.write( "2(2W-6) + 2W = 72 \n" ); document.write( "you simplify this equation to get: \n" ); document.write( "4W - 12 + 2W = 72 \n" ); document.write( "you combine like terms to get: \n" ); document.write( "6W - 12 = 72 \n" ); document.write( "you add 12 to both sides of this equation to get: \n" ); document.write( "6W = 72 + 12 \n" ); document.write( "you combine like terms to get: \n" ); document.write( "6W = 84 \n" ); document.write( "you divide both sides of this equation by 6 to get: \n" ); document.write( "W = 84 / 6 \n" ); document.write( "you simplify this to get: \n" ); document.write( "W = 14 \n" ); document.write( "since L = 2W - 6, this means that: \n" ); document.write( "L = 2*14 - 6 which becomes: \n" ); document.write( "L = 28 - 6 which becomes: \n" ); document.write( "L = 22 \n" ); document.write( "you have: \n" ); document.write( "L = 22 inches \n" ); document.write( "W = 14 inches \n" ); document.write( "going back to the original formula of: \n" ); document.write( "2L + 2W = 72, you have: \n" ); document.write( "2*22 + 2*14 = 72 which becomes: \n" ); document.write( "44 + 28 = 72 which becomes: \n" ); document.write( "72 = 72 \n" ); document.write( "this confirms the values for L and W are good. \n" ); document.write( "your length is 22 inches. \n" ); document.write( "your width is 14 inches. \n" ); document.write( " \n" ); document.write( " |