Q: There are four integer numbers chosen purely randomly and added up. You are told that the resulting number is even. What is the probability that all the original numbers were even? An Introduction to Probability Theory and Its Applications, Vol. 1, 3rd Edition A: If we did not know any information about the resulting number, then the probability of all numbers being even is simply \(\frac{1}{16}\) as there are \(2^{4} = 16\) ways for choosing 4 numbers as either odd or even. However we do know that their sum is even. In addition to the above the following also holds. The sum of two even numbers is always even If \(x_1 = 2n + 2\) is an even number and \(x_2 = 2m + 2\) is another even number, their sum is \(2(n+m) + 4\) which is even. The sum of two odd numbers is also always even If \(x_1 = 2n + 1\) is an odd number and \(x_2 = 2m + 1\) is another odd number, their sum is \(2(n+m) + 2\) which is even. The sum of an odd and an even number is always odd If \(x_1...