Summing the numbers will look like this:
abc
acb
bac
bca
cab
cba
------
3108
1)c=9 gives us:
Units digits summed: \(2a+2b+18 \)
Tens digits summed: \(20a+20b+180\)
Hundreds digits summed:\(200a + 200b + 1800\)
Summing the above three gives us: \(1998+222a+222b = 3108\)
\(222a+222b = 1110\)
If a=b, then \(222a = 555\) and \(222b = 555\). However, \(\frac{555}{222}=2.5\) which is not an integer. Therefore a≠b.
SUFFICIENT2)a = 2 gives us,
Units digits summed: \(4+2b+2c\)
Tens digits summed: \(40+20b+20c\)
Hundreds digits summed:\(400+200b+200c\)
Summing the above three gives: \(444+222b+222c = 3108\)
\(222b+222c = 2664\)
If a=b, then b=2 which would give: \(444+222c = 2664\)
\(222c = 2220\)
\(c = 10\)
As no number can equal 10, it is impossible for a=b
SUFFICIENTAnswer D