Questions
Question-1 : What is the remainder of when divided by ?
See answer ▼
Answer : 1
We can substitute each number by a congruent modulo and the remainder will remain the same. Substituting each number by or we get
Question-2 : What is the remainder of when divided by ?
See answer ▼
Answer : 4
We can substitute each number by a congruent modulo 5 and the remainder will remain the same. Substituting each number by or we get
Question-3 : What are the last two digits of the number ?
The number is huge, we do not want to compute it. Instead, we can use remainders. Note that the number consisting of the last two digits is just the remainder after the division by . Thus, we are actually interested in the remainder of the number when divided by .
Note that . This allows us to simplify the computation a lot:
Thus, the remainder of when divided by is and these are the two last digits of .
In the computation above we used that is just multiplied by itself times. We then use that in the multiplication modulo some number we can substitute the numbers by their congruent.
Note that one cannot just substitute any number in any expression by its congruent. For example, we cannot substitute by We have only proved that we can substitute numbers by their congruents in additions and multiplications, and we should be careful to use only these properties.
Question-4 : Is the number divisible by ?
To solve this problem it is enough to compute the remainder of the number after the division by : the number is divisible by if the remainder is .
But how can we compute the remainder fast? We can try the same approach we used for divisibility tests. Observe that
Now we represented our number as an arithmetic expression and we can use modular arithmetic. Note that
Thus, for any positive
Applying this to our number, we get
Now
Thus, the remainder of when divided by is and is not divisible by .
Note, that the same argument can be applied in a general setting, giving the following lemma.
Question-5 : What is the remainder of the number when divided by ?
See answer ▼
Answer : 1
we are interested in the remainder of the product of by itself times. Since congruence is preserved under multiplication, we can substitute each number by a congruent number. Note that , so we have
Question-6 : Find a remainder such that ?
We must multiply by such an integer that when we divide the resulting number by , gives the remainder.
The first positive number that gives a remainder of is . However, we cannot get by multiplying a positive number by . Let's try the number sequence starting from and increasing by . the quotient of every number divisible by in this group is our answer. The smallest correct answer for is .
Question-7 : Find a remainder such that ?
Again, try the way just before. But first of all, we can minimize this problem to
Now, We must multiply by such an integer that when we divide the resulting number by , gives the remainder. We create possible group like this: However, we cannot get by multiplying a positive number by . and are the numbers divisible by at the beginning of the group and these constitute our answers. The smallest value will be .
Of course, we can create correct answer group like this: