document.write( "Question 36345: The length of a wire bent intoa rectangle is twice its breadth. If this rectangle is turned into a circle, the circumference becomes 77 cm. Find the length and breadth of the rectangle \n" ); document.write( "
Algebra.Com's Answer #22274 by ilana(307)\"\" \"About 
You can put this solution on YOUR website!
The circumference of the circle is the same amount of wire as the perimeter of the rectangle. So we can say 2l+2w=77. We know l=2w, so we can substitute this into the first equation to get 2(2w)+2w=77, So 4w+2w=77, so 6w=77. So the width (or breadth) is 77/2cm, and the length, twice its breadth, is 77cm. \n" ); document.write( "
\n" );