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
17914113801-1
141383271-14
3827111-14-5
2711254-514
11521-514-33
515014-33179
So our multiplicative inverse is -33 mod 179 ≡ 146
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
6439460643010
9466431303101
64330323701-2
30337871-217
37752-217-87
723117-87278
2120-87278-643
So our multiplicative inverse is 278 mod 643 ≡ 278
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
7735514301-14
5531811-14253
3130-14253-773
So our multiplicative inverse is 253 mod 773 ≡ 253
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 ≡ 759 × 141-1 (mod 179) ≡ 759 × 146 (mod 179) ≡ 13 (mod 179)
x ≡ 602 × 946-1 (mod 643) ≡ 602 × 278 (mod 643) ≡ 176 (mod 643)
x ≡ 177 × 55-1 (mod 773) ≡ 177 × 253 (mod 773) ≡ 720 (mod 773)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 179 × 643 × 773 = 88969981
  2. We calculate the numbers M1 to M3
    M1=M/m1=88969981/179=497039,   M2=M/m2=88969981/643=138367,   M3=M/m3=88969981/773=115097
  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
    1794970390179010
    4970391792776135101
    17913514401-1
    13544331-14
    443142-14-57
    32114-5761
    2120-5761-179
    So our multiplicative inverse is 61 mod 179 ≡ 61
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    6431383670643010
    138367643215122101
    64312253301-5
    122333231-516
    3323110-516-21
    23102316-2158
    10331-2158-195
    313058-195643
    So our multiplicative inverse is -195 mod 643 ≡ 448
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    7731150970773010
    115097773148693101
    77369318001-1
    693808531-19
    8053127-19-10
    53271269-1019
    272611-1019-29
    26126019-29773
    So our multiplicative inverse is -29 mod 773 ≡ 744
    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
    =  (13 × 497039 × 61 +
       176 × 138367 × 448 +
       720 × 115097 × 744)   mod 88969981
    = 3889683 (mod 88969981)


    So our answer is 3889683 (mod 88969981).


Verification

So we found that x ≡ 3889683
If this is correct, then the following statements (i.e. the original equations) are true:
141x (mod 179) ≡ 759 (mod 179)
946x (mod 643) ≡ 602 (mod 643)
55x (mod 773) ≡ 177 (mod 773)

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