Interesting thing about archers hitting the target

  • Context: Undergrad 
  • Thread starter Thread starter Дьявол
  • Start date Start date
  • Tags Tags
    Interesting
Click For Summary

Discussion Overview

The discussion revolves around the probability of at least one of three archers hitting a target. Participants explore different approaches to calculating this probability, considering both independent and dependent events, and the implications of mutual exclusivity versus independence in probability theory.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions whether the probability of at least one archer hitting the target can be calculated as P(A1 U A2 U A3) = A1 + A2 + A3, or if it should be calculated using the complement of all missing, (1 - P(¬A1 ∩ ¬A2 ∩ ¬A3)).
  • Another participant corrects the first claim, stating that the correct formula for the union of three events includes intersections: P(A1 U A2 U A3) = P(A1) + P(A2) + P(A3) - P(A1 ∩ A2) - P(A1 ∩ A3) - P(A2 ∩ A3) + P(A1 ∩ A2 ∩ A3).
  • A participant asserts that if the archers' shots are independent, the intersections would be zero, leading to confusion when summing probabilities greater than one.
  • Several participants discuss the definitions of independence and mutual exclusivity, clarifying that independent events do not influence each other while mutually exclusive events cannot occur simultaneously.
  • One participant suggests that if one archer hits the target, the other must miss, leading to a misunderstanding of independence.
  • Another participant emphasizes the importance of considering all possible outcomes when calculating probabilities involving multiple events.
  • There is a consensus that the events in this scenario are independent, but not mutually exclusive, as both archers can hit the target in different scenarios.

Areas of Agreement / Disagreement

Participants generally agree on the definitions of independence and mutual exclusivity but disagree on the implications of these definitions for the specific probability calculations discussed. The discussion remains unresolved regarding the correct approach to calculating the probability of at least one archer hitting the target.

Contextual Notes

Participants express uncertainty about the implications of independence and mutual exclusivity in the context of the problem, and there are unresolved mathematical steps in the probability calculations presented.

Дьявол
Messages
365
Reaction score
0
Hello, again!

I got one very interesting question.

We got three archers, and the probability of the ones to hit the target is:
A1, A2, A3.

What if the task is to find the probability that the target will be hit at least from one archer.

So at least one archer to hit the target.

Is it P(A1 U A2 U A3) = A1 + A2 +A3 ?

Or [tex](1- P(\bar{A_{1}} \cap \bar{A_{2}} \cap \bar{A_{3}})) = 1 - \bar{A_{1}}* \bar{A_{2}} * \bar{A_{3}}[/tex], where [tex]\bar{A}[/tex] is opposite of A?

Or maybe, both are valid?

Thanks in advance.
 
Physics news on Phys.org
Дьявол said:
Hello, again!

I got one very interesting question.

We got three archers, and the probability of the ones to hit the target is:
A1, A2, A3.

What if the task is to find the probability that the target will be hit at least from one archer.

So at least one archer to hit the target.

Is it P(A1 U A2 U A3) = A1 + A2 +A3 ?
No. This is wrong. [itex]P(A_1\cup A_2)= P(A_1)+ P(A_2)- P(A_1\cap A_2)[/itex] and that extends to 3 events: [itex]P(A_1\cup A_2\cup A_3)= P(A_1)+ P(A_2)+ P(A_3)- P(A_1\cap A_2)- P(A_1\cap A_3)[/itex][itex]- P(A_2\cap A_3)+ P(A_1\cap A_2\cap A_3)[/itex].

Or [tex](1- P(\bar{A_{1}} \cap \bar{A_{2}} \cap \bar{A_{3}})) = 1 - \bar{A_{1}}* \bar{A_{2}} * \bar{A_{3}}[/tex], where [tex]\bar{A}[/tex] is opposite of A?
Yes, this is correct.

Or maybe, both are valid?

Thanks in advance.
 
Thanks for the post, HallsofIvy.

In this case, the shootings of the archers are independent cases. So that's why we do not need [itex]P(A_1\cup A_2\cup A_3)= P(A_1)+ P(A_2)+ P(A_3)- P(A_1\cap A_2)- P(A_1\cap A_3)- P(A_2\cap A_3)+ P(A_1\cap A_2\cap A_3)[/itex]
since [itex]P(A_1\cap A_2)- P(A_1\cap A_3)- P(A_2\cap A_3)+ P(A_1\cap A_2\cap A_3)=0-0-0-0=0[/itex]. That's why I said independent cases.

But what if P(A1)=0.8, P(A2)=0.9, P(A3)=0.75

