document.write( "Question 1049378: The length of a rectangle is 6 ft more than its width. The perimeter of the rectangle is 68 ft. What are the dimensions of the rectangle?\r
\n" ); document.write( "\n" ); document.write( "Let w represent the width of the rectangle.
\n" ); document.write( "

Algebra.Com's Answer #665174 by hussamuddin(51)\"\" \"About 
You can put this solution on YOUR website!
\"width=w\" and \"length=w%2B6\"
\n" ); document.write( "\"perimeter+=2%28width%2Blength%29\"
\n" ); document.write( "\"2%28w%2B%28w%2B6%29%29=0\"
\n" ); document.write( "\"2%28w%2Bw%2B6%29=0\"
\n" ); document.write( "\"2%282w%2B6%29=0\"
\n" ); document.write( "\"2w%2B6=0%2F2\"
\n" ); document.write( "\"2w%2B6=0\"
\n" ); document.write( "\"2w=-6\"
\n" ); document.write( "\"w=-6%2F2\"
\n" ); document.write( "\"w=-3\"
\n" ); document.write( "
\n" );