Difference between revisions of "2024 AMC 10 Problems/Problem 15"

(Created page with "==Problem== Let <math>a</math>, <math>b</math>, and <math>c</math> be positive integers such that <math>a^2 + b^2 = c^2</math>. What is the least possible value of <math>a +...")
 
Line 4: Line 4:
  
 
<math>\textbf{(A)}\ 6\qquad\textbf{(B)}\ 9\qquad\textbf{(C)}\ 10\qquad\textbf{(D)}\ 12\qquad\textbf{(E)}\ 25</math>
 
<math>\textbf{(A)}\ 6\qquad\textbf{(B)}\ 9\qquad\textbf{(C)}\ 10\qquad\textbf{(D)}\ 12\qquad\textbf{(E)}\ 25</math>
 +
 +
==Solution==
 +
 +
We know that <math>a^2 + b^2 = c^2</math> represents a Pythagorean triple. The smallest Pythagorean triple is <math>(3, 4, 5)</math>.
 +
 +
To check if this forms a non-degenerate triangle, we verify the triangle inequality:
 +
* <math>3 + 4 > 5</math>
 +
* <math>3 + 5 > 4</math>
 +
* <math>4 + 5 > 3</math>
 +
 +
All inequalities hold, so <math>(3, 4, 5)</math> is a valid solution.
 +
 +
Therefore, the least possible value of <math>a + b + c</math> is <math>3 + 4 + 5 = \boxed{(D) 12}</math>.

Revision as of 08:43, 31 October 2024

Problem

Let $a$, $b$, and $c$ be positive integers such that $a^2 + b^2 = c^2$. What is the least possible value of $a + b + c$ such that $a$, $b$, and $c$ form a non-degenerate triangle?

$\textbf{(A)}\ 6\qquad\textbf{(B)}\ 9\qquad\textbf{(C)}\ 10\qquad\textbf{(D)}\ 12\qquad\textbf{(E)}\ 25$

Solution

We know that $a^2 + b^2 = c^2$ represents a Pythagorean triple. The smallest Pythagorean triple is $(3, 4, 5)$.

To check if this forms a non-degenerate triangle, we verify the triangle inequality:

  • $3 + 4 > 5$
  • $3 + 5 > 4$
  • $4 + 5 > 3$

All inequalities hold, so $(3, 4, 5)$ is a valid solution.

Therefore, the least possible value of $a + b + c$ is $3 + 4 + 5 = \boxed{(D) 12}$.