WORKED DEFAULT
Check the calculation with the default inputs
For x congruent to 2 modulo 3 and x congruent to 3 modulo 5, the least solution is 8. Every solution is 8 plus a multiple of 15.
- State both conditionsx = 2 mod 3; x = 3 mod 5
- Combine coprime periodsCombined modulus = 3 x 5 = 15
- Verify the solution8 mod 3 = 2; 8 mod 5 = 3