Given:
Given the number 14.
Required: Modulo class where 14 belogs
Explanation:
For the case of mod 2, there are 2 modulo classes, from 0 to 1, equivalent to the remainder when a number 'n' is divided by 2.
14 is divisible by 2. So, the remainder of 14 divided by 2 gives 0. Hence 14 belongs to the modulo class [0].
Final Answer: 14 belongs to the modulo class of 0.