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
3033590303010
359303156101
3035652301-5
56232101-511
231023-511-27
1033111-2792
3130-2792-303
So our multiplicative inverse is 92 mod 303 ≡ 92
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
43119124901-2
191493441-27
494415-27-9
445847-979
5411-979-88
414079-88431
So our multiplicative inverse is -88 mod 431 ≡ 343
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
806205319101-3
2051911141-34
19114139-34-55
149154-5559
9514-5559-114
541159-114173
4140-114173-806
So our multiplicative inverse is 173 mod 806 ≡ 173
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 ≡ 387 × 359-1 (mod 303) ≡ 387 × 92 (mod 303) ≡ 153 (mod 303)
x ≡ 121 × 191-1 (mod 431) ≡ 121 × 343 (mod 431) ≡ 127 (mod 431)
x ≡ 177 × 205-1 (mod 806) ≡ 177 × 173 (mod 806) ≡ 799 (mod 806)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 303 × 431 × 806 = 105257958
  2. We calculate the numbers M1 to M3
    M1=M/m1=105257958/303=347386,   M2=M/m2=105257958/431=244218,   M3=M/m3=105257958/806=130593
  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
    3033473860303010
    3473863031146148101
    3031482701-2
    14872111-243
    7170-243-303
    So our multiplicative inverse is 43 mod 303 ≡ 43
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    4312442180431010
    244218431566272101
    431272115901-1
    27215911131-12
    159113146-12-3
    113462212-38
    462124-38-19
    214518-19103
    4140-19103-431
    So our multiplicative inverse is 103 mod 431 ≡ 103
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    8061305930806010
    13059380616221101
    8062138801-38
    218251-3877
    8513-3877-115
    531277-115192
    3211-115192-307
    2120192-307806
    So our multiplicative inverse is -307 mod 806 ≡ 499
    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 × 347386 × 43 +
       127 × 244218 × 103 +
       799 × 130593 × 499)   mod 105257958
    = 76782777 (mod 105257958)


    So our answer is 76782777 (mod 105257958).


Verification

So we found that x ≡ 76782777
If this is correct, then the following statements (i.e. the original equations) are true:
359x (mod 303) ≡ 387 (mod 303)
191x (mod 431) ≡ 121 (mod 431)
205x (mod 806) ≡ 177 (mod 806)

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