document.write( "Question 768074: The perimeter of a rectangle if 68 feet. If the length is 8 feet more than the width, find both the length and width. (Formula: P = 2L + 2W) \n" ); document.write( "
Algebra.Com's Answer #468029 by algebrahouse.com(1659)![]() ![]() You can put this solution on YOUR website! x = width \n" ); document.write( "x + 8 = length {the length is 8 more than the width}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Perimeter of a rectangle is 2(width) + 2(length)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + 2(x + 8) = 68 {substituted expressions into perimeter formula} \n" ); document.write( "2x + 2x + 16 = 68 {used distributive property} \n" ); document.write( "4x + 16 = 68 {combined like terms} \n" ); document.write( "4x = 52 {subtracted 16 from each side} \n" ); document.write( "x = 13 ft width {divided each sideb y 4} \n" ); document.write( "x + 8 = 21 ft length {substituted 13, in for x, into x + 8}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "width is 13 ft \n" ); document.write( "length is 21 ft \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |