document.write( "Question 830868: the length of a rectangle is greater than its width by 4 cm. if the perimeter of the rectangle is 80 ' FIND THE SIDES OF THE RECTANGLE.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #500962 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! The perimeter is a fence around. It requires 2 lengths of fence + 2 widths of fence. (P = 2L + 2W) \n" ); document.write( "You're given the following information: \n" ); document.write( "P = 80 \n" ); document.write( "L = W + 4 \n" ); document.write( "Substitute the value for L in the original equation: \n" ); document.write( "P (80) = 2(W+4) + 2W \n" ); document.write( "Distribute \n" ); document.write( "80 = 2W + 8 + 2W \n" ); document.write( "Add the Ws \n" ); document.write( "80 = 4W + 8 \n" ); document.write( "Subtract 8 from each side \n" ); document.write( "72 = 4W \n" ); document.write( "Divide each side by 4 \n" ); document.write( "18 = W \n" ); document.write( ". \n" ); document.write( "Since you know the width is 18, you can find the length by adding 4. 18+4=22 \n" ); document.write( "Let's make certain by putting in the values: \n" ); document.write( "2(22) + 2(18) = 80 \n" ); document.write( "44 + 36 does indeed equal 80. \n" ); document.write( " |