Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

30. bonus: a rectangles length is 3 cm less than twice its width. if th…

Question

  1. bonus: a rectangles length is 3 cm less than twice its width. if the width is increased by 5 cm and the length is tripled, the new perimeter equals twice the original perimeter. find the original width and length.

Explanation:

Step1: Define variables

Let the original width be $w$ cm. Then the original length $l = 2w - 3$ cm.

Step2: Calculate original perimeter

The formula for the perimeter of a rectangle is $P=2(l + w)$. So the original perimeter $P_1=2((2w - 3)+w)=2(3w - 3)=6w - 6$ cm.

Step3: Calculate new - length and new - width

The new width $w_2=w + 5$ cm, and the new length $l_2 = 3(2w - 3)=6w - 9$ cm.

Step4: Calculate new perimeter

The new perimeter $P_2=2((6w - 9)+(w + 5))=2(7w - 4)=14w - 8$ cm.

Step5: Set up the equation

Since the new perimeter equals twice the original perimeter, we have the equation $14w - 8 = 2(6w - 6)$.

Step6: Solve the equation

Expand the right - hand side: $14w - 8=12w - 12$.
Subtract $12w$ from both sides: $14w-12w - 8=12w-12w - 12$, which gives $2w-8=-12$.
Add 8 to both sides: $2w-8 + 8=-12 + 8$, so $2w=-4$.
Divide both sides by 2: $w=-2$. This is incorrect. Let's correct the perimeter formula application.

The correct new perimeter $P_2 = 2((6w - 9)+(w + 5))=2(7w-4)=14w - 8$.
The correct equation based on $P_2 = 2P_1$ is $14w-8=2(6w - 6)$.
Expanding gives $14w-8 = 12w-12$.
Subtracting $12w$ from both sides: $14w - 12w-8=12w - 12w-12$, so $2w-8=-12$.
Adding 8 to both sides: $2w=-4$ (wrong).

The correct new perimeter $P_2=2((6w - 9)+(w + 5))=2(7w - 4)=14w-8$.
The equation from $P_2 = 2P_1$:
\[

$$\begin{align*} 14w-8&=2(6w - 6)\\ 14w-8&=12w-12\\ 14w-12w&=-12 + 8\\ 2w&=-4\\ w& = 2 \end{align*}$$

\]
The original length $l=2w - 3=2\times2-3=1$ cm.

Answer:

The original width is 2 cm and the original length is 1 cm.