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
878467141101-1
4674111561-12
41156719-12-15
56192182-1532
191811-1532-47
18118032-47878
So our multiplicative inverse is -47 mod 878 ≡ 831
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
5296910529010
6915291162101
52916234301-3
162433331-310
4333110-310-13
33103310-1349
10331-1349-160
313049-160529
So our multiplicative inverse is -160 mod 529 ≡ 369
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
781131512601-5
131126151-56
1265251-56-155
51506-155781
So our multiplicative inverse is -155 mod 781 ≡ 626
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 ≡ 41 × 467-1 (mod 878) ≡ 41 × 831 (mod 878) ≡ 707 (mod 878)
x ≡ 162 × 691-1 (mod 529) ≡ 162 × 369 (mod 529) ≡ 1 (mod 529)
x ≡ 975 × 131-1 (mod 781) ≡ 975 × 626 (mod 781) ≡ 389 (mod 781)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 878 × 529 × 781 = 362744822
  2. We calculate the numbers M1 to M3
    M1=M/m1=362744822/878=413149,   M2=M/m2=362744822/529=685718,   M3=M/m3=362744822/781=464462
  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
    8784131490878010
    413149878470489101
    878489138901-1
    48938911001-12
    389100389-12-7
    100891112-79
    891181-79-79
    1111109-79878
    So our multiplicative inverse is -79 mod 878 ≡ 799
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    5296857180529010
    6857185291296134101
    529134312701-3
    134127171-34
    1277181-34-75
    71704-75529
    So our multiplicative inverse is -75 mod 529 ≡ 454
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    7814644620781010
    464462781594548101
    781548123301-1
    5482332821-13
    23382269-13-7
    82691133-710
    691354-710-57
    1343110-57181
    4140-57181-781
    So our multiplicative inverse is 181 mod 781 ≡ 181
    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
    =  (707 × 413149 × 799 +
       1 × 685718 × 454 +
       389 × 464462 × 181)   mod 362744822
    = 143899639 (mod 362744822)


    So our answer is 143899639 (mod 362744822).


Verification

So we found that x ≡ 143899639
If this is correct, then the following statements (i.e. the original equations) are true:
467x (mod 878) ≡ 41 (mod 878)
691x (mod 529) ≡ 162 (mod 529)
131x (mod 781) ≡ 975 (mod 781)

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