document.write( "Question 891124: The length of the wall is 17 m more than its width. If the area of the wall is 60 square meter, which of the following could be its length? \n" ); document.write( "
Algebra.Com's Answer #539531 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! Let width be x then length = X+17 \n" ); document.write( "area = 60 \n" ); document.write( "x(x+17) = 60 \n" ); document.write( "x^2+17x -60 = 0 \n" ); document.write( "(x+20)(x-3) = 0 \n" ); document.write( "x=-20, x=3 \n" ); document.write( "ignoring negative we have x = 3 \n" ); document.write( "length = 3+17 \n" ); document.write( "=20 m \n" ); document.write( " |