Bayes' Theorem and a car starting probability

You should also verify that the probability of ##B## is consistent with the given information about ##A.##In summary, the probability that car A will start is 0.5, the probability that car A will start given car B starts is 0.5, and the probability that car B will start given car A starts is 0.166. These probabilities were derived using the given information about the probability of both cars starting, the probability of car B starting and car A not starting, and the probability of neither car starting. Additionally, the probability of car B starting is 0.2.
  • #1
CivilSigma
227
58

Homework Statement


A man owns two old cars, A and B, and has trouble starting them on cold mornings. The probability both will start is 0.1; the probability B starts and A does not is 0.1; the probability that neither starts is 0.4

a) Find the probability that car A will start.

b) Find the probability that car A will start, given car B starts.

c) Find the probability that car B will start, given car A starts.

Homework Equations


P(A|B) = P(A and B)/P(B)

The Attempt at a Solution


From the question:

P(A and B) = 0.1
P(B|A') = 0.1 ----> Which implies that P(A and B) + P(B|A) = P(B)
P( B' and A') = 0.4 which implies P(A and B) = 0.6

I have drew the Venn Diagram, and I concluded the following:

P(B) = 0.2
P(A)= 0.6

But I am having a hard time deriving them using the equation of Bayes Theorem the general mathematical approach

So, to answer

a) P(A)=0.6
b) P(A|B) = P(A and B)/ P(B) = 0.1/0.2 = 0.5
c) P(B|A) = P(B and A)/P(A) = 0.1/0.6 = 0.166

Can some one please explain to me how you obtain the solution using equations?
 
Physics news on Phys.org
  • #2
First things first. If the man tries to start the cars one afer the other there are four outcomes for starting: Both, only A, only B and none. Their sum must be 1. Is the sum 1 in part (a)?
 
  • #3
kuruman said:
First things first. If the man tries to start the cars one afer the other there are four outcomes for starting: Both, only A, only B and none. Their sum must be 1. Is the sum 1 in part (a)?

Are all the problem statements conditional probabilities if the owner starts car A then B?

So we would have:

P( A | B) = 0.1
P (A | B') = (Not given)
P (B |A') = 0.1
P (B'|A') = 0.4

Which means the probability of car A starting and B not starting is 0.4.

I also know that : P(A) = P(A|B) P(B) + P(A|B')P(B')
 
  • #4
CivilSigma said:

Homework Statement


A man owns two old cars, A and B, and has trouble starting them on cold mornings. The probability both will start is 0.1; the probability B starts and A does not is 0.1; the probability that neither starts is 0.4

a) Find the probability that car A will start.

b) Find the probability that car A will start, given car B starts.

c) Find the probability that car B will start, given car A starts.

Homework Equations


P(A|B) = P(A and B)/P(B)

The Attempt at a Solution


From the question:

P(A and B) = 0.1
P(B|A') = 0.1 ----> Which implies that P(A and B) + P(B|A) = P(B)
P( B' and A') = 0.4 which implies P(A and B) = 0.6

I have drew the Venn Diagram, and I concluded the following:

P(B) = 0.2
P(A)= 0.6

But I am having a hard time deriving them using the equation of Bayes Theorem the general mathematical approach

So, to answer

a) P(A)=0.6
b) P(A|B) = P(A and B)/ P(B) = 0.1/0.2 = 0.5
c) P(B|A) = P(B and A)/P(A) = 0.1/0.6 = 0.166

Can some one please explain to me how you obtain the solution using equations?

