document.write( "Question 471002: the perimeter of a rectangle is 152 m. the length is 1 more m than twice the width.
\n" );
document.write( " find the dimensions\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #323063 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 2w+2(2w+1)=152 \n" ); document.write( "6w+2=152 \n" ); document.write( "6w=150 \n" ); document.write( "w=25 \n" ); document.write( "l=51 \n" ); document.write( "The rectangle is 51 m. by 25 m.. \n" ); document.write( " |