Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

751.

Write the law of multiplication of probability for two independent events A and B in a sample space.

Answer»

The law of multiplication of probability for two independent events A and B in a sample space is as follows:

P(A ∩ B) = P(A) × P(B)

752.

What is the probability of having 5 Thursdays in the month of February in a year which is not a leap year?(a) 0(b) \(\frac{1}{7}\)(c) \(\frac{2}{7}\)(d) \(\frac{3}{7}\)

Answer»

Correct option is (a) 0

753.

If P(A) = 0.4 and P(B’) = 0.3 for two independent events A and B of a sample space, then state the value of P(A ∩ B).(a) 0.12(b) 0.42(c) 0.28(d) 0.18

Answer»

Correct option is (c) 0.28

754.

Is it possible that P (A) = 0.7 and P (A ∪ B) = 0.45 for two events A and B in a sample space ?

Answer»

P (A) = 0.7 and P(A ∪ B) = 0.45 is not possible because P(A ∪ B) < P(A).

755.

If two events A and B in a sample space are independent, then state the formula for P(A ∪ B).

Answer»

A and B are independent events.

∴ P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
= P(A) + P(B) – [P(A) ∙ P(B)]

756.

Conditional Probability.

Answer»

1. Conditional Events: A and B are any two events of a finite sample space U. Under the condition ‘event A has occurred’ if event B occurs, then that event B is called the conditional event. It is denoted by the symbol B | A. Similarly, under the condition ‘event B has occurred’ if event A will occur then that event A is called the conditional event. It is denoted by the symbol A|B.

2. Law of Conditional Probability: A and B are any two events of a finite sample space U and P (A) > 0. The rule to obtain the probability of event B | A, the probability of occurrence of event B given that event A has already occurred, is called the law of conditional probability. This rule is written as under:

\(P(B|A) = \frac{P(A∩B)}{P(A)} P(A)> 0\)

Similarly, probability of conditional event A | B is obtained by following formula:

\(P(A|B) =\frac{ P(A∩B)}{P(B)}, P (B) > 0\)

757.

If A,B and C are three independent events such that P(A)=P(B)=P(C )=p, then P (atleast two of A,B and C occur)=`3p^(2)-2p^(3)`

Answer» True
P(atleast two of A,B and C are occur)
`=pxxpxx(1-p)+(1-p)cdotpcdotp+p(1-p)cdotp+pcdotpcdotp`
`=p^(2)[1-p+1-p+1-p+p]`
`=p^(2)(3-3p)+p^(3)`
`=3p^(2)-3p^(3)+p^(3)=3p^(2)-2p^(3)`
758.

Two cards are selected one by one with replacement from 52 cards. State the number of elements in the sample space of the random experiment.

Answer»

The number of elements in the sample space of this random experiment of drawing two cards one by one with replacement from 52 cards is

n = 52C1 × 52C1 = 52 × 52 = 2704

759.

If P(B) = 2P(A|B) = 0.4, then find P(AnB).

Answer»

P(B) = 2P(A|B) = 0.4

∴ P(B) = 0.4, 2P(A|B) = 0.4

∴ P(A|B) = \(\frac{0.4}{2}\) = 0.2

Now, P(A|B) = \(\frac{P(A∩B)}{P(B)}\)

∴ P(A ∩ B) = P(A|B) ∙P(B)

= 0.2 × 0.4 = 0.08

760.

1998 tickets out of 2000 tickets do not have a prize. If a person randomly selects one ticket from 2000 tickets, then what is the probability that the ticket selected is eligible for prize ?

Answer»

Total number of tickets = 2000

No. of tickets do not have a prize = 1998

No. of tickets eligible for prize = 2000 – 1998
= 2

Total number of outcomes of selecting a ticket is n = 2000c1 = 2000

A = Event that the selected ticket is eligible for prize

∴ m = 2c1 = 2

∴ P(A) = \(\frac{m}{n}\)

=\(\frac{ 2}{2000}\)

\(\frac{1}{1000}\)

761.

If two coins are tossed once, what is the probability of getting at least one head ?

Answer»

When two coins are tossed once, there are four possible outcomes, i.e., S = {HH, HT, TH, TT} 

∴ Total number of outcomes = n(S) = 4 

Let A : Event of getting at least one head 

⇒ A = {HH, HT, TH} ⇒ n(A) = 3

∴ P(A) = \(\frac{n(A)}{n(S)}\) = \(\frac{3}{4}.\)

762.

The probability of A, B, C solving a problem are \(\frac{1}{3},\) \(\frac{2}{7}\) and \(\frac{3}{8}\) respectively. If all the three try to solve the problem simultaneously, find the probability that exactly one of them will solve it.

Answer»

Let E1, E2, E3 be the eventsthat the problem issolved by A, B, C respectively and let p1, p2, p3 be corresponding probabilities. Then,

p1 = P(E1) = \(\frac{1}{3}\), p2 = P(E2) = \(\frac{2}{7}\),  p3 = P(E3) = \(\frac{3}{8}\), q1 = P(\(\bar{E}_1\)) = 1 - \(\frac{1}{3}\) = \(\frac{2}{3}\),

q2 = P(\(\bar{E}_2\)) = 1 - \(\frac{2}{7}\) = \(\frac{5}{7}\), q3 = P(\(\bar{E}_3\)) = 1 - \(\frac{3}{8}\) = \(\frac{5}{8}\).

The problem will be solved by exactly one of them if it happens in the following mutually exclusive ways: 

(1) A solves and B, and C do not solve; 

(2) B solves and A, and C do not solve; 

(3) C solves and A, and B do not solve; 

Required probability = p1 q2 q3 + q1 p2 q3 + q1 q2 p3

\(\frac{1}{3}\) x \(\frac{5}{7}\) x \(\frac{5}{8}\) + \(\frac{2}{3}\) x \(\frac{2}{7}\) x \(\frac{5}{8}\) + \(\frac{2}{3}\) x \(\frac{5}{7}\) x \(\frac{3}{8}\) = \(\frac{25}{168}\) + \(\frac{5}{42}\) + \(\frac{5}{28}\) = \(\frac{25}{56}.\)

763.

Three coins are tossed together. Find the probability of getting: (i) exactly two heads (ii) at most two heads (iii) at least one head and one tail. (iv) no tails

Answer»

Sample space, n(S) = 8 

(i) p = \(\frac{n(E)}{n(S)}\)\(\frac{3}{8}\)

(ii)  p = \(\frac{n(E)}{n(S)}\)\(\frac{4}{8}\) = \(\frac{1}{2}\)

(iii)  p = \(\frac{n(E)}{n(S)}\)\(\frac{6}{8}\) = \(\frac{3}{4}\) 

(iv)  p = \(\frac{n(E)}{n(S)}\)\(\frac{1}{8}\) 

764.

If P(A) = 0.3 and P(A ∩ B) = 0.03, find P(B|A).

Answer»

P(A) = 0.3, P(A ∩ B) = 0.03 are given.

∴ P(B|A) =\( \frac{P(A∩B)}{P(A)} = \frac{0.03}{0.3} \)= 0.1

765.

If p(A) = \(\frac{1}{3}\), P(B) = \(\frac{2}{3}\) and P(A ∩ B) = \(\frac{1}{6}\), then find P(A’ ∩ B’).

Answer»

According to the law of addition of probability,
P(A ∪ B) = P(A) + P(B) – P(A ∩ B)

\(\frac{1}{3}+\frac{2}{3}-\frac{1}{6}\)

\(\frac{2+4−1}{6}\)

\(\frac{5}{6}\)

Now, P(A’ ∩ B’) = P(A ∪ B)’

= 1 – P(A ∪ B)

= \(1 – \frac{5}{6}\)

\(\frac{6−5}{6}\)

\(\frac{1}{6}\)

766.

State the limitations of mathematical definition of probability.

Answer»

The limitations of mathematical definition of probability are as follows:

  • The probability of an event cannot be found if the outcomes are infinite.
  • If the total number of outcomes is not known, the probability of an event cannot be found.
  • If the elementary outcomes in the sample space are not equi-probable, the probability of an event cannot be found.
767.

Explain the equi-probable events with illustration.

Answer»

If there is no apparant reason to believe that out of one or more events of a random experiment, any one event is more or less likely to occur than the other events, then those events are called equi-probable.

Illustration: In the random experiment of tossing a balance coin, two events of getting head (H) and getting tail (T) are equi-probable, because P (H) = P (T) = \(\frac{1}{2}\)

768.

Define: Certain Event

Answer»

Certain Event: The special subset U of the sample space of a random experiment is called a certain event.

769.

Probability (Mathematical Definition)

Answer»

Probability (Mathematical Definition): If out of n outcomes of the finite sample space of a random experiment which are mutually exclusive, exhaustive and equi-probable, m outcomes are favourable for an event A, then the probability of the event A, P(A) = \(\frac{m}{n}\).

770.

Define: Impossible Event

Answer»

Impossible Event: The special subset Φ or { } of the sample space of a random experiment is called an impossible event.

771.

Define : Algebra of Events.

Answer»

Let A, B and C be any two events associated with a random experiment whose sample space is S. Then, 

(i) A ∪ B. (Union of A and B) is the event that occurs if A occurs or B occurs or both A and B occur. 

(ii) A ∩ B. (Intersection of A and B). It is the event set which contains all sample points or outcomes which the two events A and B have in common.

Ex: (In a throw of a die), 

A : Event of getting an odd number 

B : Event of getting a prime number 

⇒ A = {1, 3, 5}, B = {2, 3, 5}. Then, A ∩ B = {3, 5}. 

(iii) \(\bar{A}\), (Complement of an event A). It is the set of all sample points of sample spaces that are not contained in A. 

In the toss of a coin, if A is getting a tail, then \(\bar{A}\) is getting a head. 

(iv) (A ∪ B ∪ C) is the event that occurs when at least one of the events A, B or C occurs 

(v) (A ∩ B ∩ C) is the event that occurs when all the three events A, B and C occur. 

(vi) As mutually exclusive events cannot occur together, if events A and B are mutually exclusive, then A ∩ B = ϕ since A and B have nothing in common. 

(vii) Mutually exclusive and exhaustive events. 

Let S be the sample space associated with a random experiment. If E1, E2, ..., En are mutually exclusive elementary events associated with the random experiment, then Ei ∩ Ej = ϕ for all i ≠ j and E1 ∪ E2 ∪ E3... ∪ En = S 

(Since exhaustive means the total number of possible outcomes) Therefore, an event and its complementary event are both mutually exclusive and exhaustive since: 

A ∩ \(\bar{A}\) = ϕ and A ∪ \(\bar{A}\) = S. 

Ex. Let 1 ball be drawn from a bag containing 12 balls of which 4 balls are white, 4 are red and 4 are green. 

Let A : Event-ball drawn is white 

B : Event-ball drawn is red 

C : Event-ball drawn is green. 

It is obvious that one of the three events must occur as the ball drawn is either white or red or green. 

This means that A, B and C form a mutually exclusive and exhaustive set of events. 

∴ A∩B = ϕ, B∩C = ϕ, A ∩C = ϕ and A∪B∪C = S.

772.

Two players `P_1`, and `P_2`, are playing the final of a chase championship, which consists of a series of match Probability of `P_1`, winning a match is 2/3 and that of `P_2` is 1/3. The winner will be the one who is ahead by 2 games as compared to the other player and wins at least 6 games. Now, if the player `P_2`, wins the first four matches find the probability of `P_1`, wining the championship.

