Difference between revisions of "2022 AMC 12A Problems/Problem 16"
m |
|||
Line 4: | Line 4: | ||
<math>t_1 = 1 = 1^2</math>, <math>t_8 = 36 = 6^2</math>, and <math>t_{49} = 1225 = 35^2</math>. What is the sum of the digits of the fourth smallest triangular number that is also a perfect square? | <math>t_1 = 1 = 1^2</math>, <math>t_8 = 36 = 6^2</math>, and <math>t_{49} = 1225 = 35^2</math>. What is the sum of the digits of the fourth smallest triangular number that is also a perfect square? | ||
− | ==Solution== | + | ==Solution 1== |
We have <math>t_n = \frac{n (n+1)}{2}</math>. | We have <math>t_n = \frac{n (n+1)}{2}</math>. | ||
Line 25: | Line 25: | ||
Edited by wzs26843545602 | Edited by wzs26843545602 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Solution 2 (Bash)== | ==Solution 2 (Bash)== | ||
Line 41: | Line 34: | ||
~bluesoul | ~bluesoul | ||
+ | |||
+ | ==Video Solution== | ||
+ | |||
+ | https://youtu.be/ZmSg0JYEoTw | ||
+ | |||
+ | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
== See Also == | == See Also == | ||
{{AMC12 box|year=2022|ab=A|num-b=15|num-a=17}} | {{AMC12 box|year=2022|ab=A|num-b=15|num-a=17}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 15:21, 18 December 2022
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
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
Solution 2 (Bash)
As mentioned above, . If is a perfect square, one of two things must occur when the fraction is split into a product. Either and must both be squares, or and must both be squares, and thus the search for the next perfect square triangular number can be narrowed down by testing values of that are close to or are perfect squares. After some work, we reach , less than , and . This product is a perfect square, and thus the sum of the digits of the fourth smallest perfect square triangular number is therefore . ~kingme271
Solution 3
According to the problem, we want to find integer such , after expanding, we have , we call , the equation becomes , obviously is the elementary solution for this pell equation, thus the forth smallest solution set , which indicates leads to
~bluesoul
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
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.