SOLUTION: The length of a rectangle is 7 units more than its width. If the width is doubled and the length is increased by 2, the area is increased by 42 square units. Use an algebraic solut
Algebra ->
Customizable Word Problem Solvers
-> Geometry
-> SOLUTION: The length of a rectangle is 7 units more than its width. If the width is doubled and the length is increased by 2, the area is increased by 42 square units. Use an algebraic solut
Log On
Question 163842: The length of a rectangle is 7 units more than its width. If the width is doubled and the length is increased by 2, the area is increased by 42 square units. Use an algebraic solution to find the dimensions of the original rectangle. Answer by nerdybill(7384) (Show Source):
You can put this solution on YOUR website! Let x = width of original rectangle
then
x+7 = length of original rectangle
.
Then this:
"If the width is doubled and the length is increased by 2, the area is increased by 42 square units." is translated to:
(2x)(x+7+2) = x(x+7) + 42
.
Now we can solve for x:
(2x)(x+7+2) = x(x+7) + 42
(2x)(x+9) = x(x+7) + 42
2x^2 + 18x = x^2 +7x + 42
x^2 + 11x - 42 = 0
Factoring the left:
(x+14)(x-3) = 0
So,
x = {3, -14}
.
We can toss the negative solution leaving us with:
x = 3 units (width of original rectangle)
.
length:
x+7 = 3+7 = 10 units (length of original rectangle)
.
ANS: dimension of original rectangle: 3 units by 10 units