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
73918041901-4
18019991-437
19921-437-78
919037-78739
So our multiplicative inverse is -78 mod 739 ≡ 661
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
88982416501-1
8246512441-113
6544121-113-14
44212213-1441
212101-1441-424
212041-424889
So our multiplicative inverse is -424 mod 889 ≡ 465
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
28923015901-1
230593531-14
595316-14-5
536854-544
6511-544-49
515044-49289
So our multiplicative inverse is -49 mod 289 ≡ 240
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 ≡ 324 × 180-1 (mod 739) ≡ 324 × 661 (mod 739) ≡ 593 (mod 739)
x ≡ 909 × 824-1 (mod 889) ≡ 909 × 465 (mod 889) ≡ 410 (mod 889)
x ≡ 225 × 230-1 (mod 289) ≡ 225 × 240 (mod 289) ≡ 246 (mod 289)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 739 × 889 × 289 = 189864619
  2. We calculate the numbers M1 to M3
    M1=M/m1=189864619/739=256921,   M2=M/m2=189864619/889=213571,   M3=M/m3=189864619/289=656971
  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
    7392569210739010
    256921739347488101
    739488125101-1
    48825112371-12
    251237114-12-3
    2371416132-350
    141311-350-53
    13113050-53739
    So our multiplicative inverse is -53 mod 739 ≡ 686
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    8892135710889010
    213571889240211101
    88921144501-4
    211454311-417
    4531114-417-21
    31142317-2159
    14342-2159-257
    321159-257316
    2120-257316-889
    So our multiplicative inverse is 316 mod 889 ≡ 316
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    2896569710289010
    656971289227374101
    2897436701-3
    7467171-34
    67794-34-39
    74134-3943
    4311-3943-82
    313043-82289
    So our multiplicative inverse is -82 mod 289 ≡ 207
    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
    =  (593 × 256921 × 686 +
       410 × 213571 × 316 +
       246 × 656971 × 207)   mod 189864619
    = 77537212 (mod 189864619)


    So our answer is 77537212 (mod 189864619).


Verification

So we found that x ≡ 77537212
If this is correct, then the following statements (i.e. the original equations) are true:
180x (mod 739) ≡ 324 (mod 739)
824x (mod 889) ≡ 909 (mod 889)
230x (mod 289) ≡ 225 (mod 289)

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