document.write( "Question 254716: The area of a rectangle is 63 ft squared. the length is 2 ft longer than the width. what are the dimentions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #187036 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let W = width and L = length.
\n" ); document.write( "the length is 2 ft longer than the width translates into
\n" ); document.write( "L = W + 2
\n" ); document.write( "A = L x W
\n" ); document.write( "A = (W+2)*W = 63
\n" ); document.write( "We can see by inspection that W = 7 and W+2 = 9 = L, but I will go through the process any way.
\n" ); document.write( "w^2 + 2W = 63
\n" ); document.write( "W^2 + 2W - 63 = 0
\n" ); document.write( "(W+9)(W-7) = 0
\n" ); document.write( "W = -9 which is not possible
\n" ); document.write( "W = 7.
\n" ); document.write( "If W = 7, then L = 9.
\n" ); document.write( "
\n" );