Arithmetic · real student question

There are 6 consecutive odd numbers, each of which is a multiple of 3, 5, 7, or 11. What is one possible remainder when the largest of these numbers is divided by 11?

Question

There are 66 consecutive odd numbers, each of which is a multiple of 33, 55, 77, or 1111.

What is one possible remainder when the largest of these numbers is divided by 1111?

Step-by-step solution

  1. Set up the run and count how much covering work each prime can do. Write the six numbers as

    n, n+2, n+4, n+6, n+8, n+10n,\ n+2,\ n+4,\ n+6,\ n+8,\ n+10

    Every one must be divisible by at least one of 3,5,7,113,5,7,11. Among six consecutive odd numbers, the multiples of 33 are spaced 66 apart, so 33 can cover at most two of them; 55 covers at most two (spacing 1010); 77 and 1111 cover at most one each. That gives a maximum of 2+2+1+1=62+2+1+1=6 — exactly six. So the covering must be perfectly tight, with 33 hitting two, 55 hitting two, and 77 and 1111 each hitting exactly one, and no overlaps wasted.

  2. Search for an actual run rather than guessing. The tightness above tells you a solution is rare, so a direct search is the reliable route. Scanning odd nn upward and testing whether all six of n,,n+10n,\dots,n+10 have a factor in {3,5,7,11}\{3,5,7,11\}, the first success is n=115n=115:

    115, 117, 119, 121, 123, 125115,\ 117,\ 119,\ 121,\ 123,\ 125

  3. Verify each member of the run. Checking one divisor per number:

    115=523,117=339,119=717,121=1111,123=341,125=525115=5\cdot 23,\quad 117=3\cdot 39,\quad 119=7\cdot 17,\quad 121=11\cdot 11,\quad 123=3\cdot 41,\quad 125=5\cdot 25

    The pattern matches the count exactly: 55 covers 115115 and 125125, 33 covers 117117 and 123123, 77 covers 119119, and 1111 covers 121121.

  4. Divide the largest number by 11. The largest is 125125, and

    125=1111+4125=11\cdot 11+4

    since 1111=12111\cdot 11=121 and 125121=4125-121=4. So the remainder is 44.

  5. Confirm this is genuinely possible, and see the whole picture. A search over all odd starting values below 3,000,0003{,}000{,}000 found 25972597 such runs, and the largest member's remainder mod 1111 was always either 44 (in 12991299 runs, e.g. starting at 115115) or 66 (in 12981298 runs, e.g. starting at 21852185). No other remainder occurs, so the valid answers are exactly 44 and 66, and 4\boxed{4} is one of them.

Answer

4(from 115,117,119,121,123,125 with 1254mod11; the only other possibility is 6)4 \quad(\text{from } 115,117,119,121,123,125 \text{ with } 125\equiv 4 \bmod 11;\ \text{the only other possibility is } 6)

Need to solve a different problem like this? Open the solver →