document.write( "Question 519969: the length of a vegetable garden is 4 feet than its width. If the area of the garden is 165 square feet, find its demensions \n" ); document.write( "
Algebra.Com's Answer #345880 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width =x \n" ); document.write( "length =(x+4) \n" ); document.write( "area = L*W\r \n" ); document.write( "\n" ); document.write( "x(x+4)=165 \n" ); document.write( "x^2+4x=165 \n" ); document.write( "x^2+4x-165=0 \n" ); document.write( "x^2+15x-11x-165=0 \n" ); document.write( "x(x+15)-11(x+15)=0 \n" ); document.write( "(x+15)(x-11)=0\r \n" ); document.write( "\n" ); document.write( "x=-15 , 11\r \n" ); document.write( "\n" ); document.write( "width =11 and length = 15ft\r \n" ); document.write( "\n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |