Question:medium

The least positive remainder when $123 \times 125 \times 127$ is divided by 124 is

Show Hint

Reduce each factor modulo the divisor first (using negative residues if convenient), multiply, then convert to the least positive remainder by adding the divisor if negative.
Updated On: May 2, 2026
  • 4
  • 120
  • 121
  • 130
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Conceptual Understanding:
Express each factor modulo 124 and then multiply the residues.
Step 2: Explanation in Detail:
$123 \equiv -1 \pmod{124}$, $\;125 \equiv 1 \pmod{124}$, $\;127 \equiv 3 \pmod{124}$.
Product $\equiv (-1)(1)(3) = -3 \equiv 121 \pmod{124}$.
Step 3: Therefore, Stating the Final Answer
The least positive remainder is $121$.
Was this answer helpful?
0