asked 51.5k views
5 votes
Construct the discrete probability distribution for the random variable described. Express the probabilities as simplified fractions. The number of tails in 5 tosses of a coin.

asked
User Ami
by
7.5k points

1 Answer

3 votes

Answer:


P(X = 0) = 0.03125


P(X = 1) = 0.15625


P(X = 2) = 0.3125


P(X = 3) = 0.3125


P(X = 4) = 0.15625


P(X = 5) = 0.03125

Explanation:

For each toss, there are only two possible outcomes. Either it is tails, or it is not. The probability of a toss resulting in tails is independent of any other toss, which means that the binomial probability distribution is used to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)

In which
C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

And p is the probability of X happening.

Fair coin:

Equally as likely to be heads or tails, so
p = 0.5

5 tosses:

This means that
n = 5

Probability distribution:

Probability of each outcome, so:


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 0) = C_(5,0).(0.5)^(0).(0.5)^(5) = 0.03125


P(X = 1) = C_(5,1).(0.5)^(1).(0.5)^(4) = 0.15625


P(X = 2) = C_(5,2).(0.5)^(2).(0.5)^(3) = 0.3125


P(X = 3) = C_(5,3).(0.5)^(3).(0.5)^(2) = 0.3125


P(X = 4) = C_(5,4).(0.5)^(4).(0.5)^(1) = 0.15625


P(X = 5) = C_(5,5).(0.5)^(5).(0.5)^(0) = 0.03125

answered
User Gevious
by
7.8k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.