document.write( "Question 852382: If the length of the rectangle is twice the width,and the perimeter of the rectangle is 30cm, what is the length and width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #513358 by JulietG(1812) You can put this solution on YOUR website! L = 2W (length of the rectangle is twice the width) \n" ); document.write( "2L + 2W = 30 (the perimeter of the rectangle is 30cm [perimeter is a fence]) \n" ); document.write( "Substitute the value of L from the first equation into the second \n" ); document.write( "2(2W) + 2W = 30 \n" ); document.write( "Multiply \n" ); document.write( "4W + 2W = 30 \n" ); document.write( "Ad \n" ); document.write( "6W = 30 \n" ); document.write( "Divide each side by 6 \n" ); document.write( "W=5 \n" ); document.write( ". \n" ); document.write( "If W = 5, then L =10. \n" ); document.write( "Let's prove it by building a perimeter fence. We'll need two lengths and two widths. 5 + 5 + 10 + 10 = 30 \n" ); document.write( "Success! \n" ); document.write( " |