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