Let $ \phi $ be Euler's totient function. There is set of natural numbers $ |A| = n $. We know that there are at least 3 different two-element subsets A having this same sum (mod 50). What is the lowest possible n?
I have answers to choose for this
A) $ \phi(27) $
B) $17$
C) $15$
D) $\phi(21) + 3 $
I know how is modular arithmetic working nad how to find $ \phi(n) $ but I don't know why the correct answer here is C and D.
So we have set A containing 15 elements. Numbers with the same sum of $ (mod50) $ can be for example:
$ 50+100(mod 50) = 100+150(mod50) = 200+250 (mod50) = 300+350(mod50)$
So for this numbers my set A looks $A = {50,100,150,200,250,300,350} $
And we can have here 2-elements subsets like:
$\{50,100\} , \{150,200\}, \{250,300\}...$
I don't know that i am thinking about it correctly. So if there would be additional answer like
E) $10$
So E answer would be correct?