Yes, I get that.
if we take - 360 = a*b*c*d = 9*8*5*1 or 6*6*5*2
f(n) = greatest multiple of 10 less than or equal to n+5
Accordingly -
Case I - 360 = a*b*c*d = 9*8*5*1
f(a) = 10 as 9 + 5 = 14 and the greatest multiple of 10 less than or equal to 14 is 10.
f(b) = 10 as 8 + 5 = 13 and the greatest multiple of 10 less than or equal to 13 is 10.
f(c) = 10 as 5 + 5 = 10 and the greatest multiple of 10 less than or equal to 10 is 10.
f(d) = 0 as 1 + 5 = 6 and the greatest multiple of 10 less than or equal to 6 is 0.
f(a+b+c+d) = 20 as 23 + 5 = 28, the greatest multiple of 10 less than or equal to 28 is 20.
Hence, 30 - 20 = 10.
Case II - 360 = a*b*c*d = 6*6*5*2
f(a) = 10 as 6 + 5 = 11 and the greatest multiple of 10 less than or equal to 11 is 10.
f(b) = 10 as 6 + 5 = 11 and the greatest multiple of 10 less than or equal to 11 is 10.
f(c) = 10 as 5 + 5 = 10 and the greatest multiple of 10 less than or equal to 10 is 10.
f(d) = 0 as 2 + 5 = 7 and the greatest multiple of 10 less than or equal to 7 is 0.
f(a+b+c+d) = 20 as 19 + 5 = 24 and the greatest multiple of 10 less than or equal to 24 is 10.
Hence, 30 - 20 = 10
Kindly explain how the answer is 11.