document.write( "Question 471003: The perimeter of a rectangle is 64m. The length is 5 m more than twice the width. Find the dimensions.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #323065 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 2w+2(2w+5)=64 \n" ); document.write( "6w+10=64 \n" ); document.write( "6w=54 \n" ); document.write( "w=9 \n" ); document.write( "l=23 \n" ); document.write( "The rectangle is 23 m. by 9 m.. \n" ); document.write( " |