2024 AMC 12B Problems/Problem 22: Difference between revisions
No edit summary |
|||
| Line 40: | Line 40: | ||
<math>\textbf{Case 6: b=6}</math> | <math>\textbf{Case 6: b=6}</math> | ||
For this case, <math>a=2</math> and <math>c=16</math>, or <math>a=4</math> and <math>c=5</math>, or <math>a=3</math> and <math>c=9</math>. The only valid solution for this case is <math>(4, 6, 5). | For this case, <math>a=2</math> and <math>c=16</math>, or <math>a=4</math> and <math>c=5</math>, or <math>a=3</math> and <math>c=9</math>. The only valid solution for this case is <math>(4, 6, 5)</math>. | ||
It is safe to assume that < | It is safe to assume that <math>(4, 5, 6)</math> will be the solution with least perimeter. Hence, the answer is <math>\fbox{\textbf{(C) }15}</math> | ||
~tsun26 | |||
Revision as of 03:55, 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
. 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