Part (a) can be done without using Bayes: you just have three events and their complements, together with some given information:
$$ \begin{array}{cccl}
P(A \cap B)&=& 0.1 &\text{(both A and B start)} \\
P(B \cap \bar{A}) &=& 0.1& \text{(B starts and A does not)}\\
P(\bar{A} \cap \bar{B}) &=& 0.4 & \text{(neither starts)}
\end{array}
$$ (Here, ##\bar{E}## denotes the complement of an event ##E##.)

It might be easiest to obtain ##P(A)## as ##1-P(\bar{A})## and then figure out how to get ##P(\bar{A}).##

I get ##P(A) = 0.5## and ##P(B) = 0.2.##
 
Last edited:
  • Like
Likes CivilSigma
  • #5
This makes way more sense @Ray C

So,

$$P(A)=1-P(A')$$
$$P(A') = P(B)-P(A and B) + P( A' and B') = P(B) -0.1+0.4$$
$$\therefore P(A)=1-P(B)-0.3$$

We also know:

$$P(A and B)=0.1$$

Since the events are independent:

$$P(A and B) = P(A)(B)$$

Now substitute in P(A)

$$0.1=(1-P(B)-0.3 \cdot P(B) = 0.1$$

This gives us a quadratic in P(B) and when I solve it I get:

$$P(B) = 0.5 or 0.2$$

How do you determine which one of these is extraneous? They are both valid since they are below 1

Edit: I know, I check the third given probability:

$$P(B \, A^C) = 0.1$$
This only works when P(A) = 0.5Thank you so much :)
 
  • #6
CivilSigma said:
This makes way more sense @Ray C

So,

$$P(A)=1-P(A')$$
$$P(A') = P(B)-P(A and B) + P( A' and B') = P(B) -0.1+0.4$$
$$\therefore P(A)=1-P(B)-0.3$$

We also know:

$$P(A and B)=0.1$$

Since the events are independent:

$$P(A and B) = P(A)(B)$$

Now substitute in P(A)

$$0.1=(1-P(B)-0.3 \cdot P(B) = 0.1$$

This gives us a quadratic in P(B) and when I solve it I get:

$$P(B) = 0.5 or 0.2$$

How do you determine which one of these is extraneous? They are both valid since they are below 1

Edit: I know, I check the third given probability:

$$P(B \, A^C) = 0.1$$
This only works when P(A) = 0.5Thank you so much :)

The events ##B \cap \bar{A}## and ##B \cap A## are disjoint (that is, mutually exclusive) and their union is just ##B## itself. The addition law for disjoint events gives $$P(B) = P(B \cap \bar{A}) + P(B \cap A) = 0.1 + 0.1 = 0.2$$ No quadratic equation is needed, and there is no ambiguity about the correct value.
 
Last edited:
  • Like
Likes jim mcnamara and SammyS

1. What is Bayes' Theorem?

Bayes' Theorem is a mathematical formula that describes the probability of an event occurring based on prior knowledge or information. It is used to update the probability of an event as new evidence or information becomes available.

2. How is Bayes' Theorem used in car starting probability?

In the context of car starting probability, Bayes' Theorem can be used to calculate the probability of a car starting based on prior knowledge of the car's condition and the current environmental factors.

3. What factors are considered in the calculation of car starting probability using Bayes' Theorem?

The factors that are typically considered in the calculation of car starting probability using Bayes' Theorem include the age and condition of the car, the weather conditions, and any previous history of car starting issues.

4. Can Bayes' Theorem accurately predict the probability of a car starting?

Bayes' Theorem can provide a more accurate prediction of car starting probability compared to other methods, as it takes into account both prior knowledge and current evidence. However, it is still subject to uncertainties and may not provide a completely accurate prediction.

5. How can Bayes' Theorem be helpful in improving car starting probability?

By using Bayes' Theorem, we can update the probability of a car starting as we gather more information about the car's condition and the environmental factors. This can help in identifying potential issues and taking necessary steps to improve the car's starting probability.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
4
Views
3K
  • Precalculus Mathematics Homework Help
Replies
1
Views
946
  • Precalculus Mathematics Homework Help
Replies
10
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
423
  • Precalculus Mathematics Homework Help
Replies
12
Views
3K
  • Precalculus Mathematics Homework Help
Replies
9
Views
2K
  • Precalculus Mathematics Homework Help
Replies
11
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
16
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
6K
Replies
1
Views
1K
Back
Top