Given:
Three coins are tossed.
To find:
The probability that you will get “heads” no more than once out of 3 flips.
Solution:
If three coins are tossed then the sample space is:
[tex]S=\{HHH,HTH,HHT,HTT,THH,TTH,THT,TTT\}[/tex]
Total possible outcomes = 8
Number of 0 successes means 0 heads in 3 flips, i.e., TTT.
Number of 1 successes means exactly 1 heads in 3 flips, i.e., HTT, THT, TTH.
Now,
[tex]P(0\text{ success})=\dfrac{1}{8}[/tex]
[tex]P(1\text{ success})=\dfrac{3}{8}[/tex]
And, their sum is:
[tex]P(0\text{ success})+P(1\text{ success})=\dfrac{1}{8}+\dfrac{3}{8}[/tex]
[tex]P(0\text{ success})+P(1\text{ success})=\dfrac{4}{8}[/tex]
[tex]P(0\text{ success})+P(1\text{ success})=\dfrac{1}{2}[/tex]
Therefore, the probability that you will get “heads” no more than once out of 3 flips is [tex]\dfrac{1}{2}[/tex].