S = {1, 2, 3, 4, 5, 6}, so n(S) = 6
E = 'an even number' = {2, 4, 6}, so n(E) = 3
P(E) = n(E)/n(S) = 3/6
= 1/2 = 0.5 or 50%
Why it happens: the die is fair, so all six faces are equally likely and the counting formula applies without further thought. Three of the six faces carry even numbers, so exactly half the outcomes are favourable. The same argument gives P(odd) = 3/6 = 1/2, and P(even) + P(odd) = 1, as it must, since every roll is one or the other.
Tip: the answer is 1/2 only because evens and odds are equally represented on this die. On a die numbered 1, 1, 2, 3, 4, 5 the sample space of faces still has six equally likely members, but only two show an even number, so P(even) = 2/6 = 1/3. Always count faces, not the numbers written on them.