Bootstrap
  C.R.T. .com
It doesn't have to be difficult if someone just explains it right.

Welcome to ChineseRemainderTheorem.com!

×

Modal Header

Some text in the Modal Body

Some other text...

Use the calculator below to get a step-by-step calculation of the Chinese Remainder Theory. Just enter the numbers you would like and press "Calculate" .


This removes all numbers from the textboxes, such that you can fill in your own.

This fills all textboxes with random numbers. If you fill in random numbers yourself, it is very likely that those numbers do not have a solution. To avoid disappointment, use this button instead! It only uses random numbers that do have a solution.

This button is similar to the "Clear everything" button, but only clears the left column.
This is useful if you want your equations to be of the form x ≡ a (mod m) rather than bx ≡ a (mod m).
In that case, it can be especially useful after using the random numbers button.

Do you want to use more equations? Go ahead and use this button. It adds another row that you can fill in. Not sure what numbers to put in this newly added row? Use the random numbers button again!

Do you have too many rows? Use one of these buttons to remove a row. You can always add a row again using the yellow "Add a row" button.

Are you ready to view a full step-by-step Chinese Remainder Theorem calculation for the numbers you have entered? Then use this button!

Want to know more?


Transform the equations

You used one or more of the fields on the left, so your equations are of the form bx ≡ a mod m.
We want them to be of the form x ≡ a mod m, so we need to move the values on the left to the right side of the equation.
For a more detailed explanation about how this works, see this part of our page about how to execute the Chinese Remainder algorithm.

First, we calculate the inverses of the leftmost value on each row:

nbqr t1t2t3
2939280293010
928293349101
2934954801-5
4948111-56
481480-56-293
So our multiplicative inverse is 6 mod 293 ≡ 6
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
791549124201-1
5492422651-13
24265347-13-10
65471183-1013
4718211-1013-36
18111713-3649
11714-3649-85
741349-85134
4311-85134-219
3130134-219791
So our multiplicative inverse is -219 mod 791 ≡ 572
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
499381111801-1
3811183271-14
11827410-14-17
2710274-1738
10713-1738-55
732138-55148
3130-55148-499
So our multiplicative inverse is 148 mod 499 ≡ 148
Source: ExtendedEuclideanAlgorithm.com

Click on any row to reveal a more detailed calculation of each multiplicative inverse.

Now that we now the inverses, let's move the leftmost value on each row to the right of the equation:

x ≡ 460 × 928-1 (mod 293) ≡ 460 × 6 (mod 293) ≡ 123 (mod 293)
x ≡ 165 × 549-1 (mod 791) ≡ 165 × 572 (mod 791) ≡ 251 (mod 791)
x ≡ 165 × 381-1 (mod 499) ≡ 165 × 148 (mod 499) ≡ 468 (mod 499)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 293 × 791 × 499 = 115649737
  2. We calculate the numbers M1 to M3
    M1=M/m1=115649737/293=394709,   M2=M/m2=115649737/791=146207,   M3=M/m3=115649737/499=231763
  3. We now calculate the modular multiplicative inverses M1-1 to M3-1
    Have a look at the page that explains how to calculate modular multiplicative inverse.
    Using, for example, the Extended Euclidean Algorithm, we will find that:

    nbqr t1t2t3
    2933947090293010
    394709293134738101
    2933872701-7
    38271111-78
    271125-78-23
    115218-2354
    5150-2354-293
    So our multiplicative inverse is 54 mod 293 ≡ 54
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    7911462070791010
    146207791184663101
    791663112801-1
    6631285231-16
    12823513-16-31
    23131106-3137
    131013-3137-68
    1033137-68241
    3130-68241-791
    So our multiplicative inverse is 241 mod 791 ≡ 241
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    4992317630499010
    231763499464227101
    49922724501-2
    22745521-211
    452221-211-244
    212011-244499
    So our multiplicative inverse is -244 mod 499 ≡ 255
    Source: ExtendedEuclideanAlgorithm.com
  4. Now we can calculate x with the equation we saw earlier
    x = (a1 × M1 × M1-1   +   a2 × M2 × M2-1   + ... +   ak × Mk × Mk-1)   mod M
    =  (123 × 394709 × 54 +
       251 × 146207 × 241 +
       468 × 231763 × 255)   mod 115649737
    = 34850129 (mod 115649737)


    So our answer is 34850129 (mod 115649737).


Verification

So we found that x ≡ 34850129
If this is correct, then the following statements (i.e. the original equations) are true:
928x (mod 293) ≡ 460 (mod 293)
549x (mod 791) ≡ 165 (mod 791)
381x (mod 499) ≡ 165 (mod 499)

Let's see whether that's indeed the case if we use x ≡ 34850129.