Probability and condition
up vote
1
down vote
favorite
I have a simple problem where I am getting 2 different results.
Its given that
$P(A) = 0.22, ;P(B) = 0.35,; P(A cup B) = 0.54$
Now using below method
$P(A) + P(B) - P(A cap B) = P(A cup B)$
$0.22 + 0.35 - P(A cap B) = 0.54$
$P(A cap B) = 0.03$
Now using a simple method
$P(A) cdot P(B) = P(A cap B)$
$P(A cap B) = 0.077$
Can someone explain where my understanding is incorrect?
probability
add a comment |
up vote
1
down vote
favorite
I have a simple problem where I am getting 2 different results.
Its given that
$P(A) = 0.22, ;P(B) = 0.35,; P(A cup B) = 0.54$
Now using below method
$P(A) + P(B) - P(A cap B) = P(A cup B)$
$0.22 + 0.35 - P(A cap B) = 0.54$
$P(A cap B) = 0.03$
Now using a simple method
$P(A) cdot P(B) = P(A cap B)$
$P(A cap B) = 0.077$
Can someone explain where my understanding is incorrect?
probability
3
the second equality $P(A)P(B)=P(Acap B) $ holds iff $A$ and $B$ are independenly. You just showed thati this is not the case
– ALG
Nov 17 at 10:28
If e.g. $Asubseteq B$ then $P(Acap B)=P(A)=0.22$. As @ALG says: the equality $P(Acap B)=P(A)P(B)$ states that $A$ and $B$ are independent events, which is not always the case.
– drhab
Nov 17 at 10:32
@ALG can you please explain how do did you infer from above that 2 events are not independent.
– LoveWithMaths
Nov 17 at 12:10
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have a simple problem where I am getting 2 different results.
Its given that
$P(A) = 0.22, ;P(B) = 0.35,; P(A cup B) = 0.54$
Now using below method
$P(A) + P(B) - P(A cap B) = P(A cup B)$
$0.22 + 0.35 - P(A cap B) = 0.54$
$P(A cap B) = 0.03$
Now using a simple method
$P(A) cdot P(B) = P(A cap B)$
$P(A cap B) = 0.077$
Can someone explain where my understanding is incorrect?
probability
I have a simple problem where I am getting 2 different results.
Its given that
$P(A) = 0.22, ;P(B) = 0.35,; P(A cup B) = 0.54$
Now using below method
$P(A) + P(B) - P(A cap B) = P(A cup B)$
$0.22 + 0.35 - P(A cap B) = 0.54$
$P(A cap B) = 0.03$
Now using a simple method
$P(A) cdot P(B) = P(A cap B)$
$P(A cap B) = 0.077$
Can someone explain where my understanding is incorrect?
probability
probability
edited Nov 17 at 13:22
amWhy
191k27223438
191k27223438
asked Nov 17 at 10:23
LoveWithMaths
267
267
3
the second equality $P(A)P(B)=P(Acap B) $ holds iff $A$ and $B$ are independenly. You just showed thati this is not the case
– ALG
Nov 17 at 10:28
If e.g. $Asubseteq B$ then $P(Acap B)=P(A)=0.22$. As @ALG says: the equality $P(Acap B)=P(A)P(B)$ states that $A$ and $B$ are independent events, which is not always the case.
– drhab
Nov 17 at 10:32
@ALG can you please explain how do did you infer from above that 2 events are not independent.
– LoveWithMaths
Nov 17 at 12:10
add a comment |
3
the second equality $P(A)P(B)=P(Acap B) $ holds iff $A$ and $B$ are independenly. You just showed thati this is not the case
– ALG
Nov 17 at 10:28
If e.g. $Asubseteq B$ then $P(Acap B)=P(A)=0.22$. As @ALG says: the equality $P(Acap B)=P(A)P(B)$ states that $A$ and $B$ are independent events, which is not always the case.
– drhab
Nov 17 at 10:32
@ALG can you please explain how do did you infer from above that 2 events are not independent.
– LoveWithMaths
Nov 17 at 12:10
3
3
the second equality $P(A)P(B)=P(Acap B) $ holds iff $A$ and $B$ are independenly. You just showed thati this is not the case
– ALG
Nov 17 at 10:28
the second equality $P(A)P(B)=P(Acap B) $ holds iff $A$ and $B$ are independenly. You just showed thati this is not the case
– ALG
Nov 17 at 10:28
If e.g. $Asubseteq B$ then $P(Acap B)=P(A)=0.22$. As @ALG says: the equality $P(Acap B)=P(A)P(B)$ states that $A$ and $B$ are independent events, which is not always the case.
– drhab
Nov 17 at 10:32
If e.g. $Asubseteq B$ then $P(Acap B)=P(A)=0.22$. As @ALG says: the equality $P(Acap B)=P(A)P(B)$ states that $A$ and $B$ are independent events, which is not always the case.
– drhab
Nov 17 at 10:32
@ALG can you please explain how do did you infer from above that 2 events are not independent.
– LoveWithMaths
Nov 17 at 12:10
@ALG can you please explain how do did you infer from above that 2 events are not independent.
– LoveWithMaths
Nov 17 at 12:10
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
The "simple method" is clearly incorrect, as the independence of $A$ and $B$, an assumption the method makes, has not been established beforehand. Therefore it cannot be applied at all, and the Venn diagram approach has to be employed instead.
By deriving $P(Acap B)$ through this correct approach, we do show that $A$ and $B$ are not independent, but that is beyond the scope of the question.
Its not clear how the probabilities given shows that they are not independent event. Can you please explain ? how its intuitive to you ?
– LoveWithMaths
Nov 17 at 11:54
can you please elaborate as i do not understand.
– LoveWithMaths
Nov 17 at 13:03
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
The "simple method" is clearly incorrect, as the independence of $A$ and $B$, an assumption the method makes, has not been established beforehand. Therefore it cannot be applied at all, and the Venn diagram approach has to be employed instead.
By deriving $P(Acap B)$ through this correct approach, we do show that $A$ and $B$ are not independent, but that is beyond the scope of the question.
Its not clear how the probabilities given shows that they are not independent event. Can you please explain ? how its intuitive to you ?
– LoveWithMaths
Nov 17 at 11:54
can you please elaborate as i do not understand.
– LoveWithMaths
Nov 17 at 13:03
add a comment |
up vote
1
down vote
The "simple method" is clearly incorrect, as the independence of $A$ and $B$, an assumption the method makes, has not been established beforehand. Therefore it cannot be applied at all, and the Venn diagram approach has to be employed instead.
By deriving $P(Acap B)$ through this correct approach, we do show that $A$ and $B$ are not independent, but that is beyond the scope of the question.
Its not clear how the probabilities given shows that they are not independent event. Can you please explain ? how its intuitive to you ?
– LoveWithMaths
Nov 17 at 11:54
can you please elaborate as i do not understand.
– LoveWithMaths
Nov 17 at 13:03
add a comment |
up vote
1
down vote
up vote
1
down vote
The "simple method" is clearly incorrect, as the independence of $A$ and $B$, an assumption the method makes, has not been established beforehand. Therefore it cannot be applied at all, and the Venn diagram approach has to be employed instead.
By deriving $P(Acap B)$ through this correct approach, we do show that $A$ and $B$ are not independent, but that is beyond the scope of the question.
The "simple method" is clearly incorrect, as the independence of $A$ and $B$, an assumption the method makes, has not been established beforehand. Therefore it cannot be applied at all, and the Venn diagram approach has to be employed instead.
By deriving $P(Acap B)$ through this correct approach, we do show that $A$ and $B$ are not independent, but that is beyond the scope of the question.
edited Nov 17 at 13:09
answered Nov 17 at 10:30
Parcly Taxel
41k137198
41k137198
Its not clear how the probabilities given shows that they are not independent event. Can you please explain ? how its intuitive to you ?
– LoveWithMaths
Nov 17 at 11:54
can you please elaborate as i do not understand.
– LoveWithMaths
Nov 17 at 13:03
add a comment |
Its not clear how the probabilities given shows that they are not independent event. Can you please explain ? how its intuitive to you ?
– LoveWithMaths
Nov 17 at 11:54
can you please elaborate as i do not understand.
– LoveWithMaths
Nov 17 at 13:03
Its not clear how the probabilities given shows that they are not independent event. Can you please explain ? how its intuitive to you ?
– LoveWithMaths
Nov 17 at 11:54
Its not clear how the probabilities given shows that they are not independent event. Can you please explain ? how its intuitive to you ?
– LoveWithMaths
Nov 17 at 11:54
can you please elaborate as i do not understand.
– LoveWithMaths
Nov 17 at 13:03
can you please elaborate as i do not understand.
– LoveWithMaths
Nov 17 at 13:03
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002175%2fprobability-and-condition%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
the second equality $P(A)P(B)=P(Acap B) $ holds iff $A$ and $B$ are independenly. You just showed thati this is not the case
– ALG
Nov 17 at 10:28
If e.g. $Asubseteq B$ then $P(Acap B)=P(A)=0.22$. As @ALG says: the equality $P(Acap B)=P(A)P(B)$ states that $A$ and $B$ are independent events, which is not always the case.
– drhab
Nov 17 at 10:32
@ALG can you please explain how do did you infer from above that 2 events are not independent.
– LoveWithMaths
Nov 17 at 12:10