Saurav Wrote:Case 1
H-H-T = 1/2 * 1/2 * 1/2
Case 2
H-T-H = 1/2 * 1/2 * 1/2
Case 3
T-H-H = 1/2 * 1/2 * 1/2
Total = Case 1 + 2 + 3 = 3 * 1/8 = 3 * 0.125
correct.
here are two other ways you can approach this problem.
(1) basic formula for probability: (number of successful outcomes) / (TOTAL number of outcomes), provided that the "outcomes" are equally likely:
just list all the outcomes. there are only eight of them, so, if you're organized, you shouldn't have any trouble creating the list in a moderate amount of time.
hhh
hht
hth
thh
htt
tht
tth
ttt
of the 8 possibilities in the list, each of which is equally likely, there are 3 (hht, hth, thh) that satisy the criterion in the problem. therefore, the desired probability is 3/8.
--
(2) if you really like formulas, you can use the formula for probability in
Bernoulli trials, as detailed in
this thread.
that gives (3!/2!1!) x (1/2)^2 x (1/2)^1, which reduces to 3/8.