document.write( "Question 1060661: the length of rectangle is four more than twice of its weiht.Find the length and weight if the perimeter is 60cm. \n" ); document.write( "
Algebra.Com's Answer #803057 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
width = w
\n" ); document.write( "length = 2w + 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "perimeter = 2(w) + 2(2w + 4) = 60
\n" ); document.write( "2w + 4w + 8 = 60
\n" ); document.write( "6w = 52\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "width = w = 26/3
\n" ); document.write( "length = 2w + 4 = 64/3
\n" ); document.write( "
\n" );