Welcome to Westonci.ca, the ultimate question and answer platform. Get expert answers to your questions quickly and accurately. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

Accuracy in taking orders at a drive-through window is important for fast-food chains. Periodically, QSR Magazine publishes "The Drive-Thru Performance Study: Order Accuracy" that measures the percentage of orders that are filled correctly. In a recent month, the percentage of orders filled correctly at Burger King was approximately 90.5%. Suppose that you and two friends go to the drive-through window at Burger King and place an order. Two friends of yours independently place orders at the window at the same store.
a. What is the probability that all the three orders will be filled correctly?
b. What is the probability that none of the three will be filled correctly?
c. What is the probability that one of the three will be filled correctly?
d. What is the probability that at least one of the three will be filled correctly?
e. What is the probability that only your order will be filled correctly?


Sagot :

Answer:

a) 0.7412 = 74.12% probability that all the three orders will be filled correctly.

b) 0.0009 = 0.09% probability that none of the three will be filled correctly

c) 0.0245 = 2.45% probability that at least one of the three will be filled correctly.

d) 0.9991 = 99.91% probability that at least one of the three will be filled correctly

e) 0.0082 = 0.82% probability that only your order will be filled correctly

Step-by-step explanation:

For each order, there are only two possible outcomes. Either it is filled correctly, or it is not. Orders are independent. This means that we use the binomial probability distribution to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

And p is the probability of X happening.

The percentage of orders filled correctly at Burger King was approximately 90.5%.

This means that [tex]p = 0.905[/tex]

You and 2 friends:

So 3 people in total, which means that [tex]n = 3[/tex]

a. What is the probability that all the three orders will be filled correctly?

This is P(X = 3).

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 3) = C_{3,3}.(0.905)^{3}.(0.095)^{0} = 0.7412[/tex]

0.7412 = 74.12% probability that all the three orders will be filled correctly.

b. What is the probability that none of the three will be filled correctly?

This is P(X = 0).

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{3,0}.(0.905)^{0}.(0.095)^{3} = 0.0009[/tex]

0.0009 = 0.09% probability that none of the three will be filled correctly.

c. What is the probability that one of the three will be filled correctly?

This is P(X = 1).

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 1) = C_{3,1}.(0.905)^{1}.(0.095)^{2} = 0.0245[/tex]

0.0245 = 2.45% probability that at least one of the three will be filled correctly.

d. What is the probability that at least one of the three will be filled correctly?

This is

[tex]P(X \geq 1) = 1 - P(X = 0)[/tex]

With what we found in b:

[tex]P(X \geq 1) = 1 - P(X = 0) = 1 - 0.0009 = 0.9991[/tex]

0.9991 = 99.91% probability that at least one of the three will be filled correctly.

e. What is the probability that only your order will be filled correctly?

Yours correctly with 90.5% probability, the other 2 wrong, each with 9.5% probability. So

[tex]p = 0.905*0.095*0.095 = 0.0082[/tex]

0.0082 = 0.82% probability that only your order will be filled correctly