Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

solve completely : from a circular piece of metal sheet with a diameter…

Question

solve completely : from a circular piece of metal sheet with a diameter of 20 cm, a rectangular piece with a perimeter of 28cm is to be cut. find the dimensions of the rectangular piece.

Explanation:

Step1: Let the length be $l$ and width be $w$.

Set up perimeter equation.
$2(l + w)=28$, so $l + w=14$, then $l = 14 - w$.

Step2: Use the fact that the rectangle is inscribed in the circle.

The diameter of the circle is the diagonal of the rectangle. By Pythagorean theorem, $l^{2}+w^{2}=20^{2}$ (since diameter = 20 cm).

Step3: Substitute $l = 14 - w$ into the Pythagorean equation.

$(14 - w)^{2}+w^{2}=400$.
Expand: $196-28w + w^{2}+w^{2}=400$.
Combine like - terms: $2w^{2}-28w+196 - 400 = 0$.
$2w^{2}-28w - 204 = 0$.
Divide by 2: $w^{2}-14w - 102 = 0$.

Step4: Solve the quadratic equation $w^{2}-14w - 102 = 0$.

Use the quadratic formula $w=\frac{-b\pm\sqrt{b^{2}-4ac}}{2a}$, where $a = 1$, $b=-14$, $c=-102$.
$\Delta=b^{2}-4ac=(-14)^{2}-4\times1\times(-102)=196 + 408 = 604$.
$w=\frac{14\pm\sqrt{604}}{2}=\frac{14\pm2\sqrt{151}}{2}=7\pm\sqrt{151}$.
We get two solutions for $w$: $w_1=7+\sqrt{151}\approx7 + 12.29 = 19.29$ (rejected since $l + w=14$ and this value of $w$ is greater than 14), $w_2=7-\sqrt{151}\approx7 - 12.29=- 5.29$ (rejected as width cannot be negative).
Let's correct the Pythagorean step. The diameter of the circle is 20 cm, so the radius $r = 10$ cm. The correct Pythagorean relation for the rectangle inscribed in the circle is $l^{2}+w^{2}=10^{2}=100$ (since the diagonal of the rectangle is the diameter of the circle).
Substitute $l = 14 - w$ into $l^{2}+w^{2}=100$.
$(14 - w)^{2}+w^{2}=100$.
Expand: $196-28w+w^{2}+w^{2}=100$.
$2w^{2}-28w + 196 - 100 = 0$.
$2w^{2}-28w + 96 = 0$.
Divide by 2: $w^{2}-14w + 48 = 0$.
Factor: $(w - 6)(w - 8)=0$.
So $w = 6$ or $w = 8$.
If $w = 6$, then $l=14 - 6 = 8$.
If $w = 8$, then $l=14 - 8 = 6$.

Answer:

The dimensions of the rectangular piece are 6 cm and 8 cm.