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
6619750661010
9756611314101
66131423301-2
314339171-219
3317116-219-21
17161119-2140
161160-2140-661
So our multiplicative inverse is 40 mod 661 ≡ 40
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
618233215201-2
2331521811-23
15281171-23-5
81711103-58
711071-58-61
1011008-61618
So our multiplicative inverse is -61 mod 618 ≡ 557
Source: ExtendedEuclideanAlgorithm.com

nbqr t1t2t3
7618950761010
8957611134101
76113459101-5
134911431-56
914325-56-17
435836-17142
5312-17142-159
3211142-159301
2120-159301-761
So our multiplicative inverse is 301 mod 761 ≡ 301
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 ≡ 521 × 975-1 (mod 661) ≡ 521 × 40 (mod 661) ≡ 349 (mod 661)
x ≡ 331 × 233-1 (mod 618) ≡ 331 × 557 (mod 618) ≡ 203 (mod 618)
x ≡ 99 × 895-1 (mod 761) ≡ 99 × 301 (mod 761) ≡ 120 (mod 761)


Now the actual calculation

  1. Find the common modulus M
    M = m1 × m2 × ... × mk = 661 × 618 × 761 = 310866978
  2. We calculate the numbers M1 to M3
    M1=M/m1=310866978/661=470298,   M2=M/m2=310866978/618=503021,   M3=M/m3=310866978/761=408498
  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
    6614702980661010
    470298661711327101
    6613272701-2
    32774651-293
    7512-293-95
    522193-95283
    2120-95283-661
    So our multiplicative inverse is 283 mod 661 ≡ 283
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    6185030210618010
    503021618813587101
    61858713101-1
    5873118291-119
    312912-119-20
    29214119-20299
    2120-20299-618
    So our multiplicative inverse is 299 mod 618 ≡ 299
    Source: ExtendedEuclideanAlgorithm.com

    nbqr t1t2t3
    7614084980761010
    408498761536602101
    761602115901-1
    60215931251-14
    159125134-14-5
    125343234-519
    3423111-519-24
    23112119-2467
    111110-2467-761
    So our multiplicative inverse is 67 mod 761 ≡ 67
    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
    =  (349 × 470298 × 283 +
       203 × 503021 × 299 +
       120 × 408498 × 67)   mod 310866978
    = 62431799 (mod 310866978)


    So our answer is 62431799 (mod 310866978).


Verification

So we found that x ≡ 62431799
If this is correct, then the following statements (i.e. the original equations) are true:
975x (mod 661) ≡ 521 (mod 661)
233x (mod 618) ≡ 331 (mod 618)
895x (mod 761) ≡ 99 (mod 761)

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