Probability: P(A|B') for Married Couples

  • Thread starter Thread starter ViolentCorpse
  • Start date Start date
  • Tags Tags
    Probability
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
11 replies · 4K views
ViolentCorpse
Messages
190
Reaction score
1

Homework Statement


For married couples, the probability that the husband will vote on a bond referendum is 0.21, the probability that his wife will vote in the referendum is 0.28 and the probability that both the husband and wife will vote is 0.15. What is the probability that a husband will vote, given that his wife does not vote?


Homework Equations


If A is probability that husband votes, and B the probability that the wife votes, the probability that husband votes given that the wife does NOT should be:

P(A|B')=P(A n B')/P(B')

The Attempt at a Solution



But, I have absolutely no idea how I can find (A n B') from the given data...

I'll be very grateful for your help.
 
Physics news on Phys.org
ViolentCorpse said:

Homework Statement


For married couples, the probability that the husband will vote on a bond referendum is 0.21, the probability that his wife will vote in the referendum is 0.28 and the probability that both the husband and wife will vote is 0.15. What is the probability that a husband will vote, given that his wife does not vote?


Homework Equations


If A is probability that husband votes, and B the probability that the wife votes, the probability that husband votes given that the wife does NOT should be:

P(A|B')=P(A n B')/P(B')

The Attempt at a Solution



But, I have absolutely no idea how I can find (A n B') from the given data...

I'll be very grateful for your help.

Step 1: draw a Venn diagram. What do the various sub-regions represent? How would you find their probabilities?
 
  • Like
Likes   Reactions: 1 person
PeroK said:
To understand the problem better, you could write down all the probabilities of the husband and wife voting or not:

P(both vote ) = 0.15
P(Wife votes, husband doesn't) = ?

Etc.
A convenient way to do this is with a contingency table (aka a confusion matrix).

Code:
            |    Husband       | Wife
            |  Vote    ~Vote   | Total
-------------------------------+------
Wife   Vote | P(A∩B)  P(~A∩B)  | P(B)
      ~Vote | P(A∩~B) P(~A∩~B) | P(~B)
-------------------------------+------
Husb. Total |  P(A)    P(~A)   |  1.0

You have the information at hand to completely populate this table.
 
  • Like
Likes   Reactions: 1 person
I know P(A), P(B) and P(A n B), but I don't have a clue how I can use any of these probabilities to find P(A n B').

Sorry guys. :/
 
Alright so I drew Venn diagrams and thought hard and I think that P(A n B') is actually P(A)-P(A n B) and also P(A)=P[(AnB')U(AnB)].

I've got the correct answer using this relation, but since I haven't found any equations like that in my book yet, I'm not confident that these equations are valid.
 
Wonderful. Thank you so much, DH and everyone else! :)
 
Another way of looking at it: imagine 100 couples. Then 21 husbands vote and 100- 21= 79 do not. Similarly 28 wives vote for it and 100- 28= 72 do not. There are 15 couples, 15 husbands and 15 wives, included in those. So there are 21- 15= 6 husbands whose wives do NOT vote and 28- 15= 13 wives whose husbands do not vote. So the probability a wife votes when her husband does not is 13/100= 0.13
 
HallsofIvy said:
Another way of looking at it: imagine 100 couples. Then 21 husbands vote and 100- 21= 79 do not. Similarly 28 wives vote for it and 100- 28= 72 do not. There are 15 couples, 15 husbands and 15 wives, included in those. So there are 21- 15= 6 husbands whose wives do NOT vote and 28- 15= 13 wives whose husbands do not vote. So the probability a wife votes when her husband does not is 13/100= 0.13

I'm sorry but I lost you at that part..

Thanks for further trying to clarify it, HallsofIvy. :)