2022 AMC 12A Problems/Problem 16
Contents
Problem
A 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 1(Pell Equation)
We have .
If
is a perfect square, then it can be written as
,
where
is a positive integer.
Thus, . Rearranging, we get
, a Pell equation. So
must be a truncation of the continued fraction for
:
Therefore, , so the answer is
.
- Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Edited by wzs26843545602 Edited by dad
Solution 1a (Alt. Pell)
As in Solution 1, we find that . Let
; applying the difference of squares, we see that
. For this Pell equation, note that
and
are both algebraic integers that are conjugates of each other. WLOG let
so that
; we know that
. It is clear that
, and it immediately follows that
. In essence, for a solution
to
, then any integer power of
is also a solution. This is particularly useful in this problem: we are given that
and
is a solution, so
. From our result, we know that
is also a solution; this particular solution is
and
, which is the second smallest desired number. Similarly,
gives us the third-smallest desired number, so
must give us our desired answer. We can calculate:
. This lets
and
; we thus know that T_{288}=204^2=41616
\boxed{\textbf{(D) }18}
\Box$~Technodoggo
==Solution 2 (Bash)==
As mentioned above,$ (Error compiling LaTeX. Unknown error_msg)t_n = \frac{n (n+1)}{2}t_n
\frac{n}{2}
n+1
n
\frac{n+1}{2}
n
n = 288
1
289
t_{288} = \frac{288\cdot289}{2} = 144 \cdot 289 = 41616
4+1+6+1+6=\boxed{\textbf{(D) 18}}$.
~kingme271
==Solution 3==
According to the problem, we want to find integer$ (Error compiling LaTeX. Unknown error_msg)p\frac{n(n+1)}{2}=p^2
n^2+n=2p^2, 4n^2+4n=8p^2, (2n+1)^2-8p^2=1
2n+1=q
q^2-8p^2=1
(q,p)=(3,1)
q_4+2\sqrt{2}p_4=(3+2\sqrt{2})^4=577+408\sqrt{2}
p=204, p^2=41616
\boxed{18}$~bluesoul
==Solution 4==
If$ (Error compiling LaTeX. Unknown error_msg)n \choose 2{(2n-1)^2 \choose 2}$is also a square. We can prove this quite simply:
<cmath>{(2n-1)^2 \choose 2}</cmath> <cmath> = \frac{(2n-1)^2 \cdot ((2n-1)^2 - 1)}{2}</cmath> <cmath> = \frac{(2n-1)^2 \cdot (2n \cdot (2n - 2))}{2}</cmath> <cmath> = (2n-1)^2 \cdot 4{n \choose 2}.</cmath>
Therefore,$ (Error compiling LaTeX. Unknown error_msg){(2 \cdot 9 - 1)^2 \choose 2}T_n = {n+1 \choose 2}
{289 \choose 2} = 204^2 = 41616
\boxed{18}$.
~mathboy100
==Solution 5==
We want to find integer$ (Error compiling LaTeX. Unknown error_msg)n_im_i
t_{n_i} =\frac{n_i (n_i + 1)}{2}=m_i^2, n_0 = 0.
\sqrt{n_{i+1}} = \sqrt{2n_i} + \sqrt{n_i + 1}$and get
<cmath>n_1 = ( \sqrt{2n_0} + \sqrt{n_0 + 1})^2 = (0+1)^2 = 1, </cmath> <cmath>n_2= ( \sqrt{2n_1} + \sqrt{n_1 + 1})^2 = ( \sqrt{2} + \sqrt{1 + 1})^2 = 8, </cmath> <cmath>n_3= ( \sqrt{2n_2} + \sqrt{n_2 + 1})^2 = ( \sqrt{16} + \sqrt{8 + 1})^2 = 49,</cmath> <cmath>n_4 = ( \sqrt{2n_3} + \sqrt{n_3 + 1})^2 = ( \sqrt{98} + \sqrt{49 + 1})^2 = ((7 + 5)\sqrt{2})^2 = 288, </cmath> <cmath>n_5 = ( \sqrt{2n_4} + \sqrt{n_4 + 1})^2 = ( \sqrt{576} + \sqrt{289})^2 = (24 + 17)^2 = 1681,</cmath> <cmath>n_6 = ( \sqrt{2n_5} + \sqrt{n_5 + 1})^2 = ( 41\sqrt{2} + \sqrt{1682})^2 = ((41 + 29)\sqrt{2})^2 = 9800,... </cmath> Therefore,$ (Error compiling LaTeX. Unknown error_msg)t_{n_4} = t_{288} = \frac{288\cdot289}{2} = 41616 \implies 4+1+6+1+6=\boxed{\textbf{(D) 18}}$
vladimir.shelomovskii@gmail.com, vvsss
Solution 6(Fast and Simple)
This is an easy one to tackle by just noticing a pattern. Write out all the perfect squares before 300, and then notice that 4 and 9 are what are the factors of the 8th term. 25 and 49 are factors of the 49th term. 4 multiplied by 2 is one less then 9. 25 multiplied by 2 is one more than 49. Well, then we keep on writing out the perfect squares and then hunt for any that can be multiplied by two and then has an absolute value of 1 valued difference. 144 and 289 satisfy this. 288th term would give us these factors. By the way, this isn't very rigorous.
No formula needed.
emilyyunhanq@gmail.com
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution (Smart and Simple)
https://youtu.be/7yAh4MtJ8a8?si=yGkqWQUlYlVmVbqj&t=3716
~Math-X
See Also
2022 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 15 |
Followed by Problem 17 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.