Y by
Find the smallest positive integer n such that n is a multiple of 11, n +1 is a multiple of 10, n + 2 is a
multiple of 9, n + 3 is a multiple of 8, n +4 is a multiple of 7, n +5 is a multiple of 6, n +6 is a multiple of
5, n + 7 is a multiple of 4, n + 8 is a multiple of 3, and n + 9 is a multiple of 2.
I tried doing the mods and simplifying it but I'm kinda confused.
multiple of 9, n + 3 is a multiple of 8, n +4 is a multiple of 7, n +5 is a multiple of 6, n +6 is a multiple of
5, n + 7 is a multiple of 4, n + 8 is a multiple of 3, and n + 9 is a multiple of 2.
I tried doing the mods and simplifying it but I'm kinda confused.
This post has been edited 1 time. Last edited by jag11, Mar 22, 2025, 10:41 PM
Reason: edit
Reason: edit