Solve Euler's Equation x^7 ≡ 21 mod 66

In summary: We can start with k = 7, which gives us x = 20. When we plug this value into the original equation, we get 20^7 = 128000000, which is not divisible by 66. However, when we try k = 21, we get x = 62, which works because 62^7 = 136827016062, which is divisible by 66.Therefore, in summary, the solution to the equation x^7 ≡ 21 (mod 66) is x = 62.
  • #1
Hummingbird25
86
0
Hi

How do I solve the equation x^7 \equiv 21 modulo 66

66 = 2.3.11 so try solving it mod 3 and mod 11 (mod 2 doesn't gives any new information). This tells us x is divisible mod 3, and x^7 = -1 mod 11. One solution to this is x = -1 mod 7. The smallest solution of these two congruences is x=21, so this seems like a good guess.

Now notice that 21*21 = 3.7 (2.11 - 1) = 7.66 - 3.7 = -21 mod 66
So 21 ^n = 21. (-1)^n mod 66. Therefore x=21 is a solution of the equation. There may be more however...

Sincerely Yours
Hummingbird25
 
Physics news on Phys.org
  • #2


Hello Hummingbird25,

Thank you for your question. Solving equations in modular arithmetic can be tricky, but with some careful steps, we can find a solution.

First, let's rewrite the equation as x^7 - 21 = 0 (mod 66). This means that x^7 - 21 is divisible by 66, or in other words, it is a multiple of 66.

Next, we can factor the left side of the equation as (x - 21)(x^6 + x^5 + x^4 + x^3 + x^2 + x + 1). This means that either (x - 21) or (x^6 + x^5 + x^4 + x^3 + x^2 + x + 1) must be divisible by 66.

Since 66 = 2*3*11, we can use the Chinese Remainder Theorem to solve the equation in mod 3 and mod 11 separately.

In mod 3, we have x^7 - 21 = 0 (mod 3). This means that x^7 is congruent to 21 (mod 3). Since 21 is not divisible by 3, x must be divisible by 3. Therefore, x = 3k for some integer k.

In mod 11, we have x^7 - 21 = 0 (mod 11). This means that x^7 is congruent to 21 (mod 11). We can rewrite 21 as -1 (mod 11), so x^7 is congruent to -1 (mod 11). By Fermat's Little Theorem, we know that x^10 is congruent to 1 (mod 11) for any integer x not divisible by 11. Therefore, x^70 is congruent to 1 (mod 11). This means that x^7 is congruent to 1 (mod 11) or -1 (mod 11). Since we already know that x is divisible by 3, we can eliminate the possibility of x being congruent to 1 (mod 11). Therefore, x must be congruent to -1 (mod 11).

Combining the results from mod 3 and mod 11, we get x = 3k - 1 for some integer k.

Now, let's try plugging in some values for
 

What is Euler's Equation?

Euler's Equation, also known as Euler's theorem, is a mathematical concept that states if two numbers, a and n, are relatively prime, then a to the power of phi(n) (phi being Euler's totient function) is congruent to 1 modulo n.

What does the symbol "≡" mean in Euler's Equation?

The symbol "≡" means congruence, which is a relation between two integers indicating that they have the same remainder when divided by a given modulus.

How do you solve Euler's Equation x^7 ≡ 21 mod 66?

To solve Euler's Equation x^7 ≡ 21 mod 66, we first need to find the value of phi(66). Using Euler's totient function, we can calculate phi(66) = 40. Next, we need to find the value of x^7 mod 40 that is congruent to 21. This can be done by using modular exponentiation or by trial and error. The solution is x ≡ 11 mod 40. Finally, we need to find the smallest positive integer x that satisfies both x ≡ 11 mod 40 and x ≡ 0 mod 66. This can be done by using the Chinese remainder theorem, which gives us the solution x ≡ 11 mod 2640.

What is the significance of solving Euler's Equation?

Solving Euler's Equation has many applications in number theory and cryptography. It allows us to find solutions to congruence equations and can be used to prove the primality of large numbers.

Are there any other ways to solve Euler's Equation x^7 ≡ 21 mod 66?

Yes, there are other methods to solve Euler's Equation, such as using the extended Euclidean algorithm or using the properties of modular arithmetic. However, the most efficient method for solving this specific equation is by using the Chinese remainder theorem.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
974
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
789
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
5K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
982
  • Calculus and Beyond Homework Help
Replies
4
Views
4K
  • Calculus and Beyond Homework Help
Replies
4
Views
946
Back
Top