document.write( "Question 866405: What is the area of a rectangle whose width is 6 units more than its length? \n" ); document.write( "
Algebra.Com's Answer #522290 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
Let A=area
\n" ); document.write( "Let w = width
\n" ); document.write( "Let L = length
\n" ); document.write( "-\r
\n" ); document.write( "\n" ); document.write( "Description is, \"w=L%2B6\".
\n" ); document.write( "\"wL=A\"
\n" ); document.write( "\"%28L%2B6%29L=A\"
\n" ); document.write( "\"A=L%5E2%2B6\"
\n" ); document.write( "This is really all that can be done unless you have further information. You only have enough information to make a formula for A in terms of w or A in terms of L; if you solve the described information for L and then substitute for L instead.
\n" ); document.write( "
\n" );