nice one... enjoyed the question very much... what is its source?
answer is 1/2
i must admit that this was my initial guess when i read the question... but then i thought on a nice way to reason it.
lets throw 7 dice first. what is the probability of the sum to be odd? for now we don't know so lets say the answer is p (for odd) which means that the probability for even is (1-p).
now lets throw the eighth dice.
what is the probability for odd now?
if the first 7 are odd, then the eighth must be even which gives us 0.5*p
if the first 7 are even, then the eighth must be odd which adds 0.5*(1-p)
summing up we get:
P (for 8 dice) = 0.5p+0.5(1-p) = 0.5*(p+1-p) = 0.5*1 = 0.5 (!!!! regardless of what p was in the first place)
so the answer is 1/2
with the same reasoning you can deduce that p (for 7 dice) is also 1/2...