document.write( "Question 607223: The dimensions of a rectangle garden are 3 feet by 10 feet. When both demensions are increased by the same amount, the area is doubled. What are the demensions of the new garden? \n" ); document.write( "
Algebra.Com's Answer #382521 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The dimensions of a rectangle garden are 3 feet by 10 feet. \n" ); document.write( " When both dimensions are increased by the same amount, the area is doubled. \n" ); document.write( " What are the dimensions of the new garden? \n" ); document.write( ": \n" ); document.write( "Find the original area: 3 * 10 = 30, then obviously 60 sq/ft is the doubled area \n" ); document.write( ": \n" ); document.write( "Let x = increase of length and width to double the area \n" ); document.write( "(x+3)(x+10) = 60 \n" ); document.write( "FOIL \n" ); document.write( "x^2 + 10x + 3x + 30 - 60 = 0 \n" ); document.write( "A quadratic equation \n" ); document.write( "x^2 + 13x - 30 = 0 \n" ); document.write( "Factors easily to \n" ); document.write( "(x+15)(x-2) = 0 \n" ); document.write( "Positive solution is all we want here \n" ); document.write( "x = 2 \n" ); document.write( "New dimensions: 5 by 12 (which = 60 sq/ft) \n" ); document.write( " |