
Max A. answered 10/14/19
Professional Engineer with a Strong Tutoring/Academic Background
We have two rectangles in this problem. The original rectangle, which we will say has width = W1, length = L1, and area = A1, and the new rectangle, which we will say has width = W2, length = L2, and area = A2. Let's start with the original rectangle.
Let W1 = x
Next, we know the length is 3 cm more than its width:
L1 = W1 + 3 = x + 3
The area of the rectangle can be found as follows:
A1 = W1*L1 = (x)*(x+3) = x2 + 3x
Next, let's look at the new rectangle. The width is being increased by 2 cm from the width of the original rectangle. We can write an equation as follows:
W2 = W1 + 2
W2 = x + 2
The length is being increased by 4 cm from the length of the original rectangle. We can write an equation as follows:
L2 = L1 + 4
L2 = (x + 3) + 4
L2 = x + 7
The area of the new rectangle can be found as follows:
A2 = W2*L2 = (x+2)*(x+7) = x2 + 2x + 7x + 14 = x2 + 9x + 14
Finally, we know the area of the new rectangle is 44 cm2 larger than the area of the original rectangle. We can write an equation as follows:
A1 + 44 = A2
Simply plug in our expressions from above for A1 and A2 and solve for x:
(x2 + 3x) + 44 = x2 + 9x + 14, (cancel out x2 on each side)
3x + 44 = 9x + 14
30 = 6x
x = 5
Now to finally solve the problem, look at our expressions for W1 and L1 from above and plug in our answer for x to get original dimensions of 5 cm x 8 cm.