158k views
5 votes
You are at a stall at a fair where you have to throw a ball at a target. There are two versions of the game. In the first

version, you are given three attempts, and you estimate that your probability of success on any given throw is 0.1.
In the second version, you are given five attempts, but the target is smaller, and you estimate that your probability of
success on any given throw is 0.05. The prizes for the two versions of the game are the same, and you are willing to
assume that the outcomes of your throws are independent. Which version of the game should you choose? (Hint: In
the first version of the game, the probability that you do not get the prize is the probability that you fail on all three
attempts.)

User Ragebunny
by
3.9k points

1 Answer

3 votes

Answer:


P(X=0)=(3C0)(0.1)^0 (1-0.1)^(3-0)=0.729

And the probability of loss with the first wersion is 0.729


P(Y=0)=(5C0)(0.05)^0 (1-0.05)^(5-0)=0.774

And the probability of loss with the first wersion is 0.774

As we can see the best alternative is the first version since the probability of loss is lower than the probability of loss on version 2.

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

Alternative 1

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


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

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

We can find the probability of loss like this P(X=0) and if we find this probability we got this:


P(X=0)=(3C0)(0.1)^0 (1-0.1)^(3-0)=0.729

And the probability of loss with the first wersion is 0.729

Alternative 2

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


Y \sim Binom(n=5, p=0.05)

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


P(Y)=(nCy)(p)^y (1-p)^(n-y)

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


nCy=(n!)/((n-y)! y!)

We can find the probability of loss like this P(Y=0) and if we find this probability we got this:


P(Y=0)=(5C0)(0.05)^0 (1-0.05)^(5-0)=0.774

And the probability of loss with the first wersion is 0.774

As we can see the best alternative is the first version since the probability of loss is lower than the probability of loss on version 2.

User Artem Shitov
by
4.2k points