Difference between revisions of "2024 AMC 12B Problems/Problem 22"
(→Solution 1) |
|||
Line 14: | Line 14: | ||
Let <math>AB=c</math>, <math>BC=a</math>, <math>AC=b</math>. According to the law of sines, | Let <math>AB=c</math>, <math>BC=a</math>, <math>AC=b</math>. According to the law of sines, | ||
<cmath>\frac{b}{a}=\frac{\sin \angle B}{\sin \angle A}</cmath> | <cmath>\frac{b}{a}=\frac{\sin \angle B}{\sin \angle A}</cmath> | ||
− | <cmath>=2\cos</cmath> | + | <cmath>=2\cos \angleA</cmath> |
+ | |||
+ | According to the law of cosines, | ||
+ | <cmath>\cos \angleA=\frac{b^2+c^2-a^2}{2bc}</cmath> | ||
+ | |||
+ | Hence, | ||
+ | <cmath>\frac{b}{a}=\frac{b^2+c^2-a^2}{bc}</cmath> | ||
+ | |||
+ | This simplifies to <math>b^2=a(a+c)</math>. We want to find the positive integer solution <math>(a, b, c)</math> to this equation such that <math>a, b, c</math> forms a triangle, and <math>a+b+c</math> is minimized. We proceed by casework on the value of <math>b</math>. | ||
+ | |||
+ | <math>\textbf{Case 1: b=1}</math> | ||
+ | Clearly, this case yields no valid solutions. | ||
+ | |||
+ | <math>\textbf{Case 2: b=2}</math> | ||
+ | Since <math>a<a+c</math>, we must have <math>a=1</math> and <math>c=3</math>. However, <math>(1, 2, 3)</math> does not form a triangle. Hence this case yields no valid solutions. |
Revision as of 03:39, 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,
\[=2\cos \angleA\] (Error compiling LaTeX. Unknown error_msg)
According to the law of cosines,
\[\cos \angleA=\frac{b^2+c^2-a^2}{2bc}\] (Error compiling LaTeX. Unknown error_msg)
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 .
Clearly, this case yields no valid solutions.
Since , we must have and . However, does not form a triangle. Hence this case yields no valid solutions.