Suppose there are 2 points A and B. We can go from A to B through 2 paths, path 1 and path 2.
Path 1 has 0.9 probability of being blocked out (unable to use path 1 to go from A to B). Path 2 has 0.8 probability of of being blocked out.
What is the probability of success in going from A to B?
Since we have 2 alternatives, that is path 1 or path 2, P(A to B) = 0.9+0.8 = 1.7. What is the flaw in getting probability > 1?
I believe the answer is 1 - 0.1*0.2, but I don't know what is wrong with 0.9+0.8.
Can someone please clarify?