document.write( "Question 520153: The width of a rectangle is 4 more than the length,l. write an equation to describe the perimeter in term of w. \n" ); document.write( "
Algebra.Com's Answer #345958 by mamiya(56)![]() ![]() ![]() You can put this solution on YOUR website! The width of a rectangle is 4 more than the length,l. write an equation to describe the perimeter in term of w.\r \n" ); document.write( "\n" ); document.write( "let p be the perimeter. we know that perimeter of a rectangle is p= 2(l+w)\r \n" ); document.write( "\n" ); document.write( "the width is 4 more than the length, means w=4+l so, l=w-4\r \n" ); document.write( "\n" ); document.write( "so p=2[(w-4)+w] \n" ); document.write( " =2(2w-4) \n" ); document.write( " = 4w -8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the answer is 4w-8 \n" ); document.write( " |