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
817571124601-1
5712462791-13
2467939-13-10
799873-1083
9712-1083-93
723183-93362
2120-93362-817
So our multiplicative inverse is 362 mod 817 ≡ 362
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
52314837901-3
148791691-34
7969110-34-7
6910694-746
10911-746-53
919046-53523
So our multiplicative inverse is -53 mod 523 ≡ 470
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
949530141901-1
53041911111-12
419111386-12-7
111861252-79
8625311-79-34
2511239-3477
11332-3477-265
321177-265342
2120-265342-949
So our multiplicative inverse is 342 mod 949 ≡ 342
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 ≡ 536 × 571-1 (mod 817) ≡ 536 × 362 (mod 817) ≡ 403 (mod 817)
x ≡ 173 × 148-1 (mod 523) ≡ 173 × 470 (mod 523) ≡ 245 (mod 523)
x ≡ 698 × 530-1 (mod 949) ≡ 698 × 342 (mod 949) ≡ 517 (mod 949)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 817 × 523 × 949 = 405499159
  2. We calculate the numbers M1 to M3
    M1=M/m1=405499159/817=496327,   M2=M/m2=405499159/523=775333,   M3=M/m3=405499159/949=427291
  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
    8174963270817010
    496327817607408101
    8174082101-2
    408140801-2817
    So our multiplicative inverse is -2 mod 817 ≡ 815
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    5237753330523010
    7753335231482247101
    52324722901-2
    247298151-217
    2915114-217-19
    15141117-1936
    141140-1936-523
    So our multiplicative inverse is 36 mod 523 ≡ 36
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    9494272910949010
    427291949450241101
    949241322601-3
    2412261151-34
    22615151-34-63
    1511504-63949
    So our multiplicative inverse is -63 mod 949 ≡ 886
    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
    =  (403 × 496327 × 815 +
       245 × 775333 × 36 +
       517 × 427291 × 886)   mod 405499159
    = 225586358 (mod 405499159)


    So our answer is 225586358 (mod 405499159).


Verification

So we found that x ≡ 225586358
If this is correct, then the following statements (i.e. the original equations) are true:
571x (mod 817) ≡ 536 (mod 817)
148x (mod 523) ≡ 173 (mod 523)
530x (mod 949) ≡ 698 (mod 949)

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