67.8k views
4 votes
Thirty percent of American parents allow their children under age 13 to stay home alone after school. (Source: United States Department of Labor, Washington, D.C., 1994). Three parents are randomly selected. Let x be the number of these parents who allow their children under age of 13 to stay home alone after school. Find the probability distribution of x.

1 Answer

4 votes

Answer:


P(X=0)=(3C0)(0.13)^0 (1-0.13)^(3-0)=0.659


P(X=1)=(3C1)(0.13)^1 (1-0.13)^(3-1)=0.295


P(X=2)=(3C2)(0.13)^2 (1-0.13)^(3-2)=0.044


P(X=3)=(3C3)(0.13)^3 (1-0.13)^(3-3)=0.002

And then our probability distribution would be given by:

X 0 1 2 3

P(X) 0.659 0.295 0.044 0.002

Explanation:

Previous concepts

A Bernoulli trial is "a random experiment with exactly two possible outcomes, "success" and "failure", in which the probability of success is the same every time the experiment is conducted". And this experiment is a particular case of the binomial experiment.

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".

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!)

Solution to the problem

For this case we know that 13% is the percent of parents that allow children under age of 13 to stay home alone after school. So then that represent our parameter p. Now we know that they select 3 people so then n =3.

Our random variable X ="number of these parents who allow their children under age of 13 to stay home alone after school" follows a binomial distribution:


X\sim Bin(n=3, p=0.13) , X =0,1,2,3

And we can find the probability for each possible value of X like this:


P(X=0)=(3C0)(0.13)^0 (1-0.13)^(3-0)=0.659


P(X=1)=(3C1)(0.13)^1 (1-0.13)^(3-1)=0.295


P(X=2)=(3C2)(0.13)^2 (1-0.13)^(3-2)=0.044


P(X=3)=(3C3)(0.13)^3 (1-0.13)^(3-3)=0.002

And then our probability distribution would be given by:

X 0 1 2 3

P(X) 0.659 0.295 0.044 0.002

User Ultraon
by
5.3k points