Relevance of CRT to this question

  • Thread starter Thread starter Benny
  • Start date Start date
  • Tags Tags
    Crt
Click For Summary
SUMMARY

The discussion centers on the application of the Chinese Remainder Theorem (CRT) to find the inverse of 32 modulo 15. The process involves transforming the equation 32x ≡ 1 (mod 15) into simultaneous congruences: 32x ≡ 1 (mod 5) and 32x ≡ 1 (mod 3). The conclusion drawn is that while CRT can be applied, the calculations remain straightforward, as the equivalence of 32 to 2 modulo both 3 and 5 simplifies the problem significantly, leading to the solution x = 8.

PREREQUISITES
  • Understanding of modular arithmetic
  • Familiarity with the Chinese Remainder Theorem
  • Knowledge of solving linear congruences
  • Basic number theory concepts
NEXT STEPS
  • Study the application of the Chinese Remainder Theorem in different modular systems
  • Learn techniques for solving linear congruences
  • Explore advanced number theory topics such as modular inverses
  • Investigate computational methods for modular arithmetic
USEFUL FOR

Mathematicians, computer scientists, students studying number theory, and anyone interested in modular arithmetic applications.

Benny
Messages
577
Reaction score
0
Q. Use the chinese remainder theorem to find the inverse of 32 (mod 3 * 5).

The question's wording seems to suggest that using the CRT to find the inverse is faster or computationally easier than solving [tex]32x \equiv 1\left( {\bmod 15} \right)[/tex]. I don't see how this is so.

In any case if I am to use the CRT I need some simultaneous congruences.

[tex] 32x \equiv 1\left( {\bmod 15} \right) \Leftrightarrow 32x \equiv 1\left( {\bmod 5} \right),32x \equiv 1\left( {\bmod 3} \right)[/tex]

But does using the CRT actually make the calculation of the inverse any more easy? Using the CRT procedure I just back to [tex]32x \equiv 1\left( {\bmod 15} \right)[/tex].

Does using the CRT actually simplify any of the calculations?
 
Physics news on Phys.org
I don't know that it would be any easier that way- the problem is pretty close to trivial anyway. 32 is, of course, equivalent to 2 (mod 3) or (mod 5).
It's easy to see that 2x= 1 (mod 3) gives x= 2 {(2*2)= 4= 1 (mod 3)} and that 2x= 1 (mod 5) gives x= 3 {(2*3)= 6= 1 (mod 5)}. Other numbers equivalent to 2 (mod 3) are 2+3= 5, 2+ 2(3)= 8, etc. Other numbers equivalent to 3 (mod 5) are 3+ 2= 8, 3+ 2(5)= 13, etc. The first to appear on both lists is 8. That is 2x= 1 (mod 3) and 2x= 1 (mod 5) for x= 8.
By the Chinese remainder theorem, 32x= 1 (mod 15) which is equivalent to 2x= 1 (mod 15) for x= 8. Of course, it was easy to see that 2(8)= 16= 1 (mod 15) directly.
 
Thanks for the response.
 

Similar threads

Replies
1
Views
2K
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 21 ·
Replies
21
Views
3K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
9
Views
3K
  • · Replies 30 ·
2
Replies
30
Views
5K