document.write( "Question 698534: Lady Greenthumb has a rectangular garden that measures 12m by 5m. Since it is still possible for her to extend her garden, she cultivated a uniform width of land around the garden, thereby doubling the area. Find the dimensions of the new garden. \n" ); document.write( "
Algebra.Com's Answer #430792 by Simnepi(216)![]() ![]() You can put this solution on YOUR website! putting a border around the garden increases each dimension by twice the width of the border. (Draw a sketch!) \n" ); document.write( "Let the width of this border be called x. \n" ); document.write( "The new dimensions of the garden are 12+2x and 5+2x. \n" ); document.write( "The area is doubled (The original area is 12m X 5m = 60m^2) so we can write an equation to find the new area thus.. \n" ); document.write( "(12+2x)(5+2x) = 120 \n" ); document.write( "Expanding the bracket and simplifying gives \n" ); document.write( "60 + 34x + 4x^2 = 120 \n" ); document.write( "divide by 2 throughout (to make the numbers smaller) giving \n" ); document.write( "30 + 17x + 2x^2 = 60 \n" ); document.write( "rearranging this we get \n" ); document.write( "2x^2 + 17x - 30 = 0 \n" ); document.write( "Now we have to factorize \n" ); document.write( "Find factors of -30 (the constant term) i.e. (plus/minus) 2 and 15, 3 and 10, 5 and 6 \n" ); document.write( "We also have to consider the coefficient of the x^2 term (which is 2!) \n" ); document.write( "now we try to make +17 (the coefficient of the x term) using the factor pairs and the 2 from the x^2 term \n" ); document.write( "By trial and error we find that 2 X 10 and -3 can make +17. thus we get \n" ); document.write( "(2x-3)(x+10) = 0 \n" ); document.write( "thus either (x+10) = 0 or (2x-3) = 0 \n" ); document.write( "if (x=10)=0 then x = -10 (a negative measurement is nonsense) \n" ); document.write( "so (2x-3)=0 \n" ); document.write( "therefore 2x = 3 \n" ); document.write( "so x = \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |