document.write( "Question 363758: The width of a rectangle is 1 ft less than the length. the area is 2 ft^2. Find the length and the width. \n" ); document.write( "
Algebra.Com's Answer #259507 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! W=L-1 \n" ); document.write( "WL=2 \n" ); document.write( "(L-1)L=2 \n" ); document.write( "L^2-L=2 \n" ); document.write( "L^2-L-2=0 \n" ); document.write( "(L-2)(L+1)=0 \n" ); document.write( "L-2=0 \n" ); document.write( "L=2 ANS. FOR THE LENGTH. \n" ); document.write( "W=2-1=1 ANS. FOR THE LENGTH. \n" ); document.write( "PROOF: \n" ); document.write( "2*1=2 \n" ); document.write( "2=2 \n" ); document.write( " \n" ); document.write( " |