This is an interesting question because, although it is a question on functions, you also need to know about divisibility concepts to be able to solve this question.
A number is divisible by 12 if it is divisible by both 3 and 4.
From the question data, (a*b)*c implies (a+b) is a multiple of c. So, the question that we are trying to answer is if (m-n) is a multiple of 12.
From statement I, m = 5n. Therefore, m – n = 4n. From this, we can only say that m-n is a multiple of 4. Depending on the value of n, 4n may or may not be a multiple of 4.
Statement I alone is insufficient. Answer options A and D can be eliminated. Possible answer options are B, C or E.
From statement II, n = 12k + 3, where k is a positive integer. Depending on the values of k, n can take on different values. We don’t have any information about m.
It’s impossible to answer the main question uniquely.
Answer option B can be eliminated. Possible answer options now, are C or E.
Combining statements I and II, from the first statement, we know that m-n = 4n; from the second statement, n = 3 or 15 or 27 and so on.
For any of these values of n, 4n (i.e. m-n) will always be a multiple of 12 since n is definitely a multiple of 3. The combination of statements is sufficient.
The correct answer option is C.
Hope this helps!