Difference between revisions of "2021 JMPSC Accuracy Problems/Problem 15"
(→Solution) |
(→Solution) |
||
Line 10: | Line 10: | ||
<math>\text{}^*</math> We proceed by induction. Our base case is <math>\tfrac{f(1)}{25}=\tfrac{475}{25}=19.</math> Our inductive assumption is <cmath>\frac{f(n)}{25}=19\underbrace{111 \cdots 1}_{n-1 \text{ ones}},</cmath> and we wish to prove that this pattern holds for <math>f(n+1).</math> | <math>\text{}^*</math> We proceed by induction. Our base case is <math>\tfrac{f(1)}{25}=\tfrac{475}{25}=19.</math> Our inductive assumption is <cmath>\frac{f(n)}{25}=19\underbrace{111 \cdots 1}_{n-1 \text{ ones}},</cmath> and we wish to prove that this pattern holds for <math>f(n+1).</math> | ||
− | We can easily find that <math>f(n+1)=10f(n)+25.</math> Using our inductive assumption, we obtain <cmath>\frac{f(n+1)}{25}=10 \cdot (19\underbrace{111 \cdots 1}_{n-1 \text{ones}})+1=19 \cdot \underbrace{111 \cdots 1}_{n-1 \text{ ones}},</cmath> as desired. <math>\mathbb{Q.E.D.}</math> | + | We can easily find that <math>f(n+1)=10f(n)+25.</math> Using our inductive assumption, we obtain <cmath>\frac{f(n+1)}{25}=10 \cdot (19\underbrace{111 \cdots 1}_{n-1 \text{ ones}})+1=19 \cdot \underbrace{111 \cdots 1}_{n-1 \text{ ones}},</cmath> as desired. <math>\mathbb{Q.E.D.}</math> |
~pinkpig, <math>\LaTeX</math>/wording fixes by samrocksnature | ~pinkpig, <math>\LaTeX</math>/wording fixes by samrocksnature |
Revision as of 15:47, 11 July 2021
Problem
For all positive integers define the function to output For example, , , and Find the last three digits of
Solution
We can easily find that and so on. Thus, we claim that Now, we find we can easily find that
We proceed by induction. Our base case is Our inductive assumption is and we wish to prove that this pattern holds for
We can easily find that Using our inductive assumption, we obtain as desired.
~pinkpig, /wording fixes by samrocksnature
Solution 2 (More Algebraic)
We only care about the last digits, so we evaluate . Note the expression is simply , so factoring a we have . Now, we can divide by to get Evaluate the last digits to get ~Geometry285