Find the smallest positive integer N such that
N &\equiv 4 \pmod{6}, \\
N &\equiv 4 \pmod{10}, \\
N &\equiv 4 \pmod{15}, \\
N &\equiv 4 \pmod{24}.
We are starting with this:
We can rewrite this as:
Therefore, N - 4 is a factor of 6, 10, 15, and 24. To find the minimum value of N-4, we find the least common multiple of 6, 10, 15, 24. We can do this by listing out the factors:
Therefore, the least possible value of N is 124.