Difference between revisions of "2022 AMC 12A Problems/Problem 16"
(Created page with "==Problem== A \emph{triangular number} is a positive integer that can be expressed in the form <math>t_n = 1+2+3+\cdots+n</math>, for some positive integer <math>n</math>. Th...") |
(→Solution) |
||
Line 6: | Line 6: | ||
==Solution== | ==Solution== | ||
− | + | We have <math>t_n = \frac{n (n+1)}{2}</math>. | |
+ | If <math>t_n</math> is a perfect square, then it can be written as | ||
+ | <math>\frac{n (n+1)}{2} = k^2</math>, | ||
+ | where <math>k</math> is a positive integer. | ||
− | (Professor Chen Education Palace, www.professorchenedu.com) | + | Thus, <math>n (n+1) = 2 k^2</math>. |
+ | |||
+ | Because <math>n</math> and <math>n+1</math> are relatively prime, the solution must be in the form of <math>n = u^2</math> and <math>n+1 = 2 v^2</math>, or <math>n = 2 v^2</math> and <math>n+1 = u^2</math>, where in both forms, <math>u</math> and <math>v</math> are relatively prime and <math>u</math> is odd. | ||
+ | |||
+ | The four smallest feasible <math>n</math> in either of these forms are <math>n = 1, 8, 49, 288</math>. | ||
+ | |||
+ | Therefore, <math>t_{288} = \frac{288 \cdot 289}{2} = 41616</math>. | ||
+ | |||
+ | Therefore, the answer is <math>4+1+6+1+6=\boxed{\textbf{(D) 18}}</math>. | ||
+ | |||
+ | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) |
Revision as of 20:30, 11 November 2022
Problem
A \emph{triangular number} is a positive integer that can be expressed in the form , for some positive integer . The three smallest triangular numbers that are also perfect squares are , , and . What is the sum of the digits of the fourth smallest triangular number that is also a perfect square?
Solution
We have . If is a perfect square, then it can be written as , where is a positive integer.
Thus, .
Because and are relatively prime, the solution must be in the form of and , or and , where in both forms, and are relatively prime and is odd.
The four smallest feasible in either of these forms are .
Therefore, .
Therefore, the answer is .
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)