As mean is 12, let us consider all the elements as 12 except the last 2.
Initial Set -
12 12 12 12 ......... n times
(1) Eliminating the number 8 from the set increases the average by 1.Then original set can be written as 12 12 12 12 .........16 8 --> As mean is 12, hence considering all the elements as 12 except the last 2.
New set becomes 13 13 13 13 13 13 ...... (n-1) times
If we compare with original set minus 8.
then 12 12 12 12 ...... 16
Hence we can write 16 = (n-2)*1 +13
meaning = there are total (n-2) 12s.. to make each of them 13 we add +1 to each (n-2) 12s. This (n-2) is added to 13 to make the last value 16.
16 = (n-2)*1 +13 => n=5
Sufficient
(2) When adding the number 12, the average remains unchanged.Meaning Original set - 12 12 12 12 12 ...... (n times) . Then new set becomes 12 12 12 12 ... (n times) 12
Of course the average wont change. so we cannot determine n here.
Insufficient
Answer A.