Maths Olympiad Prep

Library / /384 of 520

Geometry Difficulty 3.5 AMC 10/12 Find the answer

A triangle has side lengths 1010, 1010, and 1212. A rectangle has width 44 and area equal to the
area of the triangle. What is the perimeter of this rectangle?

Pick one

Solutions — 2

Solution 1

The triangle is isosceles. The height of the triangle is therefore given by h=102(122)2=64=8h = \sqrt{10^2 - \left( \dfrac{12}{2} \right)^2} = \sqrt{64} = 8
Now, the area of the triangle is bh2=1282=962=48\dfrac{bh}{2} = \dfrac{12*8}{2} = \dfrac{96}{2} = 48
We have that the area of the rectangle is the same as the area of the triangle, namely 4848. We also have the width of the rectangle: 44.
The length of the rectangle therefore is:
l=484=12l = \dfrac{48}{4} = 12
The perimeter of the rectangle then becomes:
2l+2w=212+24=322l + 2w = 2*12 + 2*4 = 32
The answer is:
(D) 32\boxed{\textbf{(D)}\ 32}

Solution 2

1. Calculate the area of the triangle using Heron's formula.

Heron's formula states that the area A A of a triangle with side lengths a a , b b , and c c is given by:
A=s(sa)(sb)(sc) A = \sqrt{s(s-a)(s-b)(s-c)}
where s s is the semi-perimeter of the triangle:
s=a+b+c2 s = \frac{a + b + c}{2}

For our triangle with side lengths 10, 10, and 12:
s=10+10+122=16 s = \frac{10 + 10 + 12}{2} = 16

Now, substitute s s , a a , b b , and c c into Heron's formula:
A=16(1610)(1610)(1612)=16664 A = \sqrt{16(16-10)(16-10)(16-12)} = \sqrt{16 \cdot 6 \cdot 6 \cdot 4}
A=16624=16364=16144=2304=48 A = \sqrt{16 \cdot 6^2 \cdot 4} = \sqrt{16 \cdot 36 \cdot 4} = \sqrt{16 \cdot 144} = \sqrt{2304} = 48

2. Determine the dimensions of the rectangle.

The area of the rectangle is equal to the area of the triangle, which is 48. Given that the width of the rectangle is 4, we can find the length l l of the rectangle using the area formula for a rectangle:
Area=width×length \text{Area} = \text{width} \times \text{length}
48=4×l 48 = 4 \times l
l=484=12 l = \frac{48}{4} = 12

3. Calculate the perimeter of the rectangle.

The perimeter P P of a rectangle is given by:
P=2×(length+width) P = 2 \times (\text{length} + \text{width})
Substituting the values we found:
P=2×(12+4)=2×16=32 P = 2 \times (12 + 4) = 2 \times 16 = 32

The final answer is 32\boxed{32}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.