document.write( "Question 518131: What would be the area of a rectangle when the length is 2 less than 4 times its width? \n" ); document.write( "
Algebra.Com's Answer #345056 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Start with:
\n" ); document.write( "\"A+=+L%2AW\" Substitute \"L+=+4W-2\"
\n" ); document.write( "\"A+=+%284W-2%29%2AW\"
\n" ); document.write( "\"A+=+4W%5E2-2W\"
\n" ); document.write( "When you know the width, you can find the area.
\n" ); document.write( "
\n" );