The probability of event A occurring is p. If A doesn't occur, that is event a. What is the probability of the following occurring: AA,aa,Aa?

1 Answer

See below:

Explanation:

Let's use some numbers first and then generalize. I'll set A as probability 34 and a as probability 14.

The probability of drawing the three different draws are (and I'm assuming order matters and so P(Aa)andP(aA) are different):

P(AA)=34×34=916

P(aa)=14×14=116

P(Aa)=34×14=316

We can now generalize using p and 1p:

P(AA)=p×p=p2

P(aa)=(1p)×(1p)=(1p)2=12p+p2

P(Aa)=p×(1p)=pp2

~~~~~

If order doesn't matter, then we multiply the P(Aa) results by 2 to account for P(aA), giving:

P(Aa)=2×34×14=616

and

P(Aa)=2×p×(1p)=2p2p2