document.write( "Question 349437: given a rectangle whose width, w, is 5 less than twice the length, L, state the perimeter of the rectangle as a function of L. \n" ); document.write( "
Algebra.Com's Answer #249767 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
w width
\n" ); document.write( "w= 2L-5 \r
\n" ); document.write( "\n" ); document.write( "...
\n" ); document.write( "Perimeter = 2*(L+W)
\n" ); document.write( "P= 2(L+(2l-5)
\n" ); document.write( "P=2(3L-5)
\n" ); document.write( "P=6L-10
\n" ); document.write( "
\n" ); document.write( "
\n" );