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
5915841701-1
58478331-184
7321-184-169
313084-169591
So our multiplicative inverse is -169 mod 591 ≡ 422
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
56954512401-1
5452422171-123
241717-123-24
1772323-2471
7321-2471-166
313071-166569
So our multiplicative inverse is -166 mod 569 ≡ 403
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
383282110101-1
2821012801-13
10180121-13-4
80213173-415
211714-415-19
1744115-1991
4140-1991-383
So our multiplicative inverse is 91 mod 383 ≡ 91
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 ≡ 30 × 584-1 (mod 591) ≡ 30 × 422 (mod 591) ≡ 249 (mod 591)
x ≡ 58 × 545-1 (mod 569) ≡ 58 × 403 (mod 569) ≡ 45 (mod 569)
x ≡ 217 × 282-1 (mod 383) ≡ 217 × 91 (mod 383) ≡ 214 (mod 383)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 591 × 569 × 383 = 128794857
  2. We calculate the numbers M1 to M3
    M1=M/m1=128794857/591=217927,   M2=M/m2=128794857/569=226353,   M3=M/m3=128794857/383=336279
  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
    5912179270591010
    217927591368439101
    591439115201-1
    43915221351-13
    152135117-13-4
    135177163-431
    171611-431-35
    16116031-35591
    So our multiplicative inverse is -35 mod 591 ≡ 556
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    5692263530569010
    226353569397460101
    569460110901-1
    4601094241-15
    10924413-15-21
    24131115-2126
    131112-2126-47
    1125126-47261
    2120-47261-569
    So our multiplicative inverse is 261 mod 569 ≡ 261
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    3833362790383010
    3362793838785101
    383576301-76
    53121-7677
    3211-7677-153
    212077-153383
    So our multiplicative inverse is -153 mod 383 ≡ 230
    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
    =  (249 × 217927 × 556 +
       45 × 226353 × 261 +
       214 × 336279 × 230)   mod 128794857
    = 52423722 (mod 128794857)


    So our answer is 52423722 (mod 128794857).


Verification

So we found that x ≡ 52423722
If this is correct, then the following statements (i.e. the original equations) are true:
584x (mod 591) ≡ 30 (mod 591)
545x (mod 569) ≡ 58 (mod 569)
282x (mod 383) ≡ 217 (mod 383)

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