document.write( "Question 31335: in a rectangular garden whose area is 24 centimeters, the length is 5 centimeters more than the width. find the dimensions of the garden. \n" ); document.write( "
Algebra.Com's Answer #18023 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! length = l = 5+w \n" ); document.write( "width = w = w \n" ); document.write( "area = a = 24 \n" ); document.write( "---------------------------------------------------------------------------- \n" ); document.write( "a=lw \n" ); document.write( "24=w(w+5) \n" ); document.write( "w^2+5w-24=0 \n" ); document.write( "(w+8)(w-3)=0 \n" ); document.write( "w=-8 or w=3 \n" ); document.write( "since you cannot have a negative length, your width is 3 and your length is 8! \n" ); document.write( " |