document.write( "Question 429904: piece of wire 42 cm long is bent into a rectangle whose length is twice its width. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #298570 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The perimeter of the rectangle = 2l + 2w \n" ); document.write( "Given: l = 2w \n" ); document.write( "So we can write the following equation: \n" ); document.write( "2(2w) + 2w = 42 \n" ); document.write( "Solve for w: \n" ); document.write( "6w = 42 -> w = 7 \n" ); document.write( "So the length = 2w = 2(7) = 14 \n" ); document.write( "Ans: length = 14, width = 7 \n" ); document.write( " |