document.write( "Question 1008942: The length of a rectangle is 4 centimeters longer than the width of the rectangle. The perimeter of the
\n" );
document.write( "rectangle is 88 centimeters. What is the area of the rectangle, in square centimeters?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #624459 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Perimeter P = 2L + 2W = 88 \n" ); document.write( "We also have L = W + 4 \n" ); document.write( "Now substitute this into the first equation and get \n" ); document.write( "2(W + 4) + 2W = 88 \n" ); document.write( "2W + 8 + 2W = 88 \n" ); document.write( "4W + 8 = 88 \n" ); document.write( "4W = 80 \n" ); document.write( "W = 20 cm \n" ); document.write( "L = 24 cm \n" ); document.write( " |