document.write( "Question 122440: The perimeter of a rectangle is 68cm. The length is 4cm more than the width. Fine the dimention of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #89891 by gems(12)![]() ![]() ![]() You can put this solution on YOUR website! P = 68 cm \n" ); document.write( "L = 4 + W\r \n" ); document.write( "\n" ); document.write( "Formula: \n" ); document.write( "P= 2L + 2W \n" ); document.write( "68 = 2(4+w) + 2W \n" ); document.write( "68 = 8 + 2W + 2W \n" ); document.write( "68 - 8 = 4W \n" ); document.write( "60 = 4W \n" ); document.write( "15 = W\r \n" ); document.write( "\n" ); document.write( "If W = 15 \n" ); document.write( "L = 4 + w \n" ); document.write( "L = 4 + 15 \n" ); document.write( "L = 19\r \n" ); document.write( "\n" ); document.write( "Therefore \n" ); document.write( "the dimension is 15 cm by 19 cm \n" ); document.write( " \n" ); document.write( " |