When a heap of pebbles is grouped in 32, 40, or 72, it leaves remainders 10, 18, and 50 respectively. What is the minimum number of pebbles in the heap?
Show Hint
When remainders differ across moduli, first combine two congruences into one using $N = r_1 + m_1 a$, then solve the reduced congruence with the third modulus. Always reduce coefficients and divide by $\gcd$ when possible.