document.write( "Question 1030234: The length of a rectangle is 6 inches more than the width. If the perimeter is 176 inches, what are the length and the width? \n" ); document.write( "
Algebra.Com's Answer #645139 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make width = x \n" ); document.write( "Length = x + 6 \n" ); document.write( "Perimeter of rectangle = \n" ); document.write( "2 x Length + 2 x width \n" ); document.write( "2(x + 6) + 2(x) = 176 \n" ); document.write( "2x + 12 + 2x = 176 \n" ); document.write( "Collect like terms: \n" ); document.write( "2x + 2x = 176 - 12 \n" ); document.write( "4x = 164 \n" ); document.write( "x = 41 inches \n" ); document.write( "Width = 41 inches \n" ); document.write( "Length = 47 inches \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |