in Probability edited by
974 views
20 votes
20 votes
Suppose $A$ and $B$ are independent events. Consider the following probabilities.
$$
\begin{aligned}
& P(A, B)=0.15 \\
& P\left(A, B^c\right)=0.45 \\
& P\left(A^c, B\right)=x \\
& P\left(A^c, B^c\right)=y
\end{aligned}
$$
What will be the value of $x+y?$
in Probability edited by
974 views

4 Answers

18 votes
18 votes
Best answer

 

For each level in the tree diagram the Sum of all  Node probability should be sum to 1 . 

0.15 + x + 0.45 + y = 1 ;

x+y = 0.4 

selected by

1 comment

Very nice
2
2
27 votes
27 votes

$A$ and $B$ are independent boolean variables.

Using the $total$ $probability$,

$P(A) = P(A,B^{C}) + P(A,B) = 0.15 + 0.45 = 0.6$

$P(A^{C}) = P(A^{C},B) + P(A^{C},B^{C}) = x + y$

$\therefore x + y = P(A^{c}) = 1 – P(A) = 1- 0.6 = 0.4$

$Ans: 0.4$

3 Comments

Nice! This is how the question is meant to be solved.
2
2
wow...I liked your observation.
2
2

Thank you @Suraj Reddy & @Satyam Naik

It really means a lot.😊

1
1
5 votes
5 votes
solving first two equations we get P(B)=0.25 and P(A) = 0.6

x+y = $P(A^{C},B) + P(A^{{C}},B^{{C}})$

x+y = $P(A^{^{C^{}}})P(B)+P(A^{^{C^{}}})P(B^{^{C}})$

x+y = $P(A^{^{C^{}}})[P(B)+P(B^{^{C}})]$

x+y = $P(A^{C})$    

x+y = 0.4

2 Comments

how you calculated the p(b) plz tell
0
0
divide equation 1 and 2 , P(A) gets canceled out you are left with $P(B)\div P(B^{C}) = 1/3$ now since $P(B^{C}) = 1 - P(B)$ substitute and cross multiply you will get P(B) = 0.25

P.S. – the question does not require us to find P(B)
0
0
0 votes
0 votes
P(A|B)=P(A∩B)/P(B),  P(A’|B)=1-P(A|B)=1-{P(A∩B)/P(B)}

 

 

 

          A

                        =>P(A’∩B)/P(B)={P(B)-P(A∩B)}/P(B) =>P(A’∩B)=P(B)-P(A∩B)...(i)
B                      P(A|B’)=P(A∩B’)/P(B’), P(A’|B’)=1-P(A|B’)=1-{P(A∩B’)/P(B’)}

                        =>P(A’∩B’)/P(B’)={P(B’)-P(A∩B’)}/P(B’) =>P(A’∩B’)=P(B’)-P(A∩B’)...(ii)
          A’           From (i)+(ii) we get that

 

 

          A           P(B)+P(B’)=P(A’∩B)+P(A∩B)+P(A’∩B’)+P(A∩B’)=P(A’,B)+P(A,B)+P(A’,B’)+P(A,B’)=x+0.15+y+0.45=x+y+0.6

B’                    1=x+y+0.6 =>x+y=0.4

          A’
edited by
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true