document.write( "Question 327611: find the perimeter of a rectangle whose length is 5cm less than twice its width. \n" ); document.write( "
Algebra.Com's Answer #234671 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let width =x
\n" ); document.write( "twice width = 2x
\n" ); document.write( "5 less than twice width = 2x-5
\n" ); document.write( "length = 2x-5
\n" ); document.write( "Perimeter = 2*(L+W)
\n" ); document.write( "=2(2x-5+x)
\n" ); document.write( "=2(3x-5)
\n" ); document.write( "
\n" );