180k views
2 votes
g Assume that a procedure yields a binomial distribution with a trial repeated n = 8 times. Find the probability of x = 1 successes given the probability p = 51 % of success on a single trial. (Report answer accurate to 4 decimal places.)

User Aydjay
by
6.7k points

1 Answer

7 votes

Answer:


X \sim Binom(n=8, 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=1)

And using the probability mass function we got:


P(X=1)= 8C1 *(0.51)^1 (1-0.51)^(8-1)=0.0277

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 "number of successes", on this case we now that:


X \sim Binom(n=8, 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=1)

And using the probability mass function we got:


P(X=1)= 8C1 *(0.51)^1 (1-0.51)^(8-1)=0.0277

User Spazm
by
6.8k points