Probability - 3 Independent Events

In summary: It seems to me that the probability of hitting the target is greater than 1/2. Which is not the case, obviously. I'm not sure how to fix it...In summary, we have three tanks (A, B, and C) with probabilities of hitting the target at 1/2, 2/3, and 3/4 respectively. Assuming independence, the probability that all three tanks hit the target is 1/4. The probability that exactly 2 tanks hit the target is 11/24. And the probability that the target is hit at least once is 19/24. One method to solve for these probabilities is by using a probability tree,
  • #1
jmc
7
0

Homework Statement


Three tanks are sent to shoot a certain target. Each tank is to shoot one round. The
probabilities of a tank's round hitting the target are 1/2, 2/3 and 3/4 for tanks A, B, and C
respectively. Assuming independence of A, B and C hitting, find the probability that:
a. rounds from all three of the tanks hit the target.
b. rounds from exactly 2 tanks hit the target
c. the target is hit at least once

2. Homework Equations

I'm don't know where to start/which eqn's a relevant for this type of problem.

The Attempt at a Solution


a. P{A}=0.5, P{B}=2/3, P{C}=0.75. Since all are independent events, P{hitting the target}=P{A}*P{B}*P{C}

b. To me, it seems it would have to be one of P{A+B}, P{B+C}, or P{A+C}.
I'm not sure how to make the math 'choose' which one though, and what formula to use to do that.

c. Not sure how to proceed to think about solving it. :?
 
Physics news on Phys.org
  • #2
jmc said:

Homework Statement


Three tanks are sent to shoot a certain target. Each tank is to shoot one round. The
probabilities of a tank's round hitting the target are 1/2, 2/3 and 3/4 for tanks A, B, and C
respectively. Assuming independence of A, B and C hitting, find the probability that:
a. rounds from all three of the tanks hit the target.
b. rounds from exactly 2 tanks hit the target
c. the target is hit at least once

2. Homework Equations

I'm don't know where to start/which eqn's a relevant for this type of problem.

The Attempt at a Solution


a. P{A}=0.5, P{B}=2/3, P{C}=0.75. Since all are independent events, P{hitting the target}=P{A}*P{B}*P{C}

This is the probably that all three hit the target

b. To me, it seems it would have to be one of P{A+B}, P{B+C}, or P{A+C}.

Not quite: when counting hits from A and B you also need C to miss, etc. I'm not sure how to make the math 'choose' which one though, and what formula to use to do that.

It does not choose; all three possibilities can occur, so all need to be counted.

c. Not sure how to proceed to think about solving it. :?

Try looking at the complementary event that all three miss the target.
 
  • #3
With independent events, the word and implies multiplication of probabilities. The work or implies addition of probabilities.
So in b, you have (A and B and notC) or (A and notB and C) or (notA and B and C).
For c, it is definitely much easier to say that at least one hits the target is equivalent to not none of them hit the target.
 
  • #4
RUber said:
With independent events, the word and implies multiplication of probabilities.
Agreed
The word or implies addition of probabilities.
No, that's for mutually exclusive events, which are definitely not independent.
If A and B are independent then to get the rule for OR apply the AND rule to not A, not B, and complement the answer.
 
  • #5
Good catch. For part b, these are mutually exclusive options and should be summed. For part c, you cannot say p(a hits or b hits or c hits) = p(a hits )+ p( b hits ) + p(hits) since they are not mutually exclusive, and the sum would be more than 1.
 
  • #6
jmc said:

Homework Statement


Three tanks are sent to shoot a certain target. Each tank is to shoot one round. The
probabilities of a tank's round hitting the target are 1/2, 2/3 and 3/4 for tanks A, B, and C
respectively. Assuming independence of A, B and C hitting, find the probability that:
a. rounds from all three of the tanks hit the target.
b. rounds from exactly 2 tanks hit the target
c. the target is hit at least once

2. Homework Equations

I'm don't know where to start/which eqn's a relevant for this type of problem.

The Attempt at a Solution


a. P{A}=0.5, P{B}=2/3, P{C}=0.75. Since all are independent events, P{hitting the target}=P{A}*P{B}*P{C}

b. To me, it seems it would have to be one of P{A+B}, P{B+C}, or P{A+C}.
I'm not sure how to make the math 'choose' which one though, and what formula to use to do that.

