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
4018850401010
885401283101
4018346901-4
83691141-45
6914413-45-24
1413115-2429
131130-2429-401
So our multiplicative inverse is 29 mod 401 ≡ 29
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
2238400223010
8402233171101
22317115201-1
171523151-14
521537-14-13
157214-1330
7170-1330-223
So our multiplicative inverse is 30 mod 223 ≡ 30
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
91389212101-1
8922142101-143
211021-143-87
10110043-87913
So our multiplicative inverse is -87 mod 913 ≡ 826
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 ≡ 273 × 885-1 (mod 401) ≡ 273 × 29 (mod 401) ≡ 298 (mod 401)
x ≡ 30 × 840-1 (mod 223) ≡ 30 × 30 (mod 223) ≡ 8 (mod 223)
x ≡ 403 × 892-1 (mod 913) ≡ 403 × 826 (mod 913) ≡ 546 (mod 913)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 401 × 223 × 913 = 81643199
  2. We calculate the numbers M1 to M3
    M1=M/m1=81643199/401=203599,   M2=M/m2=81643199/223=366113,   M3=M/m3=81643199/913=89423
  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
    4012035990401010
    203599401507292101
    401292110901-1
    2921092741-13
    10974135-13-4
    7435243-411
    35483-411-92
    431111-92103
    3130-92103-401
    So our multiplicative inverse is 103 mod 401 ≡ 103
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    2233661130223010
    3661132231641170101
    22317015301-1
    170533111-14
    531149-14-17
    119124-1721
    9241-1721-101
    212021-101223
    So our multiplicative inverse is -101 mod 223 ≡ 122
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    913894230913010
    8942391397862101
    91386215101-1
    8625116461-117
    514615-117-18
    4659117-18179
    5150-18179-913
    So our multiplicative inverse is 179 mod 913 ≡ 179
    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
    =  (298 × 203599 × 103 +
       8 × 366113 × 122 +
       546 × 89423 × 179)   mod 81643199
    = 78983263 (mod 81643199)


    So our answer is 78983263 (mod 81643199).


Verification

So we found that x ≡ 78983263
If this is correct, then the following statements (i.e. the original equations) are true:
885x (mod 401) ≡ 273 (mod 401)
840x (mod 223) ≡ 30 (mod 223)
892x (mod 913) ≡ 403 (mod 913)

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