AIME 2010 II · 第 12 题
AIME 2010 II — Problem 12
题目详情
Problem
Two noncongruent integer-sided isosceles triangles have the same perimeter and the same area. The ratio of the lengths of the bases of the two triangles is . Find the minimum possible value of their common perimeter.
解析
Solution 1
Let be the semiperimeter of the two triangles. Also, let the base of the longer triangle be and the base of the shorter triangle be for some arbitrary factor . Then, the dimensions of the two triangles must be and . By Heron's Formula, we have
Since and are coprime, to minimize, we must have and . However, we want the minimum perimeter. This means that we must multiply our minimum semiperimeter by , which gives us a final answer of .
Solution 2
Let the first triangle have sides , so the second has sides . The height of the first triangle is the height of the second triangle. Therefore, we have
Multiplying this, we get
which simplifies to
Solving this for , we get , so and and the perimeter is .
~john0512
Solution 3
Let the sides of the first triangle be and the sides of the second triangle be
Aim: We want to create some sort of relation between the perimeter and area since those elements are common in both triangles.
First to find the perimeter of both triangles we do
where P is the perimeter of the first triangle where P is the perimeter of the second triangle
Both equations use the same variable P since the perimeters of the triangles are equal as stated in the problem.
Next to find the area of both triangles we multiply the height and base and divide by 2.
To get the height of the first triangle we do pythag: Do the same for the second triangle and you get
Multiple both by there bases and divide by 2 to get Area of 1st triangle = Area of 2nd triangle =
Since both areas are equal we can create an equation:
=
Square both sides and divide by k^2:
Expand and combine like terms to get:
This factors into
recall that P = 2a + 8k and P = 2c + 7k, substituting those values gives
Expand and combine like terms to get:
We can further simplify this to:
Proceed from this point like the other solutions!
Notes
The triangles in question have sides and . ~eevee9406
We use and instead of and to ensure that the triangle has integral side lengths. Plugging and directly into Heron's gives , but for this to be true, the second triangle would have side lengths of , which is impossible.
~jd9