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
2419300241010
9302413207101
24120713401-1
20734631-17
343111-17-78
31307-78241
So our multiplicative inverse is -78 mod 241 ≡ 163
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
1614610161010
4611612139101
16113912201-1
13922671-17
22731-17-22
71707-22161
So our multiplicative inverse is -22 mod 161 ≡ 139
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
2552960255010
296255141101
255416901-6
419451-625
9514-625-31
541125-3156
4140-3156-255
So our multiplicative inverse is 56 mod 255 ≡ 56
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 ≡ 38 × 930-1 (mod 241) ≡ 38 × 163 (mod 241) ≡ 169 (mod 241)
x ≡ 434 × 461-1 (mod 161) ≡ 434 × 139 (mod 161) ≡ 112 (mod 161)
x ≡ 885 × 296-1 (mod 255) ≡ 885 × 56 (mod 255) ≡ 90 (mod 255)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 241 × 161 × 255 = 9894255
  2. We calculate the numbers M1 to M3
    M1=M/m1=9894255/241=41055,   M2=M/m2=9894255/161=61455,   M3=M/m3=9894255/255=38801
  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
    241410550241010
    4105524117085101
    2418527101-2
    85711141-23
    711451-23-17
    1411403-17241
    So our multiplicative inverse is -17 mod 241 ≡ 224
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    161614550161010
    61455161381114101
    16111414701-1
    114472201-13
    472027-13-7
    207263-717
    7611-717-24
    616017-24161
    So our multiplicative inverse is -24 mod 161 ≡ 137
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    255388010255010
    3880125515241101
    255416901-6
    419451-625
    9514-625-31
    541125-3156
    4140-3156-255
    So our multiplicative inverse is 56 mod 255 ≡ 56
    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
    =  (169 × 41055 × 224 +
       112 × 61455 × 137 +
       90 × 38801 × 56)   mod 9894255
    = 1463280 (mod 9894255)


    So our answer is 1463280 (mod 9894255).


Verification

So we found that x ≡ 1463280
If this is correct, then the following statements (i.e. the original equations) are true:
930x (mod 241) ≡ 38 (mod 241)
461x (mod 161) ≡ 434 (mod 161)
296x (mod 255) ≡ 885 (mod 255)

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