If 17 2020 is divided by 18, then what is the remainder ?
1
The problem asks for the remainder when a large number, specifically 17 raised to the power of 2020 (\(17^{2020}\)), is divided by 18. This type of problem can be efficiently solved using the concepts of modular arithmetic.
Modular arithmetic helps us work with remainders. When we say 'a is congruent to b modulo m', written as \(a \equiv b \pmod{m}\), it means that a and b have the same remainder when divided by m. A key property is that if \(a \equiv b \pmod{m}\), then \(a^n \equiv b^n \pmod{m}\) for any positive integer n.
We need to find the remainder of \(17^{2020}\) when divided by 18. In modular notation, this is finding \(17^{2020} \pmod{18}\).
First, let's consider the base number, 17, in relation to the divisor, 18:
Using the property of modular arithmetic for exponents, we can raise both sides of the congruence \(17 \equiv -1 \pmod{18}\) to the power of 2020:
\(17^{2020} \equiv (-1)^{2020} \pmod{18}\)
Now, we need to evaluate \((-1)^{2020}\).
Since 2020 is an even number, \((-1)^{2020} = 1\).
Substituting this back into our congruence:
\(17^{2020} \equiv 1 \pmod{18}\)
This means that when \(17^{2020}\) is divided by 18, the remainder is 1.
Based on our calculation using modular arithmetic, the remainder when \(17^{2020}\) is divided by 18 is 1.
The final answer is 1.
| Concept | Description | Application Example |
|---|---|---|
| Remainder | The amount left over after division. For \(a \div m\), remainder r means \(a = qm + r\), where \(0 \le r < m\). | 17 divided by 18 has a remainder of 17. \(17 = 0 \times 18 + 17\). |
| Modular Congruence | \(a \equiv b \pmod{m}\) means a and b have the same remainder when divided by m. Equivalently, \(a - b\) is divisible by m. | \(17 \equiv -1 \pmod{18}\) because \(17 - (-1) = 18\), which is divisible by 18. |
| Exponent Rule | If \(a \equiv b \pmod{m}\), then \(a^n \equiv b^n \pmod{m}\). | Since \(17 \equiv -1 \pmod{18}\), then \(17^{2020} \equiv (-1)^{2020} \pmod{18}\). |
Finding remainders of large powers is a common type of question in number theory and competitive exams. Using modular arithmetic, especially finding a base that is congruent to 1 or -1 modulo the divisor, simplifies the calculation significantly. If the base was congruent to a number other than 1 or -1, say \(a \equiv k \pmod{m}\), we would need to calculate \(k^n \pmod{m}\). If n is large, this might involve finding a pattern in the powers of k modulo m (e.g., \(k^1, k^2, k^3, \dots \pmod{m}\)) which will eventually repeat. The length of this repeating pattern is related to Euler's totient theorem or Fermat's Little Theorem in some cases.
For this specific problem, the case of \(a \equiv -1 \pmod{m}\) is particularly simple because powers of -1 alternate between -1 and 1, depending on whether the exponent is odd or even.
What is the remainder when 27 27 - 15 27 is divided by 6?
If the number 413283P759387 is divisible by 13, then what is the value of P?
A number divides 12288, 28200 and 44333 so as to leave the same remainder in each case. What is that number?
If 10 ndivides 6 23 × 75 9× 105 2, then what is the largest value of n?
710 − 510 is divisible by
A is a set of positive integers such that when divided by 2, 3, 4, 5 and 6 leaves the reminder 1, 2, 3, 4 and 5 respectively. How many integers between 0 and 100 belong to the set A?
4 61 + 4 62 + 4 63 + 4 64 is divisible by
Let p = 2 2n + 2 + m and q = 2 4n - m (where n is even natural number). What should be the least value of m such that p as well as q is divisible by 5?
What is the remainder when 2 1000000 is divided by 7?
If the 8-digit number 888x53y4 is divisible by 72, then what is the value of (7x + 2y), for the maximum value of y?
If all positive divisors of 132 are arranged in descending order, then what digit will be at unit place of first divisor ?
If 3 2019 is divided by 10, then what is the remainder?
The number 3798125P369 is divisible by 7. What is the value of the digit P?
Consider all 3-digit numbers (without repetition of digits) obtained using three non-zero digits which are multiples of 3. Let S be their sum.
Which of the following is/are correct?
1. S is always divisible by 74.
2. S is always divisible by 9.
select the correct answer using the code given below: