Why do we multiply probabilities for AND events?

  • Context: High School 
  • Thread starter Thread starter adjacent
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary

Discussion Overview

The discussion revolves around the multiplication of probabilities for "AND" events in the context of tossing coins. Participants explore the logic behind using multiplication versus addition for different types of events, specifically focusing on independent events and mutually exclusive events. The conversation includes various interpretations of the problem and clarifications regarding sample spaces.

Discussion Character

  • Exploratory
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants explain that for independent events, the probability of both occurring is found by multiplying their individual probabilities: P(A and B) = P(A) * P(B).
  • Others argue that for mutually exclusive events, the probabilities are added: P(A or B) = P(A) + P(B).
  • A participant suggests that the question's ambiguity arises from different interpretations of "AND" and "OR" in relation to sample spaces.
  • Some participants express confusion about the application of the "AND" rule, particularly in distinguishing between the probability of obtaining one head and one tail versus the probability of specific outcomes on individual coin flips.
  • There is a discussion about whether specifying which coin is being referred to is necessary for clarity in the problem.
  • One participant notes that the probability of obtaining one head and one tail can be calculated as the sum of the probabilities of the outcomes HT and TH, leading to a total of 1/2.
  • Another participant highlights the importance of understanding sample spaces in probability theory to clarify the discussion.
  • Some participants challenge the interpretation of the "AND" rule and its application to the problem presented.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the interpretation of the original question regarding the probability of obtaining a head and a tail. Multiple competing views remain regarding the application of the "AND" and "OR" rules, as well as the necessity of specifying which coin is being referred to.

Contextual Notes

The discussion reveals limitations in understanding the definitions of sample spaces and the conditions under which probabilities are combined. There are unresolved interpretations of the original question that affect the calculations presented.

adjacent
Gold Member
Messages
1,552
Reaction score
62
Probability, The "AND"

Two coins are tossed.Find the probability of obtaining a hear OR a tail
Ans:P(head)+P(tail)
=1
I understand this

Again he tosses the coins.This time,what is the probability of obtaining a Head AND a tail?
This time we multiply, P(head) X P(tail)
=1/4

But why do we multiply?What's the logic?
P.S I understand the difference between AND and OR.
 
Physics news on Phys.org
hi adjacent! :smile:
adjacent said:
But why do we multiply?What's the logic?
P.S I understand the difference between AND and OR.

the logic is that if the two events A and B are independent then we multiply the probabilities for AND:
P(A and B) = P(A)*P(B)​

if the two events A and B are mutually exclusive (non-everlapping), we add the probabilities for OR:
P(A or B) = P(A) + P(B)​

if the problem doesn't easily split into mutually exclusive events, then you may have to divide it up first

for example, with two coins each tossed once, there are four mutually exclusive events:

HH HT TH and TT​

P(head AND tail) = P(HT OR TH) = P(HT) + P(TH) = 1/4 + 1/4 = 1/2

P(head on the first die AND tail on the second die) =P(head on the first die)*P(tail on the second die) = 1/2*1/2 = 1/4

(and P(head OR tail) = P(everything), so that's easy!

P(head on the first die OR tail on the second die) =P(HT OR HH OR TT) = 1/4 + 1/4 + 1/4 = 3/4)
 
You are interpreting the phrase "a head or a tail" to refer to a sample space where an outcome is a single flip of a coin. You are interpreting the phrase "a head and a tail" to refer to a sample space where an outcome is 2 flips of a coin. So you are dealing with two different sample spaces.

I suggest you try to phrase your question using an example where the "And" and "Or" of events uses events that are in the same sample space.
 
Stephen Tashi said:
You are interpreting the phrase "a head or a tail" to refer to a sample space where an outcome is a single flip of a coin. You are interpreting the phrase "a head and a tail" to refer to a sample space where an outcome is 2 flips of a coin. So you are dealing with two different sample spaces.
What do you mean by Sample space?
I am using the same 2 coins over and over again.
 
And @tiny-tim
Thank you,but..
If the possible outcomes are HH HT TH TT,
then the probability of A head AND a tail should be 1/2
Then how is it 1/4? (1/2*1/2)
 
hi adjacent! :smile:
adjacent said:
If the possible outcomes are HH HT TH TT,
then the probability of A head AND a tail should be 1/2
Then how is it 1/4? (1/2*1/2)

it isn't!

(i assume you mean the probability that, looking at the two coins, you see one head and one tail)

are you confusing it with the different problem of the probability of a head on the first coin and a tail on the second coin (which are independent)? :wink:
 
tiny-tim said:
hi adjacent! :smile:


it isn't!

(i assume you mean the probability that, looking at the two coins, you see one head and one tail)

