Mansouri
What is the remainder when 25^25 is divisible by 26 ?
(A) 1
(B) 2
(C) 3
(D) 24
(E) 25
Hello
Bunuel, ! Please, can you explain this question with more details or alternate method?
The method used above is the best one.
25^25 = (26 - 1)^25
When you expand this expression, all terms except the last one will have 26 as their multiple and thus will be divisible by 26. The last one will be (-1)^25 = -1. Hence, the question essentially boils down to finding the remainder when -1 is divided by 26. -1 divided by 26 yields the remainder of 25.
Answer: E.
P.S. The process for finding the remainder when dividing a negative integer by a positive integer follows the same principles as when dividing a positive integer by a positive integer.
For example:
- What is the remainder when dividing 21 by 6? We find the closest multiple of 6 that is less than 21, which is 18. Then, we calculate 21 - 18, yielding a remainder of 3.
- What is the remainder when dividing -23 by 7? Here, we find the closest multiple of 7 that is less than -23, which is -28. Then, we calculate -23 - (-28), resulting in a remainder of 5.
What about dividing -1 by 26? The closest multiple of 26
less than -1 is -26. So, the remainder is -1 - (-26) = 25.
Alternatively, consider this method:
- What is the remainder when dividing -23 by 7? Dividing 23 by 7 gives a remainder of 2. To find the remainder for -23 divided by 7, subtract this 2 from the divisor. Thus, the remainder when dividing -23 by 7 is 7 - 2 = 5.
Similarly, what is the remainder when dividing -1 by 26? Dividing 1 by 26 gives a remainder of 1. Therefore, the remainder when dividing -1 by 13 is 26 - 1 = 25.
Hope it helps.