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
24715019701-1
150971531-12
9753144-12-3
5344192-35
44948-35-23
98115-2328
8180-2328-247
So our multiplicative inverse is 28 mod 247 ≡ 28
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
443885301-5
8832911-5146
3130-5146-443
So our multiplicative inverse is 146 mod 443 ≡ 146
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
467262120501-1
2622051571-12
20557334-12-7
57341232-79
3423111-79-16
2311219-1641
111110-1641-467
So our multiplicative inverse is 41 mod 467 ≡ 41
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 ≡ 44 × 150-1 (mod 247) ≡ 44 × 28 (mod 247) ≡ 244 (mod 247)
x ≡ 832 × 88-1 (mod 443) ≡ 832 × 146 (mod 443) ≡ 90 (mod 443)
x ≡ 307 × 262-1 (mod 467) ≡ 307 × 41 (mod 467) ≡ 445 (mod 467)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 247 × 443 × 467 = 51099607
  2. We calculate the numbers M1 to M3
    M1=M/m1=51099607/247=206881,   M2=M/m2=51099607/443=115349,   M3=M/m3=51099607/467=109421
  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
    2472068810247010
    206881247837142101
    247142110501-1
    1421051371-12
    10537231-12-5
    3731162-57
    31651-57-40
    61607-40247
    So our multiplicative inverse is -40 mod 247 ≡ 207
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    4431153490443010
    115349443260169101
    443169210501-2
    1691051641-23
    10564141-23-5
    64411233-58
    4123118-58-13
    2318158-1321
    18533-1321-76
    531221-7697
    3211-7697-173
    212097-173443
    So our multiplicative inverse is -173 mod 443 ≡ 270
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    4671094210467010
    109421467234143101
    46714333801-3
    143383291-310
    382919-310-13
    2993210-1349
    9241-1349-209
    212049-209467
    So our multiplicative inverse is -209 mod 467 ≡ 258
    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
    =  (244 × 206881 × 207 +
       90 × 115349 × 270 +
       445 × 109421 × 258)   mod 51099607
    = 9449723 (mod 51099607)


    So our answer is 9449723 (mod 51099607).


Verification

So we found that x ≡ 9449723
If this is correct, then the following statements (i.e. the original equations) are true:
150x (mod 247) ≡ 44 (mod 247)
88x (mod 443) ≡ 832 (mod 443)
262x (mod 467) ≡ 307 (mod 467)

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