Pls Include solution:)
A coin tossed thrice. Find:
a. The probability of getting exactly 3 heads.
b. The probability of getting exactly 2 tails.
c. The probability of getting atmost 1 head.
d. The probability of getting atleast 1 tail.
The sample space of a fair coin flip is "\\{H, T\\}." The sample space of a sequence of three fair coin flips is all "2^3=8" possible sequences of outcomes:
a.
Exactly 3 heads: "HHH"
b.
Exactly 2 tails: "HTT, THT, TTH"
c.
At most 1head: "HTT, THT, TTH, TTT"
d.
At least 1 tail:"HHT, HT H, HT T, T HH, T HT, T T H, T T T"
Comments
Leave a comment