Finding the Side-lengths of a Rectangle with Given Area Increase

AI Thread Summary
To find the side lengths of a rectangle given that it is 2 meters longer than it is wide and that increasing each side by 2 meters results in a 24 square meter area increase, let the width be x and the length be x + 2. The original area is calculated as x(x + 2). When each dimension is increased, the new dimensions become x + 2 and x + 4, leading to a new area of (x + 2)(x + 4). Setting the equation for the area increase gives x(x + 2) + 24 = (x + 2)(x + 4). Solving this equation will yield the dimensions of the rectangle.
paech
Messages
5
Reaction score
0

Homework Statement


A rectangle is 2 metres longer than it is wide. On the other hand, if each side of the rectangle is increased by 2 metres, then the area increases by 24 square metres. Find the side-lengths of the rectangle.


Homework Equations





The Attempt at a Solution


So my thoughts on dealing with this problem are to let the width = x , then the length = x + 2

The area of a rectangle is length multiplied by width, so I figured x(x+2) + 24 = 2x + 2(x+2)

I thought that this would make sense but it doesn't really when I try to solve for x.
 
Physics news on Phys.org
width=x, length=x+2, area would be x(x+2)

On the other hand, if each dimension is increased by 2, then:
width = (x)+2, and length = (x+2)+2, and area would be (x+2)((x+2)+2)
or, taking care of calculation through grouping symbols,
width = x+2 and length = x+4, and area would be (x+2)(x+4)

Notice that part of the problem description specified a difference in area between the original rectangle and the augmented rectangle, of 24 square meters.
 
Thank you.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top