What is the remainder when (17 29 + 19 29 ) is divided by 18?
The correct answer is
0
Calculating Remainder Using Modular Arithmetic and Properties
We are asked to find the remainder when the expression is divided by 18. This is a problem that can be efficiently solved using the principles of modular arithmetic.
Method 1: Using Modular Arithmetic Properties
The core idea of modular arithmetic is looking at the remainder when a number is divided by another number. We want to find modulo 18.
Let's consider the base 17 with respect to the divisor 18.
This is because 17 is one less than 18.
Now, let's raise this congruence to the power of 29:
Since 29 is an odd exponent, is equal to -1.
Next, consider the base 19 with respect to the divisor 18.
This is because 19 is one more than 18.
Now, raise this congruence to the power of 29:
Since any power of 1 is 1, is equal to 1.
Now, we need to find the remainder of the sum . We can add the congruences:
Simplifying the right side:
This means that when is divided by 18, the remainder is 0.
Method 2: Using Algebraic Identity
There is a useful algebraic identity that states that for any positive odd integer , the expression is always divisible by .
In our problem, we have the expression .
Here, , , and the exponent .
Since 29 is an odd number, we can apply the identity.
According to the identity, is divisible by , which is .
Let's calculate the sum :
So, is divisible by 36.
Now, consider the divisor in the question, which is 18. Since 36 is a multiple of 18 (), any number that is divisible by 36 is also divisible by 18.
Therefore, is divisible by 18.
When a number is divisible by another number, the remainder is always 0.
Both methods confirm that the remainder when is divided by 18 is 0.
Revision Table: Key Concepts for Remainder Problems
Concept
Description
Example (mod 18)
Modular Arithmetic
System of arithmetic for integers, where numbers "wrap around" upon reaching a certain value (the modulus). We look at remainders.
Congruence Relation
means is divisible by . and have the same remainder when divided by .
because , which is divisible by 18.
Properties of Exponents in Modulo
If , then for any non-negative integer .
Since , .
Sum Property of Congruences
If and , then .
Since and , .
Divisibility Identity for Odd Powers
For odd , is divisible by .
is divisible by , since 29 is odd.
Additional Information on Remainder Calculations
Calculating remainders, especially with large numbers and exponents, is a common topic in number theory and is often tested in exams. Here are some related concepts:
Fermat's Little Theorem: If is a prime number, then for any integer not divisible by , we have . This can simplify calculations with prime moduli.
Euler's Totient Theorem: This is a generalization of Fermat's Little Theorem. If is a positive integer, then for any integer coprime to , we have , where is Euler's totient function. This helps with composite moduli like 18.
Chinese Remainder Theorem: Useful for finding a number that has specific remainders when divided by several different numbers.
Negative Remainders: As seen in the solution, sometimes using negative remainders (like -1 mod 18) can simplify calculations significantly. The final positive remainder is obtained by adding the modulus if the result is negative (e.g., ). In this problem, the sum was 0 mod 18, which is a standard remainder.
Was this answer helpful?
Important Questions from Divisibility and Remainder
If a five digit number 247xy is divisible by 3, 7 and 11, then what is the value of (2y - 8x)?