c. Not sure how to proceed to think about solving it. :?

Why not treat this as an experiment that you can repeat many times? Hint: 12 times, for example. Look at what happens on average. This is a technique called drawing a "probability tree". If you're stuck with probabilities, it's often a good idea to try this: it often gives you a good idea of what's happening and even the answer.
 
  • #7
jmc said:

Homework Statement


Three tanks are sent to shoot a certain target. Each tank is to shoot one round. The
probabilities of a tank's round hitting the target are 1/2, 2/3 and 3/4 for tanks A, B, and C
respectively. Assuming independence of A, B and C hitting, find the probability that:
a. rounds from all three of the tanks hit the target.
b. rounds from exactly 2 tanks hit the target
c. the target is hit at least once

2. Homework Equations

I'm don't know where to start/which eqn's a relevant for this type of problem.

The Attempt at a Solution


a. P{A}=0.5, P{B}=2/3, P{C}=0.75. Since all are independent events, P{hitting the target}=P{A}*P{B}*P{C}

b. To me, it seems it would have to be one of P{A+B}, P{B+C}, or P{A+C}.
I'm not sure how to make the math 'choose' which one though, and what formula to use to do that.

c. Not sure how to proceed to think about solving it. :?

Hello jmc: are you still here? Have you looked at any of the replies?
 
  • #8
Thank you
It makes sense to incl. the probability of not hitting the target in each case for part B. I don't know why I didn't catch on to that before.
For what I understand, it should be calculated as such:
Pr{A & B & Not C} + Pr{A & Not B & C} + Pr{Not A & B & C} = n(A*B*NotC)+n(A*NotB*C)+n(NotA*B*C) = 2/24 + 3/24 + 6/24 = 11/24

2014-11-02 11.53.15.jpg

PeroK, I've tried to use a probability tree for Part C. I only found 8 'experiments' ? from the results from each experiment that meet the conditions (At least 1 hit), would I sum each of those probabilities to get the total?

Regards
 
  • #9
jmc said:
PeroK, I've tried to use a probability tree for Part C. I only found 8 'experiments' ? from the results from each experiment that meet the conditions (At least 1 hit), would I sum each of those probabilities to get the total?

Regards

Your probability tree looks spot on. That tells you everything about the problem, in fact. Yes, you can add up relevant probabilities.

(I made a mistake with "12". It should have been 24: everything is a multiple of 1/24. That's what I meant.)
 
  • #10
And, as a check, you want to make sure that all of your probabilities sum to 1. If there is only 1 outcome that doesn't satisfy your requirements, as in your tree, it is sometimes faster to subtract the odds of all missing from 1 rather than sum all the events where at least one hits.
1-p(none hit) = sum p(at least one hit) .
 
  • #11
Yes RUber, I realized that earlier as I was ensuring all probs summed to 1. Much faster method for solving!
 

Related to Probability - 3 Independent Events

What is the definition of probability for 3 independent events?

The probability of 3 independent events is the likelihood of all 3 events occurring together. It is calculated by multiplying the probabilities of each individual event.

How do you calculate the probability of 3 independent events?

The probability of 3 independent events can be calculated by multiplying the probability of the first event by the probability of the second event, and then multiplying that result by the probability of the third event.

What is the difference between dependent and independent events?

Dependent events are events where the outcome of one event affects the outcome of another event. Independent events are events where the outcome of one event does not affect the outcome of another event.

Can the probability of 3 independent events be greater than 1?

No, the probability of any event cannot be greater than 1. If the probability of 3 independent events is greater than 1, it means that the events are not truly independent and there is a correlation between them.

How can you use the probability of 3 independent events in real life?

The concept of probability of 3 independent events is commonly used in fields such as statistics, finance, and risk management. For example, a company may use the probability of 3 independent events to assess the likelihood of multiple risks occurring simultaneously and make informed decisions based on that information.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
8
Views
931
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
18
Views
568
  • Precalculus Mathematics Homework Help
Replies
3
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
3K
  • Precalculus Mathematics Homework Help
Replies
14
Views
2K
  • Precalculus Mathematics Homework Help
Replies
8
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
16
Views
1K
  • Precalculus Mathematics Homework Help
Replies
5
Views
3K
  • Precalculus Mathematics Homework Help
Replies
24
Views
1K
Back
Top