Solution 1
n can either be 0 or 1 (mod 2).
Case 1: n≡0(mod2)
Then, n≡2(mod4), which implies n≡1(mod3) and n≡4(mod6), and therefore n≡3(mod5). Using CRT, we obtain n≡58(mod60), which gives 16 values for n.
Case 2: n≡1(mod2)
n is then 3(mod4). If n≡0(mod3), n≡3(mod6), a contradiction. Thus, n≡2(mod3), which implies n≡5(mod6). n can either be 0(mod5), which implies that n≡35(mod60) by CRT, giving 17 cases; or 4(mod5), which implies that n≡59(mod60) by CRT, giving 16 cases.
The total number of extra-distinct numbers is thus 16+16+17=049.
~mathboy100
Solution 2 (Simpler)
Because the LCM of all of the numbers we are dividing by is 60, we know that all of the remainders are 0 again at 60, meaning that we have a cycle that repeats itself every 60 numbers.
After listing all of the remainders up to 60, we find that 35, 58, and 59 are extra-distinct. So, we have 3 numbers every 60 which are extra-distinct. 60⋅16=960 and 3⋅16=48, so we have 48 extra-distinct numbers in the first 960 numbers. Because of our pattern, we know that the numbers from 961 thru 1000 will have the same remainders as 1 thru 40, so we have 1 other extra-distinct number (35).
48+1=049.
~Algebraik
Solution 3
Case 0: Rem (n,6)=0.
We have Rem (n,2)=0. This violates the condition that n is extra-distinct. Therefore, this case has no solution.
Case 1: Rem (n,6)=1.
We have Rem (n,2)=1. This violates the condition that n is extra-distinct. Therefore, this case has no solution.
Case 2: Rem (n,6)=2.
We have Rem (n,3)=2. This violates the condition that n is extra-distinct. Therefore, this case has no solution.
Case 3: Rem (n,6)=3.
The condition Rem (n,6)=3 implies Rem (n,2)=1, Rem (n,3)=0.
Because n is extra-distinct, Rem (n,l) for l∈{2,3,4} is a permutation of {0,1,2}. Thus, Rem (n,4)=2.
However, Rem (n,4)=2 conflicts Rem (n,2)=1. Therefore, this case has no solutions.
Case 4: Rem (n,6)=4.
The condition Rem (n,6)=4 implies Rem (n,2)=0 and Rem (n,3)=1.
Because n is extra-distinct, Rem (n,l) for l∈{2,3,4,5} is a permutation of {0,1,2,3}.
Because Rem (n,2)=0, we must have Rem (n,4)=2. Hence, Rem (n,5)=3.
Hence, n≡−2(modlcm(4,5,6)). Hence, n≡−2(mod60).
We have 1000=60⋅16+40. Therefore, the number of extra-distinct n in this case is 16.
Case 5: Rem (n,6)=5.
The condition Rem (n,6)=5 implies Rem (n,2)=1 and Rem (n,3)=2.
Because n is extra-distinct, Rem (n,4) and Rem (n,5) are two distinct numbers in {0,3,4}. Because Rem (n,4)≤3 and n is odd, we have Rem (n,4)=3. Hence, Rem (n,5)=0 or 4.
Case 5.1: Rem (n,6)=5, Rem (n,4)=3, Rem (n,5)=0.
We have n≡35(mod60).
We have 1000=60⋅16+40. Therefore, the number of extra-distinct n in this subcase is 17.
Case 5.2: Rem (n,6)=5, Rem (n,4)=3, Rem (n,5)=4.
n≡−1(mod60).
We have 1000=60⋅16+40. Therefore, the number of extra-distinct n in this subcase is 16.
Putting all of the cases together, the total number of extra-distinct n is 16+17+16=049.
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) ~minor formatting changes by PojoDotCom
Solution 4 (Small addition to solution 2)
We need to find that 35, 58, and 59 are all extra-distinct numbers smaller than 61.
Let k∈{2,3,4,5,6}. Denote the remainder in the division of a by b as Rem (a,b).
Rem (−1,k)=k−1⟹Rem (59,k)=k−1={1,2,3,4,5}⟹59 is extra-distinct. Rem (−2,k)=k−2⟹Rem (58,k)=k−2={0,1,2,3,4}⟹58 is extra-distinct.
Rem (x+12y,k)=Rem (x,k)+{0,0,0,Rem (12y,k),0}.
We need to check all of the remainders up to 12−3=9 and remainders
Rem (59−12,k)=Rem (59−36,k)={1,2,3,3,5},Rem (59−48,k)={1,2,3,1,5},
Rem (59−24,k)=Rem (35,k)={1,2,3,0,5}⟹35 is extra-distinct. 58−12=46⟹Rem (46,5)=1=Rem (46,3), 58−24=34⟹Rem (34,5)=4=Rem (34,6), 58−36=22⟹Rem (22,5)=2=Rem (22,4), 58−48=10⟹Rem (10,5)=0=Rem (10,2).
vvsss
Video Solution
https://youtu.be/8oOik9d1fWM
~MathProblemSolvingSkills.com