edited by
2,724 views
9 votes
9 votes

Let $A$ and $B$ be two events in a probability space with $P(A)=0.3, P(B)=0.5$, and $P(A \cap B)=0.1$. Which of the following statements is/are TRUE?

  1. The two events $A$ and $B$ are independent
  2. $P(A \cup B)=0.7$
  3. $P\left(A \cap B^c\right)=0.2$, where $B^c$ is the complement of the event $B$ 
  4. $P\left(A^c \cap B^c\right)=0.4$, where $A^c$ and $B^c$ are the complements of the events $A$ and $B$, respectively 
edited by

2 Answers

7 votes
7 votes

The fastest way to solve these type of question is with the help of Venn Diagram. 

For this question, Venn Diagram will look like this : 

 

P(A) = 0.3, P(B) = 0.5, P(A  $\cap$ B) = 0.1

Let's try to observe every option one by one.

 

Option A : The two events 𝐴 and 𝐵 are independent

Two events are said to be Independent when : P(A $\cap$ B) = P(A).P(B)

P(A $\cap$ B) = 0.1

P(A).P(B) = 0.3 x 0.5 = 0.15

P(A $\cap$ B) $\neq$ P(A).P(B)

So, Option A is Incorrect.

 

Option B : P(A $\cup$ B) = 0.7.

P(A $\cup$ B) = P(A) + P(B) - P(A $\cap$ B) 

= 0.3 + 0.5 - 0.1 = 0.7

So, Option B is Correct.

 

Option C : P($A \cap B^{c}$) = 0.2

P($A \cap B^{c}$) = P(A-B) = P(Only A) = 0.2

From Above Venn diagram it is clear that this is True.

So, Option C is Correct.

 

Option D : P($A^{c} \cap B^{c}$) = 0.4

P($A^{c} \cap B^{c}$) = P($(A \cup B)^{c}$) = 1 - P(A $\cup$ B)

From venn diagram it is clear that this value is 0.3 not 0.4.

This statement is False.

So, Option D is Incorrect.

 


 

Correct Answer : B, C

2 votes
2 votes

P(A u B) = 0.7, Option B is correct

P(A)*P(B) = 0.15, Option A is incorrect as for independent events P(A n B) = P(A)*P(B)

For C, it will be equal to P(A) - P(A n B) = 0.3 - 0.1 = 0.2, So C is correct

For D, it is 1 - P(AuB) = 1 - 0.7 = 0.3, So D is incorrect.

Answers: B,C

Answer:

Related questions

3.1k
views
2 answers
5 votes
Arjun asked Feb 16
3,088 views
Consider a permutation sampled uniformly at random from the set of all permutations of $\{1,2,3, \cdots, n\}$ for some $n \geq 4$. Let $X$ be the ... independentEither event $X$ or $Y$ must occurEvent $X$ is more likely than event $Y$
3.0k
views
2 answers
2 votes
Arjun asked Feb 16
2,997 views
A bag contains $10$ red balls and $15$ blue balls. Two balls are drawn randomly without replacement. Given that the first ball drawn is red, the probability (rounded off to $3$ decimal places) that both balls drawn are red is ___________.
4.4k
views
2 answers
7 votes
Arjun asked Feb 16
4,446 views
Which of the following statements about a relation $\mathbf{R}$ in first normal form $\text{(1NF)}$ is/are TRUE?$\mathbf{R}$ can have a multi- ... $\mathbf{R}$ cannot have more than one candidate key
3.4k
views
1 answers
2 votes
Arjun asked Feb 16
3,440 views
Let $L_1, L_2$ be two regular languages and $L_3$ a language which is not regular.Which of the following statements is/are always TRUE?$L_1=L_2$ if and only ... $\overline{L_1} \cup \overline{L_2}$ is regular