1983 AIME Problems/Problem 6: Difference between revisions
T3chn0b14d3 (talk | contribs) |
Removed solution as it was false and fixed typo |
||
| (One intermediate revision by one other user not shown) | |||
| Line 21: | Line 21: | ||
*Alternatively, we could have noted that <math>a^b\equiv a^{b\pmod{\phi{(n)}}}\pmod n</math>. This way, we have <math>6^{83}\equiv 6^{83\pmod {42}}\equiv 6^{-1}\pmod {49}</math>, and can finish the same way. | *Alternatively, we could have noted that <math>a^b\equiv a^{b\pmod{\phi{(n)}}}\pmod n</math>. This way, we have <math>6^{83}\equiv 6^{83\pmod {42}}\equiv 6^{-1}\pmod {49}</math>, and can finish the same way. | ||
=== Solution 3 | === Solution 3 === | ||
<math>6^{83} + 8^{83} = (6+8)(6^{82}-6^{81}8+\ldots-8^{81}6+8^{82})</math> | <math>6^{83} + 8^{83} = (6+8)(6^{82}-6^{81}8+\ldots-8^{81}6+8^{82})</math> | ||
Because <math>7|(6+8)</math>, we only consider <math>6^{82}-6^{81}8+\ldots-8^{81}6+8^{82} \pmod{7}</math> | |||
<math>6^{82}-6^{81}8+\ldots-8^{81}6+8^{82} \equiv (-1)^{82} - (-1)^{81}+ \ldots - (-1)^1 + 1 = 83 \equiv 6 \pmod{7}</math> | <math>6^{82}-6^{81}8+\ldots-8^{81}6+8^{82} \equiv (-1)^{82} - (-1)^{81}+ \ldots - (-1)^1 + 1 = 83 \equiv 6 \pmod{7}</math> | ||
| Line 44: | Line 32: | ||
=== Solution | === Solution 4 last resort (bash) === | ||
Repeat the steps of taking modulo <math>49</math> after reducing the exponents over and over again until you get a residue of <math>49,</math> namely <math>35.</math> This bashing takes a lot of time but it isn’t too bad. ~peelybonehead | Repeat the steps of taking modulo <math>49</math> after reducing the exponents over and over again until you get a residue of <math>49,</math> namely <math>35.</math> This bashing takes a lot of time but it isn’t too bad. ~peelybonehead | ||
Latest revision as of 07:08, 31 August 2025
Problem
Let
. Determine the remainder upon dividing
by
.
Solutions
Solution 1
Firstly, we try to find a relationship between the numbers we're provided with and
. We notice that
, and both
and
are greater or less than
by
.
Thus, expressing the numbers in terms of
, we get
.
Applying the Binomial Theorem, half of our terms cancel out and we are left with
. We realize that all of these terms are divisible by
except the final term.
After some quick division, our answer is
.
Solution 2
Since
(see Euler's totient function), Euler's Totient Theorem tells us that
where
. Thus
.
- Alternatively, we could have noted that
. This way, we have
, and can finish the same way.
Solution 3
Because
, we only consider
Solution 4 last resort (bash)
Repeat the steps of taking modulo
after reducing the exponents over and over again until you get a residue of
namely
This bashing takes a lot of time but it isn’t too bad. ~peelybonehead
Video Solution by OmegaLearn
https://youtu.be/-H4n-QplQew?t=792
~ pi_is_3.14
See Also
| 1983 AIME (Problems • Answer Key • Resources) | ||
| Preceded by Problem 5 |
Followed by Problem 7 | |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
| All AIME Problems and Solutions | ||