In that case the sum [itex]P(A_1\cup A_2\cup A_3)= P(A_1)+ P(A_2)+ P(A_3)=0.8+0.9+0.75=2.45[/itex]

This is strange.
 
The fact that two cases A and B are independent doesn't mean P(A n B) = 0. It means that P(A n B) = P(A)P(B).
 
If two cases are independent, that means that they do not have something in common, right? So A n B = 0, right?
 
Дьявол said:
If two cases are independent, that means that they do not have something in common, right? So A n B = 0, right?

No,

[tex] A \cap B = \emptyset[/tex]

if the two sets are disjoint , which is not the same as independent.
 
If two cases are independent, that means that they do not have something in common, right? So A n B = 0, right?
Actually, that would mean that they're not independent. Two events are independent if the occurrence of one does not influence the occurrence of the other, i.e. P(A|B) = P(A). If [tex]A \cap B = \emptyset[/tex], then P(A|B) = 0, so the events are not independent.

With regards to the original question, it would be easiest to take the probability that every archer misses and subtract it from one.
 
Thanks for the replies.
@Tibarn, in this case the occurrence of one does not influence the occurrence of the other.
[tex]P(A/B)=\frac{m_{A\cap B} }{ m_{B}}[/tex]
out of there
[tex]P(A/B)=\frac{\frac{m_{A\cap B}}{n}}{\frac{m_{B}}{n}}[/tex]
and
[tex]P(A/B)=\frac{P(A\cap B)}{ P(B)}[/tex]

The cases are independent if the occurrence of one does not influence the occurrence of the other. So, if two cases are independent, then P(A/B)=P(A). Out of there P(A n B)=P(A)*P(B)

Now, let's get back to the task. I think I mean, disjoint. So cases A,B are disjoint.

P(A U B)=P(A) + P(B) - P(A n B)

In this case [itex]m_{A\cap B}=0[/itex] because the cases:
I - the 1st archer will hit the target
II - the 2nd archer will hit the target

DO NOT have something in common.

[tex]P(A U B) = \frac{m_A+m_B-m_{A\cap B}}{n}[/tex]

[tex]P(A U B) = \frac{m_A+m_B-0}{n}=P(A)+P(B)[/tex]

Is this true?

Are those cases disjoint??
 
Last edited:
Дьявол said:
Now, let's get back to the task. I think I mean, disjoint. So cases A,B are disjoint.

P(A U B)=P(A) + P(B) - P(A n B)

In this case [itex]m_{A\cap B}=0[/itex] because the cases:
I - the 1st archer will hit the target
II - the 2nd archer will hit the target

DO NOT have something in common.

[tex]P(A U B) = \frac{m_A+m_B-m_{A\cap B}}{n}[/tex]

[tex]P(A U B) = \frac{m_A+m_B-0}{n}=P(A)+P(B)[/tex]

Is this true?

Are those cases disjoint??

You're saying that if one archer hits the target the other one always misses?
 
  • #10
Are those cases disjoint?
 
  • #11
In this case [tex]m_{A \cap B}=0[/tex] because the cases:
I - the 1st archer will hit the target
II - the 2nd archer will hit the target

DO NOT have something in common.
Think about this intuitively. If A and B are disjoint, then event A and event B cannot occur simultaneously. So, if A is the first archer hitting the target and B is the second archer hitting the target, [tex]P(A \cap B) = 0[/tex] means that both archers cannot simultaneously hit the target. If we know that A hit the target, then it would follow that B missed the target, so the events are not independent (unless A or B always misses).

If both archers take one shot, then we have four possible events:
1. Both miss
2. Archer A hits, B misses
3. Archer A misses, B hits
4. Both hit.

In this case, [tex]A \cap B[/tex] is case 4, where both archers hit. If you're going to do probability by cases, it's important that you get all of them.
 
  • #12
Now, I understood. Thank you very much for the help.

Regards.
 
  • #13
You may be confusing "mutually exclusive" with "independent". "Independent" means what happens in one case does not affect what happens in the other- [itex]P(A\cap B)= P(A)P(B)[/itex] or, equivalently, P(A|B)= P(A). "Mutually exclusive" means [itex]P(A\cap B)= 0[/itex] so that P(A|B)= 0. Not at all the same thing!
 
  • #14
Yes, you're right. I did a little research, and find out that the events in this case aren't exclusive, but they are independent. Because if they are exclusive P(A) or P(B) will be equal 0 so that P(A n B)=0.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 31 ·
2
Replies
31
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 57 ·
2
Replies
57
Views
7K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 29 ·
Replies
29
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K