Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Given, \({A_i} = \) {awarded project i}, for \(i = 1, 2, 3\). Use the probabilities given there to compute the following probabilities, and explain in words the meaning of each one.

a. \(P\left( {{A_2}|{A_1}} \right)\)

b. \(P\left( {{A_2} \cap {A_3}|{A_1}} \right)\)

c. \(P\left( {{A_2} \cup {A_3}|{A_1}} \right)\)

d. \(P\left( {{A_1} \cap {A_2} \cap {A_3}|{A_1} \cup {A_2} \cup {A_3}} \right)\)

Short Answer

Expert verified

a. \(P\left( {{A_2}|{A_1}} \right) = 0.5\)

b. \(P\left( {{A_2} \cap {A_3}|{A_1}} \right) = 0.0455\)

c. \(P\left( {{A_2} \cup {A_3}|{A_1}} \right) = 0.682\)

d. \(P\left( {{A_1} \cap {A_2} \cap {A_3}|{A_1} \cup {A_2} \cup {A_3}} \right) = 0.53\)

Step by step solution

01

Definition of Probability

Simply put, probability refers to the likelihood of something occurring. We can discuss the probabilities of certain outcomes—how likely they are—when we're unsure about the outcome of an event. Statistics refers to the study of events that are governed by chance.

02

Given Data

We have events

\(\begin{aligned}{l}{A_i} &= \{ {\rm{ awarded project }}i\} \;\;\\i &= 1,2,3,\end{aligned}\)

and also, the following probabilities

\(\begin{aligned}{l}P\left( {{A_1}} \right) = 0.22;\\P\left( {{A_2}} \right) = 0.25;\\P\left( {{A_3}} \right) = 0.28\\P\left( {{A_1} \cap {A_2}} \right) = 0.11;\\P\left( {{A_1} \cap {A_3}} \right) = 0.05;\\P\left( {{A_2} \cap {A_3}} \right) = 0.07;\\P\left( {{A_1} \cap {A_2} \cap {A_3}} \right) = 0.01;\end{aligned}\)

03

Calculation for the determination of probability in part a.

We need to find the conditional probability of \({A_2}\)given that the event \({A_1}\)has occurred, which means that we need to find the probability that project \(2\) was awarded if we know that project \(1\) was awarded.

The conditional probability of A given that the event B has occurred, for which\(P(B) > 0\), is

The conditional probability of A given that the event B has occurred, for which \(P(B) > 0\), is

\(P(A\mid B) = \frac{{P(A \cap B)}}{{P(B)}}\)

for any two events A and B.

Using the definition, we have

\(P\left( {{A_2}\mid {A_1}} \right) = \frac{{P\left( {{A_1} \cap {A_2}} \right)}}{{P\left( {{A_1}} \right)}}\mathop = \limits^{(1)} \frac{{0.11}}{{0.22}} = 0.5,\)

(1): given in the exercise, see above.

04

Calculation for the determination of probability in part b.

We need to find conditional probability of \({A_2} \cap {A_3}\) given that the event \({A_1}\)has occurred, which means that we need to find probability that the project \(2\) and \(3\) were awarded if we know that project \(1\) was awarded.

From the definition of conditional probability given above we have

\(P\left( {{A_2} \cap {A_3}\mid {A_1}} \right) = \frac{{P\left( {{A_1} \cap {A_2} \cap {A_3}} \right)}}{{P\left( {{A_1}} \right)}} = \frac{{0.01}}{{0.22}} = 0.0455,\)

where all the probabilities are given (see above).

05

Calculation for the determination of probability in part c.

We need to find conditional probability of \({A_2} \cup {A_3}\)given that the event \({A_1}\)has occurred, which means that we need to find probability that the project \(2\) or project \(3\)or both were awarded if we know that project \(1\) was awarded.

From the definition of conditional probability given above we have

\(\begin{aligned}P\left( {{A_2} \cup {A_3}\mid {A_1}} \right) &= \frac{{P\left( {\left( {{A_1} \cup {A_2}} \right)\cap{A_3}} \right)}}{{P\left( {{A_1}} \right)}} \hfill \\\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; &= \frac{{P\left( {\left( {{A_1}\cap {A_2}} \right) \cup \left( {{A_1} \cap {A_3}} \right)} \right)}}{{P\left( {{A_1}} \right)}} \hfill \\\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; &= \frac{{P\left( {{A_1} \cap {A_2}} \right) + P\left( {{A_1} \cap {A_3}} \right) - P\left({{A_1} \cap {A_2} \cap {A_3}} \right)}}{{P\left( {{A_1}} \right)}} \hfill \\\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; &=\frac{{0.11 + 0.05 - 0.01}}{{0.22}} \hfill \\ \;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; &= \frac{{0.15}}{{0.22}} = 0.682, \hfill \\\end{aligned} \)

(1): this stands for any three events,

(2): here we use the following proposition for \(A = {A_1} \cap {A_2}\)and \(B = {A_1} \cap {A_3}\):

