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
4379210437010
921437247101
4374791401-9
4714351-928
14524-928-65
541128-6593
4140-6593-437
So our multiplicative inverse is 93 mod 437 ≡ 93
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
787419136801-1
4193681511-12
36851711-12-15
5111472-1562
11714-1562-77
741362-77139
4311-77139-216
3130139-216787
So our multiplicative inverse is -216 mod 787 ≡ 571
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
2593090259010
309259150101
259505901-5
509551-526
9514-526-31
541126-3157
4140-3157-259
So our multiplicative inverse is 57 mod 259 ≡ 57
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 ≡ 636 × 921-1 (mod 437) ≡ 636 × 93 (mod 437) ≡ 153 (mod 437)
x ≡ 673 × 419-1 (mod 787) ≡ 673 × 571 (mod 787) ≡ 227 (mod 787)
x ≡ 812 × 309-1 (mod 259) ≡ 812 × 57 (mod 259) ≡ 182 (mod 259)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 437 × 787 × 259 = 89075021
  2. We calculate the numbers M1 to M3
    M1=M/m1=89075021/437=203833,   M2=M/m2=89075021/787=113183,   M3=M/m3=89075021/259=343919
  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
    4372038330437010
    203833437466191101
    43719125501-2
    191553261-27
    552623-27-16
    263827-16135
    3211-16135-151
    2120135-151437
    So our multiplicative inverse is -151 mod 437 ≡ 286
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    7871131830787010
    113183787143642101
    787642114501-1
    6421454621-15
    14562221-15-11
    62212205-1127
    212011-1127-38
    20120027-38787
    So our multiplicative inverse is -38 mod 787 ≡ 749
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    2593439190259010
    3439192591327226101
    25922613301-1
    226336281-17
    332815-17-8
    285537-847
    5312-847-55
    321147-55102
    2120-55102-259
    So our multiplicative inverse is 102 mod 259 ≡ 102
    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
    =  (153 × 203833 × 286 +
       227 × 113183 × 749 +
       182 × 343919 × 102)   mod 89075021
    = 75516812 (mod 89075021)


    So our answer is 75516812 (mod 89075021).


Verification

So we found that x ≡ 75516812
If this is correct, then the following statements (i.e. the original equations) are true:
921x (mod 437) ≡ 636 (mod 437)
419x (mod 787) ≡ 673 (mod 787)
309x (mod 259) ≡ 812 (mod 259)

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