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
4215360421010
5364211115101
42111537601-3
115761391-34
7639137-34-7
3937124-711
372181-711-205
212011-205421
So our multiplicative inverse is -205 mod 421 ≡ 216
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
4136240413010
6244131211101
413211120201-1
211202191-12
2029224-12-45
94212-4592
4140-4592-413
So our multiplicative inverse is 92 mod 413 ≡ 92
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
1299560129010
956129753101
1295322301-2
5323271-25
23732-25-17
72315-1756
2120-1756-129
So our multiplicative inverse is 56 mod 129 ≡ 56
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 ≡ 218 × 536-1 (mod 421) ≡ 218 × 216 (mod 421) ≡ 357 (mod 421)
x ≡ 990 × 624-1 (mod 413) ≡ 990 × 92 (mod 413) ≡ 220 (mod 413)
x ≡ 907 × 956-1 (mod 129) ≡ 907 × 56 (mod 129) ≡ 95 (mod 129)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 421 × 413 × 129 = 22429617
  2. We calculate the numbers M1 to M3
    M1=M/m1=22429617/421=53277,   M2=M/m2=22429617/413=54309,   M3=M/m3=22429617/129=173873
  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
    421532770421010
    53277421126231101
    421231119001-1
    2311901411-12
    19041426-12-9
    41261152-911
    2615111-911-20
    15111411-2031
    11423-2031-82
    431131-82113
    3130-82113-421
    So our multiplicative inverse is 113 mod 421 ≡ 113
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    413543090413010
    54309413131206101
    4132062101-2
    206120601-2413
    So our multiplicative inverse is -2 mod 413 ≡ 411
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    1291738730129010
    1738731291347110101
    12911011901-1
    110195151-16
    191514-16-7
    154336-727
    4311-727-34
    313027-34129
    So our multiplicative inverse is -34 mod 129 ≡ 95
    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
    =  (357 × 53277 × 113 +
       220 × 54309 × 411 +
       95 × 173873 × 95)   mod 22429617
    = 16098134 (mod 22429617)


    So our answer is 16098134 (mod 22429617).


Verification

So we found that x ≡ 16098134
If this is correct, then the following statements (i.e. the original equations) are true:
536x (mod 421) ≡ 218 (mod 421)
624x (mod 413) ≡ 990 (mod 413)
956x (mod 129) ≡ 907 (mod 129)

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