document.write( "Question 1135300: Joe's rectangular garden is 6 meters long and 4 meters wide. He wishes to double the area of his garden by increasing its length and width by the same amount. Find the number of meters by which each dimensions must be increased. \n" ); document.write( "
Algebra.Com's Answer #752884 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Joe's rectangular garden is 6 meters long and 4 meters wide. \n" ); document.write( " He wishes to double the area of his garden by increasing its length and width by the same amount. \n" ); document.write( " Find the number of meters by which each dimensions must be increased. \n" ); document.write( ": \n" ); document.write( "find the original area: 6 * 4 = 24 sq/m \n" ); document.write( "let x = the no. of meters increase in both dimensions \n" ); document.write( "(x+6)*(x+4) = 2(24) \n" ); document.write( "FOIL \n" ); document.write( "x^2 + 4x + 6x + 24 = 48 \n" ); document.write( "x^2 + 10x + 24 - 48 = 0 \n" ); document.write( "x^2 + 10x - 24 = 0 \n" ); document.write( "factors to \n" ); document.write( "(x+12)(x-2) = 0 \n" ); document.write( "the positive solution \n" ); document.write( "x = 2 meter increase in both dimensions \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check: 8 * 6 = 48 \n" ); document.write( " |