document.write( "Question 880806: the length of a rectangle is five more its width. If the width is decreased by five. how do you represent?
\n" ); document.write( "the width?(new)
\n" ); document.write( "

Algebra.Com's Answer #531709 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
L = w+5
\n" ); document.write( "IF the width is decreased by five, THEN \"w%5Bnew%5D+=+w-5\"
\n" ); document.write( "and L = \"w%5Bnew%5D+%2B5\" = (w-5) + 5 = w
\n" ); document.write( "
\n" );