document.write( "Question 885111: Find the length of a rectangular lot with a perimeter of 72 m if the length is 6 m more than the width. \n" ); document.write( "
Algebra.Com's Answer #534931 by algebrahouse.com(1659)![]() ![]() You can put this solution on YOUR website! w = width \n" ); document.write( "w + 6 = length {length is 6 more than width}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Perimeter of a rectangle = 2(width) + 2(length)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2w + 2(w + 6) = 72 {substituted width and length into perimeter formula} \n" ); document.write( "2w + 2w + 12 = 72 {used distributive property} \n" ); document.write( "4w + 12 = 72 {combined like terms} \n" ); document.write( "4w = 60 {subtracted 12 from each side} \n" ); document.write( "w = 15 {divided each side by 4} \n" ); document.write( "w + 6 = 21 {substituted 15, in for w, into w + 6}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "width = 15 m \n" ); document.write( "length = 21 m \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |