A English

Odds in favor and odds against, Addition theorem on probability Questions in English

Class 11 Mathematics · Probability · Odds in favor and odds against, Addition theorem on probability

127+

Questions

English

Language

100%

With Solutions

Showing 27 of 127 questions in English

101
DifficultMCQ
The three ships namely $A$,$B$ and $C$ sail from India to Africa. If the odds in favour of the ships reaching safely are $2:5$,$3:7$ and $6:11$ respectively,then the probability of all of them arriving safely is
A
$\frac{18}{595}$
B
$\frac{11}{34}$
C
$\frac{196}{217}$
D
$\frac{1}{595}$

Solution

(A) The probability that ship $A$ reaches safely is $P(A) = \frac{2}{2+5} = \frac{2}{7}$.
The probability that ship $B$ reaches safely is $P(B) = \frac{3}{3+7} = \frac{3}{10}$.
The probability that ship $C$ reaches safely is $P(C) = \frac{6}{6+11} = \frac{6}{17}$.
Since the events are independent,the probability that all of them arrive safely is $P(A \cap B \cap C) = P(A) \times P(B) \times P(C)$.
$P(A \cap B \cap C) = \frac{2}{7} \times \frac{3}{10} \times \frac{6}{17} = \frac{36}{1190} = \frac{18}{595}$.
102
MediumMCQ
Three critics review a book. For the three critics,the odds in favour of the book are $(5: 2)$,$(4: 3)$ and $(3: 4)$ respectively. The probability that the majority is in favour of the book is
A
$\frac{149}{343}$
B
$\frac{185}{343}$
C
$\frac{209}{343}$
D
$\frac{129}{343}$

Solution

(C) Let $P(C_1), P(C_2), P(C_3)$ be the probabilities that the three critics are in favour of the book.
Given the odds in favour are $(5: 2), (4: 3), (3: 4)$,we have:
$P(C_1) = \frac{5}{5+2} = \frac{5}{7}, P(\bar{C}_1) = \frac{2}{7}$
$P(C_2) = \frac{4}{4+3} = \frac{4}{7}, P(\bar{C}_2) = \frac{3}{7}$
$P(C_3) = \frac{3}{3+4} = \frac{3}{7}, P(\bar{C}_3) = \frac{4}{7}$
For the majority to be in favour,at least two critics must be in favour.
Required probability $= P(C_1)P(C_2)P(\bar{C}_3) + P(C_1)P(\bar{C}_2)P(C_3) + P(\bar{C}_1)P(C_2)P(C_3) + P(C_1)P(C_2)P(C_3)$
$= (\frac{5}{7} \times \frac{4}{7} \times \frac{4}{7}) + (\frac{5}{7} \times \frac{3}{7} \times \frac{3}{7}) + (\frac{2}{7} \times \frac{4}{7} \times \frac{3}{7}) + (\frac{5}{7} \times \frac{4}{7} \times \frac{3}{7})$
$= \frac{80}{343} + \frac{45}{343} + \frac{24}{343} + \frac{60}{343} = \frac{209}{343}$
103
EasyMCQ
$A, B, C$ are three events,one of which must and only one can happen. The odds in favour of $A$ are $4:6$,and the odds against $B$ are $7:3$. Then,the odds against $C$ are:
A
$7:3$
B
$3:7$
C
$6:4$
D
$4:6$

Solution

(A) Given that $A, B, C$ are mutually exclusive and exhaustive events,we have $P(A) + P(B) + P(C) = 1$.
Odds in favour of $A$ are $4:6$,so $P(A) = \frac{4}{4+6} = \frac{4}{10} = \frac{2}{5}$.
Odds against $B$ are $7:3$,which means odds in favour of $B$ are $3:7$,so $P(B) = \frac{3}{3+7} = \frac{3}{10}$.
Substituting these into the equation: $\frac{2}{5} + \frac{3}{10} + P(C) = 1$.
$\frac{4}{10} + \frac{3}{10} + P(C) = 1$ $\Rightarrow \frac{7}{10} + P(C) = 1$ $\Rightarrow P(C) = 1 - \frac{7}{10} = \frac{3}{10}$.
Odds against $C$ are given by $\frac{1 - P(C)}{P(C)} = \frac{1 - \frac{3}{10}}{\frac{3}{10}} = \frac{\frac{7}{10}}{\frac{3}{10}} = \frac{7}{3}$.
Thus,the odds against $C$ are $7:3$.
104
MediumMCQ
The odds in favour of drawing a king from a pack of $52$ playing cards is
A
$1:12$
B
$4:1$
C
$12:1$
D
$1:4$

Solution

(A) Total number of cards $= 52$.
Number of kings in a pack $= 4$.
Number of non-king cards $= 52 - 4 = 48$.
The odds in favour of an event $E$ are defined as the ratio of the number of favourable outcomes to the number of unfavourable outcomes.
Odds in favour of drawing a king $= \frac{\text{Number of kings}}{\text{Number of non-king cards}} = \frac{4}{48} = \frac{1}{12}$.
Thus,the odds in favour are $1:12$.
105
MediumMCQ
The odds in favour of getting a sum that is a multiple of $3$,when a pair of dice is thrown,is:
A
$1: 2$
B
$2: 3$
C
$1: 1$
D
$3: 4$

Solution

(A) When a pair of dice is thrown,the total number of outcomes is $6 \times 6 = 36$.
The sums that are multiples of $3$ are $3, 6, 9,$ and $12$.
The favourable outcomes are:
Sum $3$: $(1, 2), (2, 1)$ ($2$ outcomes)
Sum $6$: $(1, 5), (2, 4), (3, 3), (4, 2), (5, 1)$ ($5$ outcomes)
Sum $9$: $(3, 6), (4, 5), (5, 4), (6, 3)$ ($4$ outcomes)
Sum $12$: $(6, 6)$ ($1$ outcome)
Total number of favourable outcomes $= 2 + 5 + 4 + 1 = 12$.
Number of unfavourable outcomes $= 36 - 12 = 24$.
The odds in favour are defined as $\frac{\text{Number of favourable outcomes}}{\text{Number of unfavourable outcomes}} = \frac{12}{24} = \frac{1}{2}$ or $1: 2$.
106
MediumMCQ
The odds against solving a problem by $A$ and $B$ are $3:2$ and $2:1$ respectively. The probability that the problem will be solved is:
A
$\frac{3}{5}$
B
$\frac{2}{15}$
C
$\frac{2}{5}$
D
$\frac{11}{15}$

Solution

(A) The odds against $A$ solving the problem are $3:2$,so the probability that $A$ solves it is $P(A) = \frac{2}{3+2} = \frac{2}{5}$. The probability that $A$ fails is $P(\bar{A}) = 1 - \frac{2}{5} = \frac{3}{5}$.
The odds against $B$ solving the problem are $2:1$,so the probability that $B$ solves it is $P(B) = \frac{1}{2+1} = \frac{1}{3}$. The probability that $B$ fails is $P(\bar{B}) = 1 - \frac{1}{3} = \frac{2}{3}$.
The problem is solved if at least one of them solves it. This is the complement of the event that both fail to solve the problem.
$P(\text{solved}) = 1 - P(\bar{A} \cap \bar{B}) = 1 - P(\bar{A}) \cdot P(\bar{B})$
$P(\text{solved}) = 1 - (\frac{3}{5} \cdot \frac{2}{3}) = 1 - \frac{6}{15} = 1 - \frac{2}{5} = \frac{3}{5}$.
107
DifficultMCQ
There are three events $A, B, C$,one of which must and only one can happen. The odds are $8:3$ against $A$,$5:2$ against $B$,and the odds against $C$ are $43:17k$. Then the value of $k$ is:
A
$\frac{1}{2}$
B
$2$
C
$\frac{1}{3}$
D
$\frac{1}{4}$

Solution

(B) Given that events $A, B, C$ are mutually exclusive and exhaustive,we have $P(A) + P(B) + P(C) = 1$.
Odds against $A$ are $8:3$,so $P(A) = \frac{3}{8+3} = \frac{3}{11}$.
Odds against $B$ are $5:2$,so $P(B) = \frac{2}{5+2} = \frac{2}{7}$.
Since $P(A) + P(B) + P(C) = 1$,we have $P(C) = 1 - (\frac{3}{11} + \frac{2}{7}) = 1 - (\frac{21+22}{77}) = 1 - \frac{43}{77} = \frac{34}{77}$.
The odds against $C$ are given by $\frac{P(C^c)}{P(C)} = \frac{1 - P(C)}{P(C)} = \frac{1 - 34/77}{34/77} = \frac{43/77}{34/77} = \frac{43}{34}$.
Given the odds against $C$ are $43:17k$,we equate: $\frac{43}{17k} = \frac{43}{34}$.
Thus,$17k = 34$,which implies $k = 2$.
108
MediumMCQ
If $A$ and $B$ are independent events such that odds in favour of $A$ is $2:3$ and odds against $B$ is $4:5$,then $P(A \cap B)=$
A
$\frac{1}{9}$
B
$\frac{4}{5}$
C
$\frac{2}{9}$
D
$\frac{3}{9}$

Solution

(C) Given that the odds in favour of $A$ are $2:3$,so $P(A) = \frac{2}{2+3} = \frac{2}{5}$.
Given that the odds against $B$ are $4:5$,so the odds in favour of $B$ are $5:4$,which means $P(B) = \frac{5}{5+4} = \frac{5}{9}$.
Since $A$ and $B$ are independent events,the probability of their intersection is given by $P(A \cap B) = P(A) \times P(B)$.
Substituting the values,we get $P(A \cap B) = \frac{2}{5} \times \frac{5}{9} = \frac{2}{9}$.
109
EasyMCQ
$A$,$B$,and $C$ are three events,one of which must and only one can happen. The odds in favor of $A$ are $4 : 6$,and the odds against $B$ are $7 : 3$. Thus,the odds against $C$ are:
A
$7 : 3$
B
$4 : 6$
C
$6 : 4$
D
$3 : 7$

Solution

