document.write( "Question 260084: The width of a rectangle is 4 cm less then the length. The perimeter is 72 cm. What is the width of the rectangle? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #191530 by dabanfield(803) ![]() You can put this solution on YOUR website! The width of a rectangle is 4 cm less then the length. The perimeter is 72 cm. What is the width of the rectangle? \r \n" ); document.write( "\n" ); document.write( "Let l be the length and w the width of the rectangle. Then the perimeter = 2*l + 2*w\r \n" ); document.write( "\n" ); document.write( "We also know that w = l - 4 or equivalently l = w + 4:\r \n" ); document.write( "\n" ); document.write( "Perimeter = 72 = 2*l + 2*w.\r \n" ); document.write( "\n" ); document.write( "Substituting w + 4 for l in the equation above we have:\r \n" ); document.write( "\n" ); document.write( "72 = 2*(w+4) + 2*w\r \n" ); document.write( "\n" ); document.write( "Solve the above for w. \n" ); document.write( " |