AMC 10 Daily Practice - Modular Arithmetic
Complete problem set with solutions and individual problem pages
Let
How many of the values , , , and are integers? (2024 AMC 10B Problems, Question #24)
- A.
- B.
- C.
- D.
- E.
Take everything modulo 8 and re-write the entire fraction with denominator 8. This means that we're going to transform the fraction as follows:
becomes
And in order for to be an integer, it's important to note that must be congruent to 0 modulo 8. Moreover, we know that . We can verify it by taking everything modulo 8 :
 
If , then -> TRUE If , then -> TRUE If , then it is obvious that the entire expression is divisible by 8. Therefore, it is true. If , then . Therefore, -> TRUE Therefore, there are possible values.
 
Addendum for certain China test papers : Note that . Therefore, taking everything modulo 8, whilst still maintaining the original expression, gives . This is true.
 
Therefore, there are possible values.