(A) Given that $A$,$B$,and $C$ are mutually exclusive and exhaustive events,we have $P(A) + P(B) + P(C) = 1$.
Odds in favor of $A$ are $4 : 6$,so $P(A) = \frac{4}{4+6} = \frac{4}{10}$.
Odds against $B$ are $7 : 3$,which means odds in favor of $B$ are $3 : 7$,so $P(B) = \frac{3}{3+7} = \frac{3}{10}$.
Substituting these into the sum: $\frac{4}{10} + \frac{3}{10} + P(C) = 1$.
$\frac{7}{10} + P(C) = 1 \implies P(C) = 1 - \frac{7}{10} = \frac{3}{10}$.
The probability of the complement event $C'$ is $P(C') = 1 - P(C) = 1 - \frac{3}{10} = \frac{7}{10}$.
The odds against $C$ are defined as $P(C') : P(C) = \frac{7}{10} : \frac{3}{10} = 7 : 3$.
110
MediumMCQ
Three critics review a book. For the three critics,the odds in favour of the book are $2:5$,$3:4$,and $4:3$ respectively. The probability that the majority is in favour of the book is given by
A
$\frac{183}{343}$
B
$\frac{160}{343}$
C
$\frac{209}{343}$
D
$\frac{134}{343}$

Solution

(D) The probability that the first critic favours the book is $P(A) = \frac{2}{2+5} = \frac{2}{7}$.
$\therefore P(A') = 1 - \frac{2}{7} = \frac{5}{7}$.
The probability that the second critic favours the book is $P(B) = \frac{3}{3+4} = \frac{3}{7}$.
$\therefore P(B') = 1 - \frac{3}{7} = \frac{4}{7}$.
The probability that the third critic favours the book is $P(C) = \frac{4}{4+3} = \frac{4}{7}$.
$\therefore P(C') = 1 - \frac{4}{7} = \frac{3}{7}$.
Majority will be in favour of the book if at least two critics favour the book.
Hence,the probability is $P(A \cap B \cap C') + P(A \cap B' \cap C) + P(A' \cap B \cap C) + P(A \cap B \cap C)$.
$= P(A) \cdot P(B) \cdot P(C') + P(A) \cdot P(B') \cdot P(C) + P(A') \cdot P(B) \cdot P(C) + P(A) \cdot P(B) \cdot P(C)$.
$= \left(\frac{2}{7} \times \frac{3}{7} \times \frac{3}{7}\right) + \left(\frac{2}{7} \times \frac{4}{7} \times \frac{4}{7}\right) + \left(\frac{5}{7} \times \frac{3}{7} \times \frac{4}{7}\right) + \left(\frac{2}{7} \times \frac{3}{7} \times \frac{4}{7}\right)$.
$= \frac{18}{343} + \frac{32}{343} + \frac{60}{343} + \frac{24}{343} = \frac{134}{343}$.
111
MediumMCQ
The odds against a certain event are $5: 2$ and the odds in favour of another independent event are $6: 5$. The probability that at least one of the events will happen,is
A
$\frac{25}{77}$
B
$\frac{52}{77}$
C
$\frac{12}{77}$
D
$\frac{65}{77}$

Solution

(B) Let $A$ and $B$ be two independent events.
The odds against event $A$ are $5:2$,so the probability of $A$ occurring is $P(A) = \frac{2}{5+2} = \frac{2}{7}$.
The probability of $A$ not occurring is $P(\bar{A}) = 1 - \frac{2}{7} = \frac{5}{7}$.
The odds in favour of event $B$ are $6:5$,so the probability of $B$ occurring is $P(B) = \frac{6}{6+5} = \frac{6}{11}$.
The probability of $B$ not occurring is $P(\bar{B}) = 1 - \frac{6}{11} = \frac{5}{11}$.
Since the events are independent,the probability that at least one event happens is $P(A \cup B) = 1 - P(\bar{A} \cap \bar{B}) = 1 - P(\bar{A})P(\bar{B})$.
$P(A \cup B) = 1 - (\frac{5}{7} \times \frac{5}{11}) = 1 - \frac{25}{77} = \frac{77-25}{77} = \frac{52}{77}$.
112
EasyMCQ
If $A$ and $B$ are mutually exclusive events,$P(A) = \frac{1}{2}$,$P(A \cup B) = \frac{3}{5}$,and $P(B') = p$,then $p = $ . . . . . . .
A
$\frac{1}{5}$
B
$\frac{2}{5}$
C
$\frac{9}{10}$
D
$\frac{1}{10}$

Solution

(C) Since $A$ and $B$ are mutually exclusive events,$P(A \cap B) = 0$.
We know that $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
Substituting the given values: $\frac{3}{5} = \frac{1}{2} + P(B) - 0$.
$P(B) = \frac{3}{5} - \frac{1}{2} = \frac{6 - 5}{10} = \frac{1}{10}$.
We are given $P(B') = p$.
Since $P(B') = 1 - P(B)$,we have $p = 1 - \frac{1}{10} = \frac{9}{10}$.
Thus,the correct option is $C$.
113
EasyMCQ
For two events $A$ and $B$,$P(A)=0.5$,$P(A \cup B)=0.6$ and $P(B)=K$ are given. If $A$ and $B$ are independent events,then $K=$ . . . . . . .
A
$0.1$
B
$0.2$
C
$0.11$
D
$0$

Solution

(B) Given: $P(A)=0.5$,$P(A \cup B)=0.6$,and $P(B)=K$.
Since $A$ and $B$ are independent events,the probability of their intersection is given by $P(A \cap B) = P(A) \times P(B) = 0.5K$.
Using the addition theorem of probability: $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
Substituting the given values: $0.6 = 0.5 + K - 0.5K$.
Simplifying the equation: $0.6 = 0.5 + 0.5K$.
Subtracting $0.5$ from both sides: $0.1 = 0.5K$.
Solving for $K$: $K = \frac{0.1}{0.5} = 0.2$.
114
EasyMCQ
If $A$ and $B$ are mutually exclusive events,given that $P(A)=\frac{3}{5}$ and $P(B)=\frac{1}{5}$,then $P(A \text{ or } B)$ is
A
$0.8$
B
$0.6$
C
$0.4$
D
$0.2$

Solution

(A) Given that $A$ and $B$ are mutually exclusive events,the probability of $A$ or $B$ is given by the addition rule for mutually exclusive events:
$P(A \cup B) = P(A) + P(B)$
Substituting the given values:
$P(A \cup B) = \frac{3}{5} + \frac{1}{5} = \frac{4}{5}$
Converting the fraction to decimal:
$\frac{4}{5} = 0.8$
115
EasyMCQ
If $A$ and $B$ are two events of a random experiment such that $P(A \cup B) = 0.65$ and $P(A \cap B) = 0.15$,then $P(\overline{A}) + P(\overline{B}) = $
A
$0.5$
B
$1.0$
C
$1.2$
D
$0.8$

Solution

(C) We know that for any two events $A$ and $B$,the addition theorem of probability states:
$P(A \cup B) = P(A) + P(B) - P(A \cap B)$
Substituting the given values:
$0.65 = P(A) + P(B) - 0.15$
$P(A) + P(B) = 0.65 + 0.15 = 0.8$
We are asked to find $P(\overline{A}) + P(\overline{B})$.
Using the complement rule $P(\overline{E}) = 1 - P(E)$:
$P(\overline{A}) + P(\overline{B}) = (1 - P(A)) + (1 - P(B))$
$= 2 - (P(A) + P(B))$
$= 2 - 0.8 = 1.2$
116
EasyMCQ
If a card is drawn at random from a well-shuffled pack of $52$ playing cards,then the probability that it is either an ace or a spade card is
A
$\frac{4}{13}$
B
$\frac{1}{13}$
C
$\frac{1}{52}$
D
$\frac{17}{52}$

Solution

(A) Total number of cards in a pack $= 52$.
Number of sample space $n(S) = 52$.
Let $A$ be the event of drawing an ace and $B$ be the event of drawing a spade.
Number of aces $n(A) = 4$.
Number of spades $n(B) = 13$.
The number of cards that are both an ace and a spade is $n(A \cap B) = 1$.
Using the addition rule of probability: $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
$P(A \cup B) = \frac{4}{52} + \frac{13}{52} - \frac{1}{52} = \frac{16}{52}$.
Simplifying the fraction,we get $\frac{16}{52} = \frac{4}{13}$.
117
EasyMCQ
$A$ person $P$ speaks the truth in $75\%$ of cases and another person $R$ in $80\%$ of cases. What is the probability that they are likely to contradict each other in narrating the same event?
A
$\frac{7}{20}$
B
$\frac{7}{10}$
C
$0.2$
D
$0.3$

Solution

(A) Let $P(P)$ be the probability that person $P$ speaks the truth and $P(R)$ be the probability that person $R$ speaks the truth.
Given: $P(P) = \frac{75}{100} = \frac{3}{4}$ and $P(R) = \frac{80}{100} = \frac{4}{5}$.
Consequently,the probabilities of them lying are $P(P') = 1 - \frac{3}{4} = \frac{1}{4}$ and $P(R') = 1 - \frac{4}{5} = \frac{1}{5}$.
They contradict each other if one speaks the truth and the other lies.
Case $I$: $P$ speaks the truth and $R$ lies: $P(P) \times P(R') = \frac{3}{4} \times \frac{1}{5} = \frac{3}{20}$.
Case $II$: $R$ speaks the truth and $P$ lies: $P(R) \times P(P') = \frac{4}{5} \times \frac{1}{4} = \frac{4}{20}$.
Total probability of contradiction $= \frac{3}{20} + \frac{4}{20} = \frac{7}{20}$.
118
MediumMCQ
Two candidates $A$ and $B$ have attended an interview conducted by a recruitment board for two jobs. If the probability that candidate $A$ will get the job is $0.8$ and the probability that candidate $B$ will get the job is $0.7$,then the probability that at least one of them will get the job is
A
$0.96$
B
$0.94$
C
$0.92$
D
$0.9$

Solution

(B) Let $P(A)$ be the probability that candidate $A$ gets the job and $P(B)$ be the probability that candidate $B$ gets the job.
Given: $P(A) = 0.8$ and $P(B) = 0.7$.
Since the events are independent,the probability that both get the job is $P(A \cap B) = P(A) \times P(B) = 0.8 \times 0.7 = 0.56$.
The probability that at least one of them gets the job is given by $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
$P(A \cup B) = 0.8 + 0.7 - 0.56 = 1.5 - 0.56 = 0.94$.
119
EasyMCQ
If $A$ and $B$ are two events with $P(A \cap B) = \frac{1}{3}$,$P(A \cup B) = \frac{5}{6}$,and $P(A^C) = \frac{1}{2}$,then the value of $P(B^C)$ is
A
$\frac{1}{2}$
B
$\frac{1}{3}$
C
$\frac{2}{3}$
D
$\frac{5}{6}$

Solution

(B) We know that $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
Since $P(A) = 1 - P(A^C) = 1 - \frac{1}{2} = \frac{1}{2}$.
Substituting the values into the addition theorem of probability:
$\frac{5}{6} = \frac{1}{2} + P(B) - \frac{1}{3}$.
$\frac{5}{6} = \frac{3-2}{6} + P(B) = \frac{1}{6} + P(B)$.
$P(B) = \frac{5}{6} - \frac{1}{6} = \frac{4}{6} = \frac{2}{3}$.
Therefore,$P(B^C) = 1 - P(B) = 1 - \frac{2}{3} = \frac{1}{3}$.
120
EasyMCQ
For any two events $A$ and $B$,if $P(A \cup B) = a P(A \cap B) + b P(A) + c P(B)$,then $3a + 2b + 5c = ?$
A
$2$
B
$4$
C
$3$
D
$1$

Solution

(B) We know that for any two events $A$ and $B$,the addition theorem of probability is given by:
$P(A \cup B) = P(A) + P(B) - P(A \cap B)$
Comparing this with the given equation:
$P(A \cup B) = a P(A \cap B) + b P(A) + c P(B)$
We get the coefficients as:
$a = -1, b = 1, c = 1$
Now,substituting these values into the expression $3a + 2b + 5c$:
$3(-1) + 2(1) + 5(1) = -3 + 2 + 5 = 4$
Thus,the value is $4$.
121
EasyMCQ
The probabilities that $A$ and $B$ speak the truth are $\frac{4}{5}$ and $\frac{3}{4}$ respectively. The probability that they contradict each other when asked to speak on a fact is
A
$\frac{1}{5}$
B
$\frac{3}{20}$
C
$\frac{4}{20}$
D
$\frac{7}{20}$

Solution

(D) Let $P(A)$ be the probability that $A$ speaks the truth and $P(B)$ be the probability that $B$ speaks the truth.
Given,$P(A) = \frac{4}{5}$ and $P(B) = \frac{3}{4}$.
The probability that $A$ does not speak the truth is $P(\overline{A}) = 1 - P(A) = 1 - \frac{4}{5} = \frac{1}{5}$.
The probability that $B$ does not speak the truth is $P(\overline{B}) = 1 - P(B) = 1 - \frac{3}{4} = \frac{1}{4}$.
They contradict each other if one speaks the truth and the other lies.
Thus,the probability of contradiction is $P(A \cap \overline{B}) + P(\overline{A} \cap B) = P(A) \cdot P(\overline{B}) + P(\overline{A}) \cdot P(B)$.
Substituting the values: $(\frac{4}{5} \times \frac{1}{4}) + (\frac{1}{5} \times \frac{3}{4}) = \frac{4}{20} + \frac{3}{20} = \frac{7}{20}$.
122
EasyMCQ
If the probability for $A$ to fail in an exam is $0.2$ and that for $B$ is $0.3$,then the probability that either $A$ or $B$ fails is $\leq \ldots \ldots$.
A
$0.2$
B
$0.4$
C
$0.5$
D
$0.3$

Solution

(C) Let $P(A)$ be the probability that $A$ fails in an exam and $P(B)$ be the probability that $B$ fails in an exam.
We are given $P(A) = 0.2$ and $P(B) = 0.3$.
The probability that either $A$ or $B$ fails is given by the union of the two events,$P(A \cup B)$.
By the addition theorem of probability,we have:
$P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
Since $P(A \cap B) \geq 0$,it follows that $P(A \cup B) \leq P(A) + P(B)$.
Substituting the given values:
$P(A \cup B) \leq 0.2 + 0.3$.
$P(A \cup B) \leq 0.5$.
Therefore,the probability that either $A$ or $B$ fails is $\leq 0.5$.
Hence,option $(C)$ is correct.
123
MediumMCQ
$A$ random variable $X$ has the probability distribution:
$X$$1$$2$$3$$4$$5$$6$$7$$8$
$P(X)$$0.15$$0.23$$0.12$$0.10$$0.20$$0.08$$0.07$$0.05$

For the events $E = \{X \text{ is a prime number}\}$ and $F = \{X < 4\}$,then $P(E \cup F)$ is
A
$0.50$
B
$0.77$
C
$0.35$
D
$0.87$

Solution

(B) The prime numbers in the set $\{1, 2, 3, 4, 5, 6, 7, 8\}$ are $2, 3, 5, 7$.
$P(E) = P(X=2) + P(X=3) + P(X=5) + P(X=7) = 0.23 + 0.12 + 0.20 + 0.07 = 0.62$.
The event $F = \{X < 4\}$ corresponds to $X \in \{1, 2, 3\}$.
$P(F) = P(X=1) + P(X=2) + P(X=3) = 0.15 + 0.23 + 0.12 = 0.50$.
The intersection $E \cap F$ consists of values that are both prime and less than $4$,which are $\{2, 3\}$.
$P(E \cap F) = P(X=2) + P(X=3) = 0.23 + 0.12 = 0.35$.
Using the addition theorem of probability,$P(E \cup F) = P(E) + P(F) - P(E \cap F)$.
$P(E \cup F) = 0.62 + 0.50 - 0.35 = 0.77$.
124
EasyMCQ
If $A$ and $B$ are events such that $P(A \cup B) = \frac{5}{6}$,$P(\bar{A}) = \frac{1}{4}$,and $P(B) = \frac{1}{3}$,then $A$ and $B$ are
A
mutually exclusive
B
independent events
C
exhaustive events
D
exhaustive and independent events

Solution

(B) We are given: $P(A \cup B) = \frac{5}{6}$,$P(\bar{A}) = \frac{1}{4}$,and $P(B) = \frac{1}{3}$.
First,calculate $P(A)$:
$P(A) = 1 - P(\bar{A}) = 1 - \frac{1}{4} = \frac{3}{4}$.
Using the addition theorem of probability:
$P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
Substituting the values:
$\frac{5}{6} = \frac{3}{4} + \frac{1}{3} - P(A \cap B)$.
$\frac{5}{6} = \frac{9 + 4}{12} - P(A \cap B) = \frac{13}{12} - P(A \cap B)$.
$P(A \cap B) = \frac{13}{12} - \frac{5}{6} = \frac{13 - 10}{12} = \frac{3}{12} = \frac{1}{4}$.
Now,check for independence by calculating $P(A) \cdot P(B)$:
$P(A) \cdot P(B) = \frac{3}{4} \times \frac{1}{3} = \frac{1}{4}$.
Since $P(A \cap B) = P(A) \cdot P(B)$,the events $A$ and $B$ are independent.
125
EasyMCQ
If $A$ and $B$ are two events in a random experiment such that $P(A) + P(B) = 2 P(A \cap B)$,then:
A
$P(A) + P(B) = 1$
B
$P(A) = P(B)$
C
$P(A) + P(B) > 1$
D
$P(A) = 0, P(B) = 1$

Solution

(B) Given that $P(A) + P(B) = 2 P(A \cap B)$.
We know the addition theorem of probability: $P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
Substituting the given condition into the formula:
$P(A \cup B) = 2 P(A \cap B) - P(A \cap B) = P(A \cap B)$.
Since $P(A \cap B) \leq P(A) \leq P(A \cup B)$ and $P(A \cap B) \leq P(B) \leq P(A \cup B)$,the equality $P(A \cup B) = P(A \cap B)$ implies that $P(A) = P(B) = P(A \cap B) = P(A \cup B)$.
Thus,$P(A) = P(B)$.
126
EasyMCQ
If a number is selected from the first $30$ natural numbers,then the probability that the number selected is divisible by $4$ or $7$ is:
A
$\frac{4}{3}$
B
$\frac{1}{5}$
C
$\frac{7}{30}$
D
$\frac{1}{3}$

Solution

(D) The set of the first $30$ natural numbers is $S = \{1, 2, 3, \dots, 30\}$,so the total number of outcomes is $n(S) = 30$.
Let $A$ be the event that the number is divisible by $4$. The numbers are $\{4, 8, 12, 16, 20, 24, 28\}$,so $n(A) = 7$.
Let $B$ be the event that the number is divisible by $7$. The numbers are $\{7, 14, 21, 28\}$,so $n(B) = 4$.
The event $A \cap B$ represents numbers divisible by both $4$ and $7$ (i.e.,divisible by $28$). The only number is $\{28\}$,so $n(A \cap B) = 1$.
Using the addition theorem of probability,$P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
$P(A \cup B) = \frac{7}{30} + \frac{4}{30} - \frac{1}{30} = \frac{10}{30} = \frac{1}{3}$.
127
EasyMCQ
If two events $E_1$ and $E_2$ are such that $P(E_1 \cup E_2) = \frac{5}{8}$,$P(\bar{E}_1) = \frac{3}{4}$,and $P(E_2) = \frac{1}{2}$,then $E_1$ and $E_2$ are:
A
independent events
B
mutually exclusive events
C
exhaustive events
D
not independent events

Solution

(A) Given that $P(E_1 \cup E_2) = \frac{5}{8}$,$P(\bar{E}_1) = \frac{3}{4}$,and $P(E_2) = \frac{1}{2}$.
First,find $P(E_1)$ using the complement rule: $P(E_1) = 1 - P(\bar{E}_1) = 1 - \frac{3}{4} = \frac{1}{4}$.
Using the addition theorem of probability: $P(E_1 \cup E_2) = P(E_1) + P(E_2) - P(E_1 \cap E_2)$.
Substituting the values: $\frac{5}{8} = \frac{1}{4} + \frac{1}{2} - P(E_1 \cap E_2)$.
$\frac{5}{8} = \frac{3}{4} - P(E_1 \cap E_2)$.
$P(E_1 \cap E_2) = \frac{3}{4} - \frac{5}{8} = \frac{6-5}{8} = \frac{1}{8}$.
Now,check for independence: $P(E_1) \times P(E_2) = \frac{1}{4} \times \frac{1}{2} = \frac{1}{8}$.
Since $P(E_1 \cap E_2) = P(E_1) \times P(E_2)$,the events $E_1$ and $E_2$ are independent events.

Probability — Odds in favor and odds against, Addition theorem on probability · Frequently Asked Questions

1Are these Probability questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Probability Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.