I am trying to solve a particular probability question.
I have a fair 10-sides die, whose sides are labelled 1 through 10. I am trying to find the probability of rolling a multiple of 5 or an odd number.
I find the probability as:
P(multiple of 5) OR P(odd number)=P(multiple of 5) + P(odd number)-[P(multiple of 5) AND P(odd number)]=2/10+5/10-[(2/10)(5/10)]=6/10 (which is the correct answer)
Notice that I used the assumption that rolling a multiple of 5 is independent of rolling an odd number, since I essentially multiplied their probabilities to get the answer. However, rolling a multiple of 5 INVOLVES rolling an odd number in one case, namely rolling a 5.
So did I get the correct answer by fluke? Can the multiplication rule also be used to describe non-independent events sometimes?