Answer» `P_(1)` can win in the following matually exclusive ways:
(a) `P_(1)` wins the next dix matches.
(b) `P_(1)` wins five out of next six matches, so that after new six matches scored of `P_(1)and P_(2)` are tied up. This tie continues up to next 2n matches `(nge0)` and finally `P_(1)` wins 2 consective matches. Now, for case (a), probability is given by `(2//3)^(6)` and probability of tie after 6 matches [in case(b)] is
`""^(6)C_(5)((2)/(3))^(5)((1)/(3))=6xx(2^(5))/(3^(6))=(2^(6))/(3^(5))`
Now probability that scores are still tied up after another next two matches is
`2/3xx1/3+1/3xx2/3=4/9`
[First match won by `P_(1)` and second by `P_(2)` or first by `P_(2)` and second by `P_(1).]`
Similarly, probability that scores are still tied up after another 2n matches is `(4//9)^(n).`
Therefore, the total probability of `P_(1)` winning the championship is
`((2)/(3))^(6)+(2^(6))/(3^(5))(underset(n=0)overset(oo)sum((4)/(9))^(n)((2)/(3))^(2))`
`=((2)/(3))^(6)+(2^(6))/(3^(5))((2)/(3))^(2)((1)/(1-(4)/(9)))`
`=17/5((2)/(3))^(6)=1088/3645`
773.

It is tossed n times. Let `P_n` denote the probability that no two (or more) consecutive heads occur. Prove that `P_1 = 1,P_2 = 1 - p^2 and P_n= (1 - P) P_(n-1) + p(1 - P) P_(n-2)` for all `n leq 3`.

Answer» Given that the probability of showing head by a coin when tossed is p.
So, the probability of coin not showing head is (1-p). Now, `p_(n)` denotes probability that no two or more consecutive heads occur in n throws.
Clearly, `p_(1)=1` as when coin is tossed once there will be no two consectiven heads.
Also, `p_(2)=P(HT)+P(TH)+P(T T)`
`=p(1-p)+p(1-p)+(1-p)^(2)=1-p^(2)`
Let event A is "last toss is tail" and evetn B is "last toss is head and second last toss is tail."
`therefore` Using total probability theorem,
`p_(n)=p_(n-1)xxP(A)+p_(n-2)xxP(B)`
`thereforep_(n)=(1-p)p_(n-1)+p(1-p)p_(n-2)"for all n"ge3.`
774.

Let ` n=10lambda+r, where lambda,rinN, 0lerle9.` A number a is chosen at random from the set {1, 2, 3,…, n} and let `p_n` denote the probability that `(a^2-1)` is divisible by 10. If r=9, then `np_n` equalsA. `2lambda`B. `2(lambda+1)`C. `2lambda+1`D. `lambda`

Answer» Correct Answer - (b)
775.

Let ` n=10lambda+r", where " lambda,rinN, 0lerle9.` A number a is chosen at random from the set {1, 2, 3,…, n} and let `p_n` denote the probability that `(a^2-1)` is divisible by 10. If r=0, then `np_n` equalsA. `2lambda`B. `(lambda+1)`C. `(2lambda+1)`D. `lambda`

Answer» Correct Answer - (a)
776.

Statement-1 If 10 coins are thrown simultaneously, then the probability of appearing exactly foour heads is equal to probability of apppearing exactly six heads. Statement-2 `.^nC_r=.^nC_s implies` either r=s or r+s=n and P(H)=P(T) in a single trial.A. Statement-1 is true, Statement-2 is true: Statement-2 is a correct explanation for Statement-1B. Statement-1 is true, Statement-2 is true: Statement-2 is not a correct explanation for Statement-1C. Statement-1 is true, Statement-2 is falseD. Statement-1 is false, Statement-2 is true

Answer» Correct Answer - a
777.

Let ` n=10lambda+r, where lambda,rinN, 0lerle9.` A number a is chosen at random from the set {1, 2, 3,…, n} and let `p_n` denote the probability that `(a^2-1)` is divisible by 10. If `1lerle8,` then `np_n equalsA. `2lambda-1`B. `2lambda`C. `(2lambda+1)`D. `lambda`

Answer» Correct Answer - (c)
778.

Four cards are drawn from a full pack of cards. Find the probability that :(a) there is one card of each suit (b) all the four are spades, and one of them is a king (c) at least one of the four cards is an ace.

Answer»

4 cards can be drawn from a pack of cards in 52C4 ways 

∴ Exhaustive number of cases = n(S) = 52C4 

(a) There are 4 suits, each containing 13 cards. 

Let A : Event of drawing one card from each suit 

⇒ Favourable number of cases = n(A) = 13C1 × 13C1 × 13C1 × 13C1

∴ P(A) = \(\frac{n(A)}{n(S)}\) = \(\frac{^{13}C_1\times^{13}C_1\times^{13}C_1\times^{13}C_1}{^{52}C_4}\) = \(\frac{13\times13\times13\times13}{\frac{52\times51\times50\times49}{4\times3\times2\times1}}\)               ∵ \(\bigg[\,^nC_r = \frac{|\underline{n}}{|\underline{n-r}|\underline{r}}\bigg]\)

\(\frac{2197}{20825}\)

(b) Let A : Drawing 4 spade cards of which one is king of spades. 

Then, Favourable number of cases = n(A) = 12C3 x 1

( There is only one king ofspades and the rest of the three spades we draw from remaining 12 spade cards) n(S) = 52C4

∴ P(A) = \(\frac{n(A)}{n(S)}\) = \(\frac{^{12}C_1\times1}{^{52}C_4}\) = \(\frac{\frac{12\times11\times10}{3\times2\times1}}{\frac{52\times51\times50\times49}{4\times3\times2\times1}}\) = \(\frac{12\times11\times10\times4}{52\times51\times50\times49}\) = \(\frac{44}{54145}\)

(c) Let A : Drawing at least one ace. 

Now since there are 4 aces in the pack of 52 cards, therefore, the number of ways of drawing 4 cards so that no card is an ace = 48C

∴ Probability of drawing four cards so that none is an ace

P(\(\bar{A}\)) = \(\frac{^{48}C_4}{^{52}C_4}\) = \(\frac{48\times47\times46\times45}{52\times51\times50\times49}\) = \(\frac{38916}{54145}\)

[Here \(\bar{A}\) denotes the complement of event A, i.e, non-happening of event A]

∴ P(A) = 1 - P(\(\bar{A}\)) = 1 - \(\frac{38916}{54145}\) = \(\frac{15229}{54145}\)             

( P(Event) + P(complement of event) = 1)

779.

Find the probability that a two digit number formed by the digit 1, 2, 3, 4 and 5 is divisible by 4.

Answer»

The two digit numbers can be formed by putting any of 5 digits at the one 's place and also one of the 5 digits at ten’s place. So, 

Total number of 2–digit numbers that can be formed using these 5–digits = 5 × 5 = 25 

The 2–digit numbers formed by 1, 2, 3, 4 and 5 that are divisible by 4 are {12, 24, 32, 44, 52}, i.e, 5 in number. 

∴ Required probability = \(\frac{5}{25}\) = \(\frac{1}{5}.\)

780.

A bag contains 50 tickets numbered 1, 2, 3, .., 50 of which five aredrawn at random and arranged in ascending order of magnitude `(x_1ltx_2ltx_3ltx_4ltx_5)` find the probability that`x_3=30.`

Answer» `n(S)=.^50C_5`
`n(A)=.^29C_2*.^20C_2*1`
`(n(A))/(n(S))=(.^29C_2*.^20C_2)/(.^50C_5)`.
781.

Among 15 players, 8 are batsman and 7 are bowlers. Find the probability that a team is chosen of 6 batsman and 5 bowlers ?

Answer»

The chosen consists of players (6 + 5). 

∴ Number of ways of selecting 11 players out of 15 players = n(S) = 15C11 

Let A : Event of choosing 6 batsmen of 8 batsmen and 5 bowlers of 7 bowlers 

Then, n(A) = 8C6 x 7C5

∴ P(A) = \(\frac{n(A)}{n(S)}\) = \(\frac{^8C_6\times^7C_5}{^{15}C_{11}}\) = \(\frac{\frac{8\times7}{2}\times\frac{7\times6}{2}}{\frac{15\times14\times13\times12}{4\times3\times3\times1}}\)\(\frac{8\times7}{2}\) x \(\frac{7\times6}{2}\) x \(\frac{4\times3\times2\times1}{15\times14\times13\times12}\) = \(\frac{28}{65}.\)

782.

A bag contains 7 white, 5 black and 4 red balls. Four balls are drawn without replacement. Find the probability that at least three balls are black. ?

Answer»

Let A : Event of getting at least 3 black balls 

Then n(A) = 5C3 x 11C1 + 5C4       

(∵ Besides 5 black balls, there are 11 other balls)

(3 black + others) (4 black)

\(\frac{5\times4}{2}\) x 11 + 5 = 115

Total numbers of ways in which 4 balls can be drawn from (7 + 5 + 4) = 16 balls

n(S) = 16C4\(\frac{16\times15\times14\times13}{4\times3\times2\times1}\) = 1820

∴ P(A) = \(\frac{n(A)}{n(S)}\) = \(\frac{115}{1820}\) = \(\frac{23}{364}.\)

783.

A bag contains 30 tickets numbered from 1 to 30. Five tickets are drawn at random and arranged in ascending order. Find the probability that the third number is 20.

Answer»

Total number of ways in which 5 tickets can be drawn = n(S) = 30C5

The tickets are arranged in the form T1, T2, T3 (= 20), T4, T5 

Where T1, T2 ∈{1, 2, 3, …, 19} and T4, T5 ∈{21, 22, …, 30} 

∴ Number of favourable cases = 19C2 x 1 x 10C2

∴ Required probability = \(\frac{^{19}C_2\times^{10}C_2}{^{30}C_5}\) = \(\frac{19\times18}{2}\times\frac{10\times9}{2}\) x \(\frac{5\times4\times3\times2\times1}{30\times29\times28\times27\times26}\) = \(\frac{285}{5278}.\)

784.

Three boys and two girls stand in a queue. The probability, that the number of boys ahead is at least one more than the number of girls ahead of her, is (A) `1/2` (B) `1/3` (C) `2/3` (D) `3/4`A. `1//2`B. `1//3`C. `2//3`D. `3//4`

Answer» Correct Answer - A
Total number of ways to arrange 3 boys and 2 girls are 5!.
According to given condition, following cases may mise.
`{:(B" "G" "G" "B" "B),(G" "G" "B" "B" "B),(G" "B" "G" "B" "B),(G" "B" "B" "G" "B),(B" "G" "B" "G" "B):}`
So number of favorite ways `=5xx3!xx2!=60`
`therefore " Required probility " =(60)/120)=1/2`
785.

5 persons A, B, C, D and E are in a queue of a shop. The probability that A and E always occur together, isA. `(1)/(4)`B. `(2)/(3)`C. `(2)/(5)`D. `(3)/(5)`

Answer» Correct Answer - C
5 persons A, B, C, D and E can stand in a queue in 5! Ways.
Persons A and E can occur together in 2! Ways.
Considering A and E as one person, there are 4 persons who can be queued in 4! Ways.
So, A and E can occur together in `4!xx2!` ways.
So, required probability `=(4!xx2!)/(5!)=(2)/(5)`
786.

In an entrance test, there are multiple choicequestions. There are four possible answers to each question, of which one iscorrect. The probability that a student knows the answer to a question is90%. If the gets the correct answer to a question, then find the probabilitythat he was guessing.A. `(1)/(9)`B. `(36)/(37)`C. `(1)/(37)`D. `(37)/(40)`

Answer» Correct Answer - C
Consider the following events :
`E_(1) to ` He knows the answer, `E_(2) to `He guesses the answer
`A to ` He gets the correct answer.
We have,
`P(E_(1))=(90)/(100)=(9)/(10),P(E_(2))=(1)/(10)`,
`P(A//E_(1))=1, P(A//E_(2))=(1)/(4)`
`therefore` Required probability `=P(E_(2)//A)`
`=(P(E_(2))P(A//E_(2)))/(P(E_(1))P(A//E_(1))+P(E_(2))P(A//E_(2)))`
`=((1)/(10)xx(1)/(4))/((9)/(10)xx1+(1)/(10)xx(1)/(4))=(1)/(37)`
787.

In an entrance test, there are multiple choicequestions. There are four possible answers to each question, of which one iscorrect. The probability that a student knows the answer to a question is90%. If the gets the correct answer to a question, then find the probabilitythat he was guessing.A. `37//40`B. `1//37`C. `36//37`D. `1//9`

Answer» Correct Answer - B
788.

In an entrance test there are multiple choice questions. There are four possible answers to each question of which one is correct.The probability that a student knows the answer to a question is 90%. If he gets the correct answer to a question, then the probability that he was guessing is (a) \(\frac{37}{40}\)(b) \(\frac{1}{37}\)(c) \(\frac{36}{37}\)(d) \(\frac{1}{9}\)

Answer»

Answer: (b) \(\frac{1}{37}\)

We define the given events as: 

A1: Student knows the answer

A2: Student does not know the answer 

E: He gets the correct answer.

P(A1) =\(\frac{9}{10}\) , P(A2) = 1-\(\frac{9}{10}\)  = \(​​\frac{1}{10}\)

\(\therefore\)   P(E/A1) = P(Student gets the correct answer when he knows the answer) = 1 

P(E/A2) = P(Student gets the correct answer when he does not know the correct answer) = 1/4 

\(\therefore\)  Required probability 

\(P(A_2/E) = \frac{P(A_2).P(E/A_2)}{P(A_1).P(E/A_1)+P(A_2).P(E/A_2)}\)

\(\frac{\frac{1}{10}.\frac{1}{4}}{\frac{9}{10}.1+\frac{1}{10}.\frac{1}{4}}\) = \(\frac{\frac{1}{40}}{\frac{37}{40}}\) = \(\frac{1}{37}\)

789.

In a test an examinee either guesses or copies or knows the answer to a multiple choice question with four choices. The probability that he makes a guess is \(\frac{1}{3}\) and the probability that he copies the answer is \(\frac{1}{6}\) The probability that his answer is correct given that he copied it is \(\frac{1}{8}\) The probability that his answer is correct, given that he guessed it is \(\frac{1}{4}\) The probability that they knew the answer to the questions given that he correctly answered it is (a) \(\frac{24}{31}\) (b) \(\frac{31}{24}\) (c) \(\frac{24}{29}\) (d) \(\frac{29}{24}\)

Answer»

Answer : (c) \(\frac{24}{29}\)

Let, 

E1: Examinee guesses the answer 

E2: Examinee copies the answer 

E3: Examinee knows the answer 

E : Event examinee answers correctly

Given, P(E1) = \(\frac{1}{3}\) , P(E2) = \(\frac{1}{6}\)

∴  P(E3) = 1 – (P(E1) + P(E3)) = 1- \(\big(\frac{1}{3}+\frac{1}{6}\big)\) = \(\frac{1}{2}\)

Given, \(P(E/E_1) =\frac{1}{4},P(E/E_2) =\frac{1}{8},P(E/E_3)=1\)

∴ Required probability =  P(E3/E)

\(\frac{P(E_3).P(E/E_3)}{P(E_1).P(E/E_1)+P(E_2).P(E/E_2)+P(E_3).P(E/E_3)} \)

\(= \frac{\frac{1}{2}.1}{\frac{1}{3}\times \frac{1}{4}+\frac{1}{6}\times \frac{1}{8}+\frac{1}{2}\times 1}\)   = \(\frac{\frac{1}{2}}{\frac{1}{12}+\frac{1}{48}+\frac{1}{2}}\) = \(\frac{\frac{1}{2}}{\frac{4+1+24}{48}}\) = \(\frac{\frac{1}{2}}{\frac{29}{48}}\)  \(=\frac{24}{29}\)

790.

Describe the sample space for the indicated experiment,A die is thrown two times.

Answer»

Required sample space = S 

= {(x,y) : x,y ∈ {1,2,3,4,5,6}} 

= {(x,y) : x,y = 1,2,3,4,5,6} 

= {(1.1). (1,2)(1,3), (1,4), (1,5), (1,6), 

= (2,6), ……………… , (3,1), …………….. , (3,6), (4,1), ……………. , (4,6), (5,6), …………. (6,1), (6,2), (6,3), (6,4), (6,5), (6,6)}

791.

Describe the sample space for the indicated experiment: A die is thrown two times.

Answer»

When a die is thrown, the possible outcomes are 1, 2, 3, 4, 5, or 6.
When a die is thrown two times, the sample space is given by
S = {(x, y): x, y = 1, 2, 3, 4, 5, 6}
The number of elements in this sample space is 6 × 6 = 36, while the sample space is given by:
S = {(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6), (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6), (3, 1), (3, 2), (3, 3), (3, 4), (3, 5), (3, 6), (4, 1), (4, 2), (4, 3), (4, 4), (4, 5), (4, 6), (5, 1), (5, 2), (5, 3), (5, 4), (5, 5), (5, 6), (6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)}

792.

Describe the sample space for the indicated experiment, A coin is tossed three times.

Answer»

Sample space = S 

= {HHH, HHT, HTH, THH, TTT, TTH, THT, HTT}

793.

Describe the sample space for the indicated experiment: A coin is tossed four times.

Answer»

When a coin is tossed once, there are two possible outcomes: head (H) and tail (T).
When a coin is tossed four times, the total number of possible outcomes is 24= 16
Thus, when a coin is tossed four times, the sample space is given by:
S = {HHHH, HHHT, HHTH, HHTT, HTHH, HTHT, HTTH, HTTT, THHH, THHT, THTH, THTT, TTHH, TTHT, TTTH, TTTT}

794.

Describe the sample space for the indicated experiment: A coin is tossed three times.

Answer»

A coin has two faces: head (H) and tail (T).
When a coin is tossed three times, the total number of possible outcomes is 23= 8 Thus, when a coin is tossed three times, the sample space is given by:
S = {HHH, HHT, HTH, HTT, THH, THT, TTH, TTT}

795.

Describe the sample space for the indicated experiment: A coin is tossed and a die is thrown

Answer»

A coin has two faces: head (H) and tail (T).
A die has six faces that are numbered from 1 to 6, with one number on each face.
Thus, when a coin is tossed and a die is thrown, the sample space is given by:
S = {H1, H2, H3, H4, H5, H6, T1, T2, T3, T4, T5, T6}

796.

Describe the sample space for the indicated experiment: A coin is tossed and then a die is rolled only in case a head is shown on the coin.

Answer»

A coin has two faces: head (H) and tail (T).
A die has six faces that are numbered from 1 to 6, with one number on each face.
Thus, when a coin is tossed and then a die is rolled only in case a head is shown on the coin, the sample space is given by: S = {H1, H2, H3, H4, H5, H6, T}

797.

1 boy and 2 girls are in a room A and 3 boys and 1 girl are in room B. Write the sample space for the experiment in which room is selected and then a person.

Answer»

Let B1, G1, G2 are in room A and B2, B3, B4, G3 are in room B. Then sample space is– 

S = {AB1, AG1, AG2, BB2, BB3, BB4, BG3}.

798.

Three critics review a book. Odds in favour of the book are 5:2, 4:3and 3:4 respectively for three critics. Find the probability that eh majorityare in favour of the book.

Answer» Let A, B, C denote the evets that the book be favoured by the first, second and third critic respectively. Then,
`P(A)=5/7, P(B)=4/7, P(C)=3/7`,
`P(bar(A))=(1-5/7)=2/7, P(bar(B))=(1-4/7)=3/7` and `P(bar(C))=(1-3/7)=4/7`.
Required probability
= P(2 criticec favour the book or 3 critics favour the book)
= P (2 critics favour the book) + P (3 critics favours the book)
= P[{A and B and not C} or {A and C and not B} or {B and C and not A}]+P (A and B and O)
`=P(A nn B nn bar(C))+P(A nn bar(B) nn C)+P(bar(A) nn B nn C)+P(A nn B nn C)`
`={P(A)xxP(B)xxP(bar(C))}+{P(A)xxP(bar(B))xxP(C)}+{P(bar(A))xxP(B)xxP(C)}+{P(A)xxP(B)xxP(C)}`
`=(5/7xx4/7xx4/7)+(5/7xx3/7xx3/7)+(2/7xx4/7xx3/7)+(5/7xx4/7xx3/7)`
`=(80/343+45/343+24/343+60/343)=209/343`.
Hence, the required probability is `209/343`.
799.

An experiment consists of recording boy – girl composition of family with 2 children, (i) What is the sample space if we are interested in knowing whether it is a boy or girl in the order of their births?

Answer»

Let B stands for boys and G stands for girl. Then 

(i) Required sample space = S 

= {BB, BG, GB, GG} 

Required sample space = {0, 1, 2}

800.

One die of red colour, one of white colour and one of blue colour are placed in a bag. One die is selected at random and rolled, its colour and the number on its uppermost face is noted. Describe the sample space.

Answer»

Let R,W,B be the red die, white die, blue die respectively. 

∴ Required sample space = S 

= {R1, R2, R3, R4, R5, R6, W1, W2, W3, W4, W5, W6, B1, B2, B3, B4, B5, B6}