document.write( "Question 1067765: a rectangular garden has the width of 5 feet and a length of 10 feet. if an equal amount is added to both the width and length, the area is increased to 126 square feet. what is this amount? \n" ); document.write( "
Algebra.Com's Answer #682881 by addingup(3677)![]() ![]() You can put this solution on YOUR website! (5+x)*(10+x) = 126 \n" ); document.write( "rewrite: \n" ); document.write( "(x+5)(x+10) = 126 \n" ); document.write( "x^2+15x+50 = 126 \n" ); document.write( "x^2+15x-76 = 0 \n" ); document.write( "(x-4)(x+19) = 0 \n" ); document.write( "split in two: \n" ); document.write( "x-4 = 0 or x+19 = 0 \n" ); document.write( "x = 4 or x = -19 \n" ); document.write( "We are not looking for a negative number, so let's set the -19 aside and try the 4: \n" ); document.write( "(5+4)(10+4) = 126 \n" ); document.write( "9*14 = 126 Correct \n" ); document.write( ": \n" ); document.write( "John \n" ); document.write( " |