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
46741111601-11
4116291-1123
16917-1123-34
971223-3457
7231-3457-205
212057-205467
So our multiplicative inverse is -205 mod 467 ≡ 262
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
1078880107010
888107832101
1073231101-3
32112101-37
111011-37-10
1011007-10107
So our multiplicative inverse is -10 mod 107 ≡ 97
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
641242215701-2
2421571851-23
15785172-23-5
85721133-58
721357-58-45
137168-4553
7611-4553-98
616053-98641
So our multiplicative inverse is -98 mod 641 ≡ 543
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 ≡ 500 × 41-1 (mod 467) ≡ 500 × 262 (mod 467) ≡ 240 (mod 467)
x ≡ 123 × 888-1 (mod 107) ≡ 123 × 97 (mod 107) ≡ 54 (mod 107)
x ≡ 901 × 242-1 (mod 641) ≡ 901 × 543 (mod 641) ≡ 160 (mod 641)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 467 × 107 × 641 = 32030129
  2. We calculate the numbers M1 to M3
    M1=M/m1=32030129/467=68587,   M2=M/m2=32030129/107=299347,   M3=M/m3=32030129/641=49969
  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
    467685870467010
    68587467146405101
    46740516201-1
    405626331-17
    6233129-17-8
    3329147-815
    29471-815-113
    414015-113467
    So our multiplicative inverse is -113 mod 467 ≡ 354
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    1072993470107010
    299347107279768101
    1076813901-1
    68391291-12
    3929110-12-3
    2910292-38
    10911-38-11
    91908-11107
    So our multiplicative inverse is -11 mod 107 ≡ 96
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    641499690641010
    4996964177612101
    64161212901-1
    612292131-122
    29392-122-199
    321122-199221
    2120-199221-641
    So our multiplicative inverse is 221 mod 641 ≡ 221
    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
    =  (240 × 68587 × 354 +
       54 × 299347 × 96 +
       160 × 49969 × 221)   mod 32030129
    = 17283443 (mod 32030129)


    So our answer is 17283443 (mod 32030129).


Verification

So we found that x ≡ 17283443
If this is correct, then the following statements (i.e. the original equations) are true:
41x (mod 467) ≡ 500 (mod 467)
888x (mod 107) ≡ 123 (mod 107)
242x (mod 641) ≡ 901 (mod 641)

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