0
$\begingroup$

I read that the probability of two events provided they are independent is obtained by the following formula:

$Probability _ {Independent~ Events} = Probability_{1st Event} \times Probability_{2nd Event} \times ...$

Now it states that the probability of getting a Tails and Head (T-H) or getting a Heads and Tails (H-T) when a coin is flipped consecutively is given by:

$P(H-T) + P(T-H) = (\frac{1}{2}\times \frac{1}{2}) + (\frac{1}{2}\times \frac{1}{2}) = \frac{1}{2}$

Now my question is why isn't it

$P(H-T) \times P(T-H) $ instead of $P(H-T) + P(T-H)$ since after all the two events are independent of each other. I would appreciate it if someone could clear this up.

  • 0
    The individual outcomes of separate coin flips are independent; the events composed of the outcomes several flips are not.2016-08-16

4 Answers 4

0

You use the term $\it{or}$, so the question you are trying to answer has nothing to do with whether the two events are independent or not. The formula you gave means that the probability that two events occur $\it{simultaneouly}$ can be written as the product of the probabilities of the one event and of the other event if these events are independent.

  • 0
    Flipping of a coin twice is not simultaneous but its consecutive2012-08-06
2

One way to help visualize this problem might be to list out all of the possible outcomes of flipping a coin twice. There is a much more rigorous statement to be made which is hinted at above about the independence and dependence, but think of it this way.

If you are trying to assess $P(Heads, then\;Tails)$ or the reverse, think about this:

Your probability space $\Omega$ consists of all possible outcomes of 2 consecutive coin tosses. Since there are only 4 possible outcomes in this example, we list them explicitly:

$\Omega=\{x,y\}:x\in H,T\;\;y\in H,T$

$\Omega= \{\{H,T\},\{H,H\},\{T,H\},\{T,T\}\}$

The above lists each possible outcome, and the associated probability for each is $\frac14$. Now if you want to know the combined probability that you flip Heads, then Tails -OR- Tails then Heads, it is simply the addition of each probability.

But if you wanted to know the probability of flipping heads, and then flipping tails, since with a fair coin the events are independent, we just apply the formula you mentioned and multiply each event's probability together $\frac12 \times\frac12=\frac14$

The reason you might be getting confused on this is because the odds of flipping Heads then Tails is highly dependent upon whether or not you flip heads on the first coin.

Does that make sense?

  • 1
    nothing wrong with that for basic problems, but in case things get a little more complicated hopefully this is of some value :) GOod luck2012-08-06
1

Well..Independence and dependence has nothing to do with the fact that you are adding up the probabilities. You are asking what the probability that either THIS happens OR THAT happens. When you see the word "or" that means you are supposed to add up the probabilities (given that they do not overlap).

Now the statement you made is true, and it is partially applying to your question (particularly to each individual event). Your statement applies to situations like "what is the probability that THAT will happen AND THIS will happen. Let's take the first set of events: H-T. Whatever side you get on the second flip is completely independent of the first flip. The chance of getting heads on the first flip is 1/2, and the change on getting tails on the second flip is 1/2, so you multiply them together to get 1/4.

1

The events {H,T} and {T,H} are called disjoint (or mutually exclusive) because if you get a head and a tail with a head occurring first you cannot get a head and a tail with a tail occurring first. When two events A and B are disjoint the probability of A or B occurring is P(A)+P(B).