1. Sunzi's Classic Puzzle
Mathematics StudentBackground
A student needs to solve the historical Sunzi problem where dividing by 3 leaves remainder 2, dividing by 5 leaves remainder 3, and dividing by 7 leaves remainder 2.
Problem
Calculate the smallest positive integer that satisfies all three modular constraints simultaneously.
How to use
Enter `2, 3, 2` in the Remainders field and `3, 5, 7` in the Moduli field.
Remainders: 2, 3, 2 | Moduli: 3, 5, 7Outcome
Finds the combined modulus M = 105 and the unique solution x = 23 with step-by-step verification.