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
1793390179010
3391791160101
17916011901-1
16019881-19
19823-19-19
83229-1947
3211-1947-66
212047-66179
So our multiplicative inverse is -66 mod 179 ≡ 113
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
81712367901-6
123791441-67
7944135-67-13
4435197-1320
35938-1320-73
981120-7393
8180-7393-817
So our multiplicative inverse is 93 mod 817 ≡ 93
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
5877790587010
7795871192101
58719231101-3
192111751-352
11521-352-107
515052-107587
So our multiplicative inverse is -107 mod 587 ≡ 480
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 ≡ 36 × 339-1 (mod 179) ≡ 36 × 113 (mod 179) ≡ 130 (mod 179)
x ≡ 441 × 123-1 (mod 817) ≡ 441 × 93 (mod 817) ≡ 163 (mod 817)
x ≡ 851 × 779-1 (mod 587) ≡ 851 × 480 (mod 587) ≡ 515 (mod 587)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 179 × 817 × 587 = 85844641
  2. We calculate the numbers M1 to M3
    M1=M/m1=85844641/179=479579,   M2=M/m2=85844641/817=105073,   M3=M/m3=85844641/587=146243
  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
    1794795790179010
    479579179267938101
    1793842701-4
    38271111-45
    271125-45-14
    115215-1433
    5150-1433-179
    So our multiplicative inverse is 33 mod 179 ≡ 33
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    8171050730817010
    105073817128497101
    817497132001-1
    49732011771-12
    3201771143-12-3
    1771431342-35
    1433447-35-23
    347465-2397
    7611-2397-120
    616097-120817
    So our multiplicative inverse is -120 mod 817 ≡ 697
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    5871462430587010
    14624358724980101
    5878072701-7
    80272261-715
    272611-715-22
    26126015-22587
    So our multiplicative inverse is -22 mod 587 ≡ 565
    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
    =  (130 × 479579 × 33 +
       163 × 105073 × 697 +
       515 × 146243 × 565)   mod 85844641
    = 62125660 (mod 85844641)


    So our answer is 62125660 (mod 85844641).


Verification

So we found that x ≡ 62125660
If this is correct, then the following statements (i.e. the original equations) are true:
339x (mod 179) ≡ 36 (mod 179)
123x (mod 817) ≡ 441 (mod 817)
779x (mod 587) ≡ 851 (mod 587)

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