2024 AMC 12B Problems/Problem 22: Difference between revisions
No edit summary |
|||
| Line 37: | Line 37: | ||
<math>\textbf{Case 5: b=5}</math> | <math>\textbf{Case 5: b=5}</math> | ||
For this case, we must have <math>a=1</math> <math>c=24</math>. There are no valid solutions | For this case, we must have <math>a=1</math> and <math>c=24</math>. There are no valid solutions | ||
<math>\textbf{Case 6: b=6}</math> | <math>\textbf{Case 6: b=6}</math> | ||
Revision as of 03:56, 14 November 2024
Problem 22
Let
be a triangle with integer side lengths and the property that
. What is the least possible perimeter of such a triangle?
Solution 1
Let
,
,
. According to the law of sines,
According to the law of cosines,
Hence,
This simplifies to
. We want to find the positive integer solution
to this equation such that
forms a triangle, and
is minimized. We proceed by casework on the value of
. Remember that
.
Clearly, this case yields no valid solutions.
For this case, we must have
and
. However,
does not form a triangle. Hence this case yields no valid solutions.
For this case, we must have
and
. However,
does not form a triangle. Hence this case yields no valid solutions.
For this case,
and
, or
and
. As one can check, this case also yields no valid solutions
For this case, we must have
and
. There are no valid solutions
For this case,
and
, or
and
, or
and
. The only valid solution for this case is
.
It is safe to assume that
will be the solution with least perimeter. Hence, the answer is
~tsun26