johnnybear
Hey guys, new to the forum here, I hope to ask a lot of questions and also answer many questions that may fall into my strengths.
I have a supposedly easy combination question:
3 cards are drawn at random from a deck of 52 cards WITH replacement. How many ways can I get exactly 2 hearts?
Welcome to the forum. Hope you learn and share a lot!!! All the best.
Probability of an event occurring k times in n-time sequence could be expressed as:
\(P = C^n_k*P(Favorable)^k*(1-P(Favorable))^{(n-k)}\)
\(n=3\)
\(k=2\)
\(P(Heart)=\frac{13}{52}=\frac{1}{4}\)
\(P(Non-Heart)=1-P(Heart)=1-\frac{1}{4}=\frac{3}{4}\)
Plug in the values:
\(P = C^3_2*(\frac{1}{4})^2*(1-\frac{1}{4})^{(3-2)}\)
\(C^3_2*(\frac{1}{4})^2*(\frac{3}{4})^{1}\)
\(3*\frac{1}{16}*\frac{3}{4}=\frac{9}{64}\)