130k views
4 votes
The length of a rectangle is 8 feet more than its width. If the width is increased by 4 feet and the length is decreased by 5 feet, the area will remain the same. Find the dimensions of the original rectangle.

User Tao
by
8.6k points

1 Answer

1 vote
Assign the following variables for the origina3l rectangle:
let w = width let w + 8 = length and the area would be w(w + 8) = w² + 8w

No for the second rectangle:
let (w + 4) = width and (w + 8 - 5) or (w + 3) = length
Area = length x width or (w + 4)(w + 3) = w² + 3w + 4w + 12 using the foil method to multiply to binomials. Simplified Area = w² + 7w + 12

Now our problem says that the two area will be equal to each other, which sets up the following equation:

w² + 8w = w² + 7w + 12 subtract w² from both sides
8w = 7w + 12 subtract 7w from both sides
w = 12 this is the width of our original rectangle
recall w + 8 = length, so length of the original rectangle would be 20
User Jools
by
7.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.