document.write( "Question 1110633: The perimeter of a rectangle is 64cm. The length is 4cm less than twice the width. Find the length and the width .\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #725627 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 2L + 2W = 64 \n" ); document.write( "L = 2W - 4 substitute above for L: \n" ); document.write( "2(2W - 4) + 2W = 64 \n" ); document.write( "4W - 8 + 2W = 64 \n" ); document.write( "6W = 72 \n" ); document.write( "W = 12 \n" ); document.write( "and L? \n" ); document.write( "L = 2W - 4 = 2(12) - 4 = 24 - 4 = 20 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "Check: \n" ); document.write( "2L + 2W = 64 \n" ); document.write( "2(20) + 2(12) = 64 \n" ); document.write( "40 + 24 = 64 Correct \n" ); document.write( " \n" ); document.write( " |