document.write( "Question 412790: A rectangle has width w. Its length is 1 more than twice its width. Find the perimeter of the rectangle in terms of w.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #289857 by shree840(260)![]() ![]() You can put this solution on YOUR website! length 2w+1 \n" ); document.write( "width w\r \n" ); document.write( "\n" ); document.write( "perimeter is 2l+2w\r \n" ); document.write( "\n" ); document.write( " =2(2w+1)+2w \n" ); document.write( " =4w+2+2w \n" ); document.write( " =6w+2 \n" ); document.write( " |