It's actually pretty easy, if you take the reverse probability
asked:- what is the probability of getting an even sum ?
so, probability of getting an even sum would also mean not getting an odd sum. Hence from the total probability of 1 if we subtract getting a sum of odd, we should have "probability of getting an even sum".
solution:-
given 4 dice
1 = P(sum even) + P (sum odd)
getting a sum even meaning :
P(sum even) = 1- P(sum odd)
ways to get odd = either we get [o*o*o*e] or we get [o*e*e*e]
remember to arrange the above odds and evens in 4!/3! ways.
in a dice there are 3 even (2,4,6) and 3 odd numbers (1,3,5)
hence,
=> 1 - [(o*o*o*e)*4!/3! + (o*e*e*e)*4!/3!]
=> 1 - [3/6*3/6*3/6*3/6*4!/2!*2].............. solving this gets....
=> 1 - 2/4
=> 1/2 (option B)