3-a coin is tossed three times, what is the probability of tossing exactly two heads?
1 Answer
Explanation:
Since 3 is a small number, let's list out all possible combinations.
#color(green){HHH}#
#color(green){HH}color(red){T}#
#color(green){H}color(red){T}color(green){H}#
#color(red){T}color(green){HH}#
#color(green){H}color(red){T T}#
#color(red){T}color(green){H}color(red){T}#
#color(red){T T}color(green){H}#
#color(red){T T T}#
The answer is
In general, you will find that the list resembles a particular row of the pascal's triangle.
If you want to know what is the probability of getting
#frac{((n),(r))}{2^n} = frac{n!}{r! xx (n-r)! xx 2^n}#
In this case,
So
#frac{3!}{2! xx 1! xx 2^3} = frac{6}{2 xx 1 xx 8}#
#= 3/8#