document.write( "Question 236213: The length of the rectangle is one meter less than twice its width. What are the dimensions of the rectangle?
\n" );
document.write( "The perimeter is 40 meters \n" );
document.write( "
Algebra.Com's Answer #173910 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 2w+2(2w-1)=40 \n" ); document.write( "2w+4w-2=40 \n" ); document.write( "6w=42 \n" ); document.write( "w=7 meters \n" ); document.write( "2w-1=13 meters \n" ); document.write( " |