document.write( "Question 1012433: A rectangle of length y cm has a 4 cm width shorter than its length write down the expression for (1) the width of the rectangle
\n" );
document.write( " (2) the perimeter of the rectangle \n" );
document.write( "
Algebra.Com's Answer #628361 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The width is 4 cm shorter than length y so we would call that (y - 4) cm. \n" ); document.write( "The perimeter is \n" ); document.write( "P = 2L + 2W = 2y + 2(y - 4) = 2y + 2y - 8 = (4y - 8) cm \n" ); document.write( " |