are you confusing it with the different problem of the probability of a head on the first coin and a tail on the second coin (which are independent)? :wink:
Is specifically mentioning the head on the first coin and the second coin important?
If so,What can be the answer for the question:What is the probability of obtaining a head and a tail?
(No coins mentioned)
 
adjacent said:
If so,What can be the answer for the question:What is the probability of obtaining a head and a tail?
(No coins mentioned)

there are only two faces showing

so "a head and a tail" must mean one head and one tail

that's either HT or TH

(if there were three coins, "obtaining a head and a tail" would mean at least one head and at least one tail, ie HHT HTH THH HTT THT or TTH)
Is specifically mentioning the head on the first coin and the second coin important?

yes, that would be only HT instead of HT or TH
 
But according to AND rule,
Probabilities of H and T is 1/4 since
P(H) =1/2 .
P(T) =1/2
1/2*1/2=1/4
 
  • #10
adjacent said:
But according to AND rule,
Probabilities of H and T is 1/4 since
P(H) =1/2 .
P(T) =1/2
1/2*1/2=1/4

i don't understand what your H and T are :confused:

(since there are two coins)
 
  • #11
tiny-tim said:
i don't understand what your H and T are :confused:

(since there are two coins)
H is head and T is tail.So Probability of H and T means Either HT or TH.
So that's 2/4=1/2 :confused:
 
  • #12
adjacent said:
H is head and T is tail.So Probability of H and T means Either HT or TH.
So that's 2/4=1/2 :confused:

yes, P of one head and one tail = P(HT OR TH)

so that's P(HT) + P(TH) = 1/4 + 1/4 = 1/2, as you say

but i don't understand what you meant by the following …
adjacent said:
But according to AND rule,
Probabilities of H and T is 1/4 since
P(H) =1/2 .
P(T) =1/2
1/2*1/2=1/4
 
  • Like
Likes   Reactions: 1 person
  • #13
tiny-tim said:
but i don't understand what you meant by the following …...


___________________
I was just thinking of applying the AND rule without OR rule.
Like this:
Q-Find the probability of obtaining a Head AND a Tail.
A coin has two sides of which one side is Head ,So:1/2 is the probability of obtaining a Head.
A coin has two sides of which one side is Tail ,So:1/2 is the probability of obtaining a Tail.
So The probability of obtaining a Head AND a Tail is 1/2*1/2
=1/4

I know I am wrong somewhere. :frown:
 
  • #14
but if you talk about one coin, you must always say which coin you mean
adjacent said:
Q-Find the probability of obtaining a Head AND a Tail.
A coin has two sides of which one side is Head ,So:1/2 is the probability of obtaining a Head.

on which coin? :confused:

(yes, i know it's the same on either coin, but you have to specify which coin or you can't go onto the next step)
 
  • #15
let's try this …

there are four events each of which has probability 1/2 …

P(1=H) = P(1=T) = P(2=H) = P(2=T) = 1/2 …

which of those four events were you trying to combine to find "the probability of obtaining a Head AND a Tail"? :smile:
 
  • #16
tiny-tim said:
but if you talk about one coin, you must always say which coin you mean
...
on which coin? :confused:
Let's go to the first Question in the OP.
"He tosses the coins.What is the probability of obtaining a Head AND a tail?"
So that means no coin is specified.
 
  • #17
adjacent said:
Let's go to the first Question in the OP.
"He tosses the coins.What is the probability of obtaining a Head AND a tail?"
So that means no coin is specified.
The question in the OP was ambiguous. Does it mean
  • What is the probability of obtaining heads on the first flip and tails on the second or
  • What is the probability of obtaining one heads and one tails on the two flips?
With the first interpretation, the answer is 1/4. With the second, it's 1/2.
 
  • Like
Likes   Reactions: 1 person
  • #18
adjacent said:
What do you mean by Sample space?

I mean the space of outcomes for an experiment. If you don't understand that, I think you should study how the phrase is used in probability theory. http://en.wikipedia.org/wiki/Sample_space
 
  • #19
Your use of the "and rule" is incorrect. What is true is that if P and Q are independent events, then the probability that P and Q happen in that order is P(P)P(Q). The probability that Q and P happen in that order is P(Q)P(P). The probability that P and Q happen in either order is P(P)P(Q)+ P(Q)P(P)= 2P(P)P(Q)
 
  • Like
Likes   Reactions: 1 person
  • #20
Thank you so much everyone,I have got the answer now.I was just starting with probability.
 

Similar threads

  • · Replies 57 ·
2
Replies
57
Views
7K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 126 ·
5
Replies
126
Views
9K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 45 ·
2
Replies
45
Views
6K
  • · Replies 14 ·
Replies
14
Views
7K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
7
Views
2K