document.write( "Question 503476: the floor of a room is in a shape of a rectangle.the floor is c metres long the width of is 2 metres less than it's length
\n" );
document.write( " the width of the room
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #339243 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! L = length \n" ); document.write( "L = c \n" ); document.write( "W = width \n" ); document.write( "W = L-2 \n" ); document.write( "so \n" ); document.write( "W = c-2 \n" ); document.write( ". \n" ); document.write( "Area = c*(c-2) \n" ); document.write( "A = c^2 -2c \n" ); document.write( ". \n" ); document.write( "Perimeter of a rectangle = 2(L+W) \n" ); document.write( "P = 2(c +c -2) \n" ); document.write( "P = 2(2c -2) \n" ); document.write( "P = 4c -4 \n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " \n" ); document.write( " |