document.write( "Question 200302: The length of a rectangle is more than twice its width, and the area of the rectangle is 77 square meters. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #150589 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Area + Length * Width = w* (>2w) = 77 \n" ); document.write( ". \n" ); document.write( " 2w^2 <77 \n" ); document.write( ". \n" ); document.write( "w^2 < 77/2 < 38.5 \n" ); document.write( ". \n" ); document.write( "w^2 < 38.5 \n" ); document.write( ". \n" ); document.write( "w< 6.2 m \n" ); document.write( ". \n" ); document.write( "L > 2w,,, L> 12.4 \n" ); document.write( ". \n" ); document.write( "check ,,,,Area = L*W = 12.4 * 6.2 = 77,,,,ok \n" ); document.write( ". \n" ); document.write( "Reviewing problem,,,Let w = 6.2,,,,then L > 12.4,,,,,,satisfies requirements \n" ); document.write( " |