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
4597490459010
7494591290101
459290116901-1
29016911211-12
169121148-12-3
121482252-38
4825123-38-11
2523128-1119
232111-1119-220
212019-220459
So our multiplicative inverse is -220 mod 459 ≡ 239
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
65339065010
33965514101
65144901-4
149151-45
9514-45-9
54115-914
4140-914-65
So our multiplicative inverse is 14 mod 65 ≡ 14
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
5238870523010
8875231364101
523364115901-1
3641592461-13
15946321-13-10
4621243-1023
21451-1023-125
414023-125523
So our multiplicative inverse is -125 mod 523 ≡ 398
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 ≡ 466 × 749-1 (mod 459) ≡ 466 × 239 (mod 459) ≡ 296 (mod 459)
x ≡ 331 × 339-1 (mod 65) ≡ 331 × 14 (mod 65) ≡ 19 (mod 65)
x ≡ 33 × 887-1 (mod 523) ≡ 33 × 398 (mod 523) ≡ 59 (mod 523)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 459 × 65 × 523 = 15603705
  2. We calculate the numbers M1 to M3
    M1=M/m1=15603705/459=33995,   M2=M/m2=15603705/65=240057,   M3=M/m3=15603705/523=29835
  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
    459339950459010
    339954597429101
    45929152401-15
    2924151-1516
    24544-1516-79
    541116-7995
    4140-7995-459
    So our multiplicative inverse is 95 mod 459 ≡ 95
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    65240057065010
    24005765369312101
    65125501-5
    125221-511
    5221-511-27
    212011-2765
    So our multiplicative inverse is -27 mod 65 ≡ 38
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    523298350523010
    298355235724101
    52324211901-21
    2419151-2122
    19534-2122-87
    541122-87109
    4140-87109-523
    So our multiplicative inverse is 109 mod 523 ≡ 109
    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
    =  (296 × 33995 × 95 +
       19 × 240057 × 38 +
       59 × 29835 × 109)   mod 15603705
    = 10418219 (mod 15603705)


    So our answer is 10418219 (mod 15603705).


Verification

So we found that x ≡ 10418219
If this is correct, then the following statements (i.e. the original equations) are true:
749x (mod 459) ≡ 466 (mod 459)
339x (mod 65) ≡ 331 (mod 65)
887x (mod 523) ≡ 33 (mod 523)

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