40.4k views
4 votes
2. The overall probability of winning a prize in a weekly lottery is 1/32. What is the probability of winning a prize in this lottery three weeks in a row?

User Genki
by
5.8k points

1 Answer

5 votes

Answer:


P(X=3)=(3C3)((1)/(32))^3 (1-(1)/(32))^(3-3)=(1)/(32768)

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

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


X \sim Binom(n=3, p=(1)/(32))

And we want to find this probability:


P(X=3) that means wins lottery three weeks in a row. And if we replace into the mass function we got this:


P(X=3)=(3C3)((1)/(32))^3 (1-(1)/(32))^(3-3)=(1)/(32768)

User Nick Cartwright
by
5.8k points