Problem 5:
In a probability experiment, G and H are independent events. The probability that G will occur is r, and the probability that H will occur is s, where both r and s are greater than 0.
Q A: The probability that either G will occur or H will occur, but not both
Q B: r+s - rs
I chose C and I was wrong.
The official solution: The fact that G and H are independent events implies that G and "not H" are independent events. Therefore the probability that G will occur and H will not occur is r(1-s). Similarly the probability that H will occur and G will not occur is s(1-r).
r(1-s) + s(1-r) = r+s - 2rs, thus correct answer is B; B is greater than A.
I can not really understand what necessitates the multiplication of the prob that G will occur and H not occur?
What I also do not understand is how this problem is different from pr. 3 on p. 132 in guide 5 "Word problems":
A fair die is rolled and a fair coin is flipped. What is the probability that either the die will come up 2 or 3, OR the coin will land up heads up?
Solution: probability that die will come up 2 or 3 is 1/3; probability that the coin will land heads up is 1/2; probability that both events will happen is (1/3)(1/2) = 1/6
Therefore: 1/3+1/2 - 1/6 = 2/3
In this case why we do not need to multiply prob of die coming up 2 or 3 to prob of coin NOT coming heads up (or vice versa)?