document.write( "Question 313705: the local orchard has just opened a new plot of land for strawberry picking that is 500 square feet. If the length is 20 feet longer than the width, what are the dimensions of the strawberry patch? \n" ); document.write( "
Algebra.Com's Answer #224322 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the width be x \n" ); document.write( "The length will be x+20 \n" ); document.write( "The area = 500 sq.ft \n" ); document.write( ".. \n" ); document.write( "area = L*W \n" ); document.write( "x(x+20)=500 \n" ); document.write( "x^2+20x=500 \n" ); document.write( "x^2+20x-500=0 \n" ); document.write( ".. \n" ); document.write( "x1 , x2 the roots have to be found out. \n" ); document.write( "x1=-20+sqrt(20^2+4*1*500) /2 \n" ); document.write( "x1=14.49 \n" ); document.write( "x2=-40-sqrt(40^2+4*1*500) /2 \n" ); document.write( "=--34.49 \n" ); document.write( ".. \n" ); document.write( "width =14.49 feet \n" ); document.write( "length = 500/14.49 \n" ); document.write( "=34.5 feet \n" ); document.write( " |