document.write( "Question 514085: the width of a rectangle is 12 ft less than the length. the area of the rectangle is 540 square ft. Find the dimensions of the rectangle \n" ); document.write( "
Algebra.Com's Answer #343281 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
L = W+12
\n" ); document.write( "A = L*W = 540 sq ft
\n" ); document.write( "A = (W+12)*W = 540
\n" ); document.write( "W^2+12W-540 = 0
\n" ); document.write( "(W +30)(W-18) = 0
\n" ); document.write( "W = -30 or 18
\n" ); document.write( "Negative width is nonsense, so
\n" ); document.write( "W = 18
\n" ); document.write( "L = 18+12 = 30
\n" ); document.write( "Answer: Dimensions are length 30, width 18.
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );