173k views
1 vote
While it is often assumed that the probabilities of having a boy or a girl are the same, the actual probability of having a boy is slightly higher at 0.51. Suppose a couple plans to have 3 children. What is the probability that exactly 2 of them will be boys?

User MplsAmigo
by
5.0k points

1 Answer

2 votes

Answer:


P(X=2)

And we can use the probability mass function and we got:


P(X=2)=(3C2)(0.51)^2 (1-0.51)^(3-2)=0.382

Explanation:

Previous concepts

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".

Solution to the problem

Let X the random variable of interest, on this case we now that:


X \sim Binom(n=3, p=0.51)

The probability mass function for the Binomial distribution is given as:


P(X)=(nCx)(p)^x (1-p)^(n-x)

Where (nCx) means combinatory and it's given by this formula:


nCx=(n!)/((n-x)! x!)

And we want to find this probability:


P(X=2)

And we can use the probability mass function and we got:


P(X=2)=(3C2)(0.51)^2 (1-0.51)^(3-2)=0.382

User David Kariuki
by
4.5k points