The Chinese Remainder Theorem (the CRT)

Click For Summary
SUMMARY

The discussion centers on solving a specific problem using the Chinese Remainder Theorem (CRT), where the goal is to find the lowest number that leaves specific remainders when divided by integers 2 through 6. The solution reveals that the answer is 59, derived from the least common multiple of the divisors minus one. The conversation highlights a quicker method for this particular case, emphasizing the importance of recognizing patterns in CRT problems rather than solely relying on traditional algorithms like the Euclidean algorithm.

PREREQUISITES
  • Understanding of the Chinese Remainder Theorem (CRT)
  • Familiarity with least common multiples (LCM)
  • Knowledge of the Euclidean algorithm for computing greatest common divisors (GCD)
  • Basic problem-solving skills in modular arithmetic
NEXT STEPS
  • Study the application of the Chinese Remainder Theorem in various mathematical problems
  • Learn how to compute least common multiples (LCM) and greatest common divisors (GCD) using the Euclidean algorithm
  • Explore advanced techniques for solving modular arithmetic problems
  • Review problem-solving strategies in number theory, particularly those involving remainders
USEFUL FOR

Mathematicians, educators, students studying number theory, and anyone interested in enhancing their problem-solving skills related to modular arithmetic and the Chinese Remainder Theorem.

DeaconJohn
Messages
122
Reaction score
0
Find the lowest number that has a remainder of
1 when divided by 2,
2 when divided by 3,
3 when divided by 4,
4 when divided by 5, and
5 when divided by 6.

It is possible to solve this by applying the general algorithm that solves Chinese Remainder problems. But, for this special case of the CRT, there is an much quicker way. You just have to look at it right and the answer pops out. ...

Naturally, the point of this problem is more about finding the trick than it is about finding the right answer.

Hints:
6=3x2 and 4 = 2x2.
Problem Source:
Problem 35 on p. 11 in Chp. 1 of Carter and Russell, "The Complete Book of Fun Maths"
 
Mathematics news on Phys.org
Is it 59?
 
daskalou said:
Is it 59?

Yes!

Solution Explained:

If you multiply all the numbers in the right hand column together and subtract one, you get a number that satisfies all the conditions, except there are smaller numbers that work too.

The least common multiple minus one is the smallest number that works. And that is 59.

Relationship with the Chinese Remainder Theorem spelled out:

To solve the problem using the usual proof of the CRT, one applies the Eucledian algorithm. The Eucledian algorithm is often first introduced as a method of computing the gcd, and, given the gcd, one can easily compute the lcd. [I forget how this last demonstration goes. If someone could remind me, that would be great.]

Hence this problem presents the CRT as a generalization of the computation of the gcd using the Eucledian algorithm.
 
Last edited:
Solution:

Ah, I've seen this trick before. Denote the number we're looking for as x and view the problem in terms of congruencies and it should be evident what happens when you add 1 to x. Then find the lcm of the product of the divisors in the problem. Count 2, 3, another 2 (for 4), 5, and 6 is covered. So x+1 = 2*2*3*5 => x = 59.
 
snipez90 said:
Solution:

Ah, I've seen this trick before. Denote the number we're looking for as x and view the problem in terms of congruencies and it should be evident what happens when you add 1 to x. Then find the lcm of the product of the divisors in the problem. Count 2, 3, another 2 (for 4), 5, and 6 is covered. So x+1 = 2*2*3*5 => x = 59.

Snipez90,

All I can say is "Excellent." Really, a nice explanation.

DJ
 
thx very much. Your soln is very useful
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K