document.write( "Question 936218: mr.jackson has a rectangular shaped garden where the length was 4 less than twice the width. if the area of the garden is 420 square feet, find the dimensions of the garden to the nearest hundredth. \n" ); document.write( "
Algebra.Com's Answer #569657 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! let width be x feet \n" ); document.write( " length was 4 less than twice the width \n" ); document.write( " length = 2*x-4 \n" ); document.write( " area = width x length \n" ); document.write( " 420 = x* (2x-4) \n" ); document.write( " 420 = x*2x-x*4 \n" ); document.write( " \n" ); document.write( " move 420 to the right \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " x= 15.53 , -13.53 \n" ); document.write( " but x cannot be negative \n" ); document.write( " hence width (w) = 15.53 feet \n" ); document.write( " length (l) = 2*15.53-4 \n" ); document.write( " = 31.06-4 \n" ); document.write( " = 27.06 feet \n" ); document.write( "length = 27.06 feet & width = 15.53 feet \n" ); document.write( " |