Proposition: For every two events A and B

\(P(A \cup B) = P(A) + P(B) - P(A \cap B)\)

06

Calculation for the determination of probability in part d.

We need to find conditional probability of \({A_1} \cap {A_2} \cap {A_3}\)given that the event \({A_1} \cup {A_2} \cup {A_3}\) has occurred, which means that we need to find probability that the project \(1\) and the project \(2\) and project \(3\) were awarded if we know that project \(1\) or project \(2\) or project \(3\) or any combination of the three events was awarded (in other words: at least one project was awarded).

From the definition of conditional probability given above we have

\(\begin{aligned}P\left( {{A_1} \cap {A_2} \cap {A_3}\mid {A_1} \cup {A_2} \cup {A_3}} \right) &=\frac{{P\left({\left( {{A_1} \cap {A_2} \cap {A_3}} \right) \cap \left( {{A_1} \cup {A_2} \cup {A_3}} \right)}\right)}}{{P\left( {{A_1} \cup {A_2} \cup {A_3}} \right)}} \hfill \\\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\,\,\,\;\;\;\;\;\; &=\frac{{P\left( {{A_1} \cap {A_2} \cap {A_3}} \right)}}{{\left. {P\left( {{A_1} \cup {A_2} \cup{A_3}} \right)} \right)}} \hfill \\\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; &=\frac{{0.01}}{{0.53}} = 0.0189, \hfill \\\end{aligned}\)

07

Further calculation for the determination of probability in part d.

(1): the intersection is subset of the union, and when\(A \subseteq B\;then\;A \cap B = A\),

(2): we compute the probability of the union as follows

\(\begin{aligned}P\left( {{A_1} \cup {A_2} \cup {A_3}} \right) &= P\left( {{A_1}} \right) + P\left({{A_2}} \right) + P\left( {{A_3}} \right) - P\left( {{A_1} \cap {A_2}} \right) - P\left({{A_1} \cap {A_3}} \right) - P\left( {{A_2} \cap {A_3}} \right) + P\left( {{A_1} \cap {A_2}\cap {A_3}} \right) \hfill \\\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; &= 0.22 + 0.25 + 0.28 + 0.11 - 0.05 -0.07 + 0.01 \hfill \\\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\; &= 0.53 \hfill \\\end{aligned} \)

Here, we use the proposition that stands for any three events.

Proposition: For every three events A, B and C the following is true

\(P(A \cup B \cup C) = P(A) + P(B) + P(C) - P(A \cap B) - P(A \cap C) - P(B \cap C) + P(A \cap B \cap C)\)

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

A college library has five copies of a certain text onreserve. Two copies (1 and 2) are first printings, and the other three (3, 4, and 5) are second printings. A student examines these books in random order, stopping only when a second printing has been selected. One possible outcome is 5, and another is 213.

a. List the outcomes in S.

b. Let Adenote the event that exactly one book must be examined. What outcomes are in A?

c. Let Bbe the event that book 5 is the one selected. What outcomes are in B?

d. Let Cbe the event that book 1 is not examined. What outcomes are in C?

Suppose that vehicles taking a particular freeway exit can turn right (R), turn left (L), or go straight (S).Consider observing the direction for each of three successive vehicles.

a. List all outcomes in the event Athat all three vehicles go in the same direction.

b. List all outcomes in the event Bthat all three vehicles take different directions.

c. List all outcomes in the event Cthat exactly two of the three vehicles turn right.

d. List all outcomes in the event Dthat exactly two vehicles go in the same direction.

e. List outcomes in D’, C\( \cup \)D, and C\( \cap \)D.

A box in a supply room contains \({\rm{15}}\) compact fluorescent lightbulbs, of which \({\rm{5}}\) are rated \({\rm{13}}\)-watt, \({\rm{6}}\)are rated \({\rm{18}}\)-watt, and \({\rm{4}}\) are rated \({\rm{23}}\)-watt. Suppose that three of these bulbs are randomly selected.

a. What is the probability that exactly two of the selected bulbs are rated \({\rm{23}}\)-watt?

b. What is the probability that all three of the bulbs have the same rating?

c. What is the probability that one bulb of each type is selected?

d. If bulbs are selected one by one until a \({\rm{23}}\)-watt bulb is obtained, what is the probability that it is necessary to examine at least 6 bulbs?

Suppose that 55% of all adults regularly consume coffee,45% regularly consume carbonated soda, and 70% regularly consume at least one of these two products.

a. What is the probability that a randomly selected adult regularly consumes both coffee and soda?

b. What is the probability that a randomly selected adult doesn’t regularly consume at least one of these two products?

In Exercise 5, suppose that any incoming individual is equally likely to be assigned to any of the three stations irrespective of where other individuals have been assigned. What is the probability that

a. All three family members are assigned to the same station?

b. At most two family members are assigned to the same station?

c. Every family member is assigned to a different station?

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free