document.write( "Question 1144267: The length of a rectangle is 2 feet more than the width. The area of the rectangle is 2 square feet. What are the dimensions of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #765334 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 2 feet more than the width. The area of the rectangle is 2 square feet. What are the dimensions of the rectangle? \n" ); document.write( "------------ \n" ); document.write( "Area = L*W = 2 sq ft \n" ); document.write( "L = W+2 \n" ); document.write( "------------- \n" ); document.write( "W*(W+2) = 2 \n" ); document.write( "W^2 + 2w - 2 = 0 \n" ); document.write( "--------------- \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=========== \n" ); document.write( "W = the positive value \n" ); document.write( " |