

InterviewSolution
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.
1851. |
Two integers `xa n dy`are chosenwith replacement out of the set `{0,1,,2,3 ,10}dot`Then findthe probability that `|x-y|> 5.` |
Answer» Since x and y each can take values from 0 to 10, so the total number of ways of selecting x and y is `11 xx 11 = 121`. Now, `|x - y| gt 5` implies `x - y lt -5 or x - y gt 5` When `x - y gt 5`, we have following cases: `{:("Values of x","Value of y","Number of cases"),(6,0,1),(7,"0, 1",2),(8,"0, 1, 2",3),(9,"0, 1, 2, 3",4),(10,"0, 1, 2, 3, 4",5),(,"Total number of cases",15):}` Similarly, we have 15 cases for `x - y lt -5`. There are 30 pairs of values of x and y satisfying these two inequalities. So, favorable number of ways is 30. Hence, required probability is `30//121`. |
|
1852. |
The probability that a company executive will travel by plane is (2/5) and that he will travel by train is (1/3). Find the probability of his travelling by plane or train. |
Answer» Correct Answer - `11/15` The events of travelling by plane and that by train are mutually exclusive. `therefore P(E_(1) uu E_(2)) = P(E_(1)) + P(E_(2)).` |
|
1853. |
The probability that a person will travel by plane is 3/5 and that he will travel by train is 1/4. What is the probability that he (she) will travel by plane or train? |
Answer» Let T denotes the event that person travels by train and A denotes that event that person travels by plane Given, P(T) = \(\frac{3}{5}\) and P(A) = \(\frac{1}{4}\) We need to find the probability that person travels by plane or train i.e. P(T or A) = P(T∪A) Note: By definition of P(A or B) under axiomatic approach(also called addition theorem) we know that: P(A∪B) = P(A) + P(B) – P(A ∩ B) ∴ P(T∪A) = P(T) + P(A) – P(A ∩ T) ∵ A person can never travel with both plane and train simultaneously. ∴ P(A∩T) = 0 Hence, P(T∪A) = P(T) + P(A) = \(\frac{3}{5}\) + \(\frac{1}{4}\) = \(\frac{17}{20}\) |
|
1854. |
One number is chosen from numbers 1 to 100. Find theprobability that it is divisible by 4 or 6? |
Answer» Correct Answer - `33/100` Here, `S = {1, 2, 3, 4, …, 99, 100} rArr n(S) = 100.` Let `E_(1) =` event of getting a number divisible by 4. And, `E_(2) =` event of getting a number divisible by 6. Then, `E_(1) nn E_(2) = ` event of getting a number divisible by both 4 and 6, i.e., divisible by 12 (LCM of 4 and 6). `therefore E_(1) = {4, 8, 12, ..., 100} rArr n(E_(1)) = 25`. `E_(2) = {6, 12, 18,.., 96} rArr n(E_(2)) = 16.` `(E_(1) nn E_(2)) = {12, 24, 36,.., 96} rArr n(E_(1) nn E_(2)) = 8.` Now, use `P(E_(1) uu E_(2)) = P(E_(1)) + P(E_(2)) - P(E_(1) nn E_(2)).` |
|
1855. |
The probability that a company executive will travel by plane is (2/5) and that he will travel by train is (1/3). Find the probability of his travelling by plane or train. |
Answer» let A denote the event that a company executive will travel by plane and B denote the event of him travelling by train Given : P(A) = \(\frac{2}{5}\), P(B) = \(\frac{1}{3}\) To find : Probability of a company executive will be travelling by plane or train = P(A or B) Formula used : P(A or B) = P(A) + P(B) - P(A and B) Probability of a company executive will be travelling in both plane and train =P(A and B)= 0 (as he cannot be travelling by plane and train at the same time) P(A or B) = \(\frac{2}{5}\) + \(\frac{1}{3}\) – 0 P(A or B) = \(\frac{6+5}{15}\) = \(\frac{11}{15}\) P(A or B) = \(\frac{11}{15}\) Probability of a company executive will be travelling by plane or train= P(A or B) = \(\frac{11}{15}\) |
|
1856. |
A computer producing factory has only two plants `T_(1)` and `T_(2)`. Plant `T_(1)` produces 20% and plant `T_(2)` produces 80% of the total computers produced. 7% of computers produced in the factory turn out to be defective. It is known that P(computer turns out to bedefective, given that it is produced in plant `T_(1)`)=10P (computer turns out to be defective, given that it is produced in plant `T_(2)`), where P(E) denotes the probability of an event E.A computer produced in the factory is randomly selected and it does not turn out to be defective. Then, the probability that it is produced in plant `T_(2)`, isA. `(36)/(73)`B. `(47)/(79)`C. `(78)/(93)`D. `(75)/(83)` |
Answer» Correct Answer - C | |
1857. |
From a well - shuffled pack of cards, a card is drawn at random. Find the probability of its being either a queen or a heart. |
Answer» Correct Answer - `4/13` Clearly, n(S) = 52. Let `E_(1)` = event of getting a queen, and `E_(2)` = event of getting a heart. Then, `E_(1) nn E_(2)` = event of getting a queen of hearts. `therefore n(E_(1)) = 4, n(E_(2)) = 13 and n(E_(1) nn E_(2)).` Now, use `P(E_(1) uu E_(2)) = P(E_(1)) + P(E_(2)) - P(E_(1) nn E_(2)).` |
|
1858. |
From a well-shuffled pack of 52 cards, a card is drawn at random. Find the probability of its being a king or a queen |
Answer» let A denote the event that the card drawn is king and B denote the event that card drawn is queen. In a pack of 52 cards, there are 4 king cards and 4 queen cards Given : P(A) = \(\frac{4}{52}\), P(B) = \(\frac{4}{52}\) To find : Probability that card drawn is king or queen = P(A or B) The formula used : Probability = \(\frac{favourable\,number\,of\,outcomes}{total\,number\,of\,outcomes}\) P(A or B) = P(A) + P(B) - P(A and B) P(A) = \(\frac{4}{52}\) (as favourable number of outcomes = 4 and total number of outcomes = 52) P(B) = \(\frac{4}{52}\) (as favourable number of outcomes = 4 and total number of outcomes = 52) Probability that card drawn is king or queen = P(A and B)= 0 (as a card cannot be both king and queen in the same time) P(A or B) = \(\frac{4}{52}+\frac{4}{52}\) – 0 P(A or B) = \(\frac{4+4}{52}\) = \(\frac{8}{52}\) = \(\frac{2}{13}\) P(A or B) = \(\frac{2}{13}\) Probability of a card drawn is king or queen = P(A or B) = \(\frac{2}{13}\) |
|
1859. |
From a well-shuffled pack of 52 cards, a card is drawn at random. Find the probability of its being a king or a queen. |
Answer» In a pack of 52 cards, there are 4 king cards and 4 queen cards Let A denote the event that the card drawn is queen and B denote the event that card drawn is king. Then, P(A) = 4/52 and P(B) = 4/52 As a card cannot be both king and queen in the same time, so P(A and B) = 0 Using formula, P(A or B) = P(A) + P(B) – P(A and B) P(A or B) = 4/52 + 4/52 – 0 = 2/13 Probability of a card drawn is king or queen = P(A or B) = 2/13 |
|
1860. |
From a well-shuffled pack of cards, a card is drawn at random. Find the probability of its being either a queen or a heart. |
Answer» In a pack of 52 cards, there are 4 queen cards and 13 heart cards. Let A denote the event that the card drawn is queen and B denote the event that card drawn is heart. Then, P(A) = 4/52 and P(B) = 13/52 As there is one card which is both queen and heart (queen of hearts), so P(A and B)= 1/52 Using formula, P(A or B) = P(A) + P(B) – P(A and B) P(A or B) = 4/52 + 13/52 – 1/52 = 16/52 = 4/13 Probability of a card drawn is either a queen or heart = P(A or B) = 4/13 |
|
1861. |
Two decks of playing cards are well shuffled and 26 cards are randomly distributed to a player. Then, the probability that the player gets all distinct cards is(a) 52C26 | 104C26 (b) 2 × 52C26 | 104C26 (c) 213 × 52C26 | 104C26 (d) 226 × 52C26 | 104C26 |
Answer» (d) 226 × 52C26 | 104C26 Since there are 52 distinct cards in a deck and each distinct card is 2 in number. ∴2 decks will also contain only 52 distinct cards, two each. ∴ Probability that the player gets all distinct cards = \(\frac{^{52}C_{26}\times2^{26}}{^{104}C_{26}}\). |
|
1862. |
The probabilitty of throwing a number smaller than 2 in a fair die is……A. `(2)/(3)`B. `(1)/(6)`C. `(2)/(3)`D. `(5)/(6)` |
Answer» Correct Answer - B | |
1863. |
The probability of throwing a number greater than 2 with a fair die is |
Answer» Correct Answer - D Number of all possible outcmes = 6. Numbers greater than 2 are 3,4,5,6.Their number is 4. `:. ` P(getting a number greater than 2) = 4/6 = 2/3`. |
|
1864. |
The probability of throwing a number greater than 2 with a fair dice isA \(\frac{3}5\)B \(\frac{2}5\)C \(\frac{2}3\)D \(\frac{1}3\) |
Answer» Total numbers of elementary events are: 6 Let E be the event of getting a number greater than 2 Favorable outcomes are: 3, 4, 5, 6 Numbers of favorable outcomes are: 4 P (number>2) = P (E) = \(\frac{4}6\) = \(\frac{2}3\) |
|
1865. |
Two balls are drawn at random from a bag containing 3 white, 3 red, 4 green and 4 black balls, one by one without replacement. Find the probability that both the balls are of different colours. |
|||||||||||||||
Answer» Given, 3 white (3 W), 3 red (3 R), 4 green (4 G), 4 black (4 B) balls Total no. of balls = 3 + 3 + 4 + 4 = 14 Two balls are to be drawn, one by one without replacement. There are 4 possibilities.
Since all cases are mutually exclusive, therefore Reqd. Probability = \(\frac{3}{14}\) x \(\frac{11}{13}\) + \(\frac{3}{14}\) x \(\frac{11}{13}\) + \(\frac{4}{14}\) x \(\frac{10}{13}\) + \(\frac{4}{14}\) x \(\frac{10}{13}\) = \(\frac{33+33+40+40}{14\times13}\) = \(\frac{146}{182}\) = \(\frac{73}{91}.\) |
||||||||||||||||
1866. |
Two balls are drawn at random from a bag containing 2 white, 3 red, 5 green and 4 black balls, one by one without, replacement. Find the probability that both the balls are of different colours. |
Answer» given: 2 white, 3 red, 5 green, 4 black Formula: P(E) = \(\frac{favorable\ outcomes}{total\ possible\ outcomes}\) two balls are drawn one by one, we have to find the probability that they are of different colours total possible outcomes are 14C2 therefore n(S)= 14C2 = 91 let E be the event that all balls are of same colour E= {WW, RR, GG, BB} n(E)= 2C2 + 3C2 + 5C2 + 4C2 = 20 probability of occurrence is P(E) = \(\frac{n(E)}{n(S)}\) P(E) = \(\frac{20}{91}\) Therefore, the probability of non-occurrence of the event (all balls are different) is P(E') = 1- P(E) P(E') = \(1-\frac{20}{91}=\frac{71}{91}\) |
|
1867. |
From a group of 3 boys and 2 girls, we select two children. What would be the sample space for this experiment ? |
Answer» Let us name the boys as `B_(1), B_(2) and B_(3)`, and the girls as `G_(1) and G_(2)`. Then the sample space is given by `S = {B_(1)B_(2), B_(1)B_(3), B_(1)G_(1), B_(1)G_(2), B_(2)B_(3), B_(2)G_(1), B_(2)G_(2), B_(3)G_(1), B_(3)G_(2), G_(1)G_(2)}.` |
|
1868. |
A coin is tossed and then a die is thrown. Describe the sample space for this experiment. |
Answer» Given: A coin is tossed and a die is thrown. To Find: Write the sample space for the given experiment. Explanation: Here, The coin is tossed and die is thrown. We know, when coin is tossed there will be 2 events either Head or Tail. And, when die is thrown then there will be 6 faces (1, 2, 3, 4, 5, 6) So, The total number of Sample space together is 2×6 = 12 S = {(H, 1), (H, 2), (H, 3), (H, 4), (H, 5), (H, 6), (T, 1), (T, 2), (T, 3), (T, 4), (T, 5), (T, 6)} Hence, Sample space are {(H, 1), (H, 2), (H, 3), (H, 4), (H, 5), (H, 6), (T, 1), (T, 2), (T, 3), (T, 4), (T, 5), (T, 6)} |
|
1869. |
A coin is tossed twice. If the second throw results in a tail then a die is thrown. Describe the sample space. |
Answer» Clearly, the sample space is given by `S = {HH, TH, HT1, HT2, HT3, HT4, HT5, HT6, " TT1, TT2, TT3, TT4, TT5, TT6 "}`. |
|
1870. |
A coin tossed and then a die is thrown. Describethe sample space for this experiment. |
Answer» Clearly, the sample space is given by `S = {(1, H), (2, H), (3, H), (4, H), (5, H), (6, H), (1, T), (2, T), (3, T), (4, T), ((5, T), (6, T)}`. |
|
1871. |
A coin is tossed twice. If the second throw results is a tail, a die is thrown. Describe the sample space for this experiment. |
Answer» Given: A coin is tossed twice. If the second throw results I a tail, A die is thrown. To Find: Write the sample space for the given experiment. Explanation: When a coin tossed twice, Then sample spaces for only coin will be: {HH, TT, HT , TH} Now, According to question , when we get Tail in second throw, then a dice is thrown. So, The total number of elementary events are 2+(2×6)=14 And sample space will be S = {HH, TH, (HT, 1), (HT, 2), (HT, 3), (HT, 4), (HT, 5), (HT, 6), (TT, 1), (TT, 2), (TT, 3), (TT, 4), (TT, 5), (TT, 6)} Hence, this is the sample space for given experiment. |
|
1872. |
Write the sample space when tow coin are thrown. |
Answer» Sample space, S = {HH, HT, TH, TT}. |
|
1873. |
When a coin is tossed write two events which are mutually exclusive and exhaustive. |
Answer» When we toss a coin, sample space, S = {H, T} Let A = event of getting head = {H} And B = event of getting tail = {T} Then, A ∩ B and A ∪ B = s = ϕ ∴ A, B are mutually exclusive and exhaustive. Here could be ✌ two events which are mutually exclusive and exhaustive written below:A : getting not head => A = {T} B : getting not tell => B = {H} |
|
1874. |
Three coins are tossed. Describe(i) Two events which are mutually exclusive.(ii) Three events which are mutually exclusive and exhaustive.(iii) Two events, which are not mutually exclusive.(iv) Two events which are mutually exclusive but not exhaustive.(v) Three events which are mutually exclusive but not exhaustive. |
Answer» Two events are mutually exclusive when the intersection of them is `phi`. Two events are mutually exhaustive when the union of them is sample space. In the given question,Sample space, `S = {(H,H,H),(H,H,T),(H,T,T),(T,H,H),(H,T,H),(T,H,T),(T,T,H),(T,T,T)}` Here, `H` represents Head and `T` represents Tail. So, (i)Two events which are mutually exclusive. `A =` All three Heads, `B` = All three Tails As, `AnnB= phi` So, `A` and `B` are mutually exclusive events. (ii)Three events which are mutually exclusive and exhaustive. `A = {(H,H,H),(T,T,T)}` `B= {(H,H,T),(H,T,H),(T,H,H)}` `C= {(T,T,H),(T,H,T),(H,T,T)}` As, `AnnBnnC = phi` `AuuBuuC = S` Events `A,B,C` are mutually exclusive and exhaustive. (iii)Two events, which are not mutually exclusive. `A = {H,H,T}` `B= {H,T,H}` As both these events have two heads and one tail, these events are not mutually exclusive. (iv)Two events which are mutually exclusive but not exhaustive. `A =` All three Heads, `B` = All three Tails As, `AnnB= phi` `AuuB != S` So, `A` and `B` are mutually exclusive but not mutually exhaustive events. (v)Three events which are mutually exclusive but not exhaustive. `A = {(H,H,H)}` `B= {(H,H,T)}` `C= {(H,T,T)}` Here, `AnnBnnC = phi` `AuuBuuC !=S` So, all these three events are mutually exclusive bot not mutually exhaustive. |
|
1875. |
Assume that the birth of a boy or girl to a couple to be equally likely, mutually exclusive, exhaustive and independent of the other children in the family. For a couple having `6` children, the probability that their "three oldest are boys" isA. `(20)/(64)`B. `(1)/(64)`C. `(8)/(64)`D. none of these |
Answer» Correct Answer - C `(c )` `E : B_(1)B_(2)B_(3)xxxxxx`, where `xx` means `B` or `G` `:.P(E)=(1)/(2)*(1)/(2)*(1)/(2)=(1)/(8)=(8)/(64)` |
|
1876. |
An event `X`can take place in conjuction with any one of the mutually exclusive andexhaustive events `A ,Ba n dC`. If `A ,B ,C`are equiprobable and the probability of `X`is 5/12, and the probability of `X`taking place when `A`has happened is 3/8, while it is 1/4 when `B`has taken place, then the probabililty of `X`taking place in conjuction with `C`is`5//8`b. `3//8`c. `5//24`d. none of theseA. `5//8`B. `3//8`C. `5//24`D. None of these |
Answer» Correct Answer - A `P(A) =P(B)=P(C)and P(A)+P(B)+P(C) =1` `thereforeP(A)=P(B)=P(C)=1/3.` Also, `P(X)=5/12,P(X//A)=3/8,P(X//B)=1/4` We have, `P(X)=P(A)P(X//A)+P(B)P(X//B)+P(C) P(X//C)` `therefore5/12=1/3{(3)/(8)+(1)/(4)+P(X//C)}` `impliesP(X//C)=5/8` |
|
1877. |
If A and B are mutually exclusive events of an experiment. If P (not A) = 0.65, P(A ∪ B) = 0.65 and P(B) = P, then find the value of P. |
Answer» Given, P(not A) = 0.65 ⇒ 1 – P(A) = 0.65 ⇒ P(A) = 0.35 P(A ∪ B) = 0.65, p(B) =p . Since A, B are mutually exclusive, so– P(A ∪ B) = P(A) + P(B) ⇒ 0.65 = 0.35 + P ⇒ P = 0.30 |
|
1878. |
Let E1 and E2 be the events such that P(E1) = 1/3 and P(E2) = 3/5.Find:(i) P(E1∪ E2), when E1 and E2 are mutually exclusive.(ii) P(E1∩ E2), when E1 and E2 are independent |
Answer» Given: E1 and E2 are two events such that P(E1) = \(\frac{1}{3}\) and P(E2) = \(\frac{3}{5}\) To Find: (i) P(E1 ∪ E2) when E1 and E2 are mutually exclusive. We know that, When two events are mutually exclusive P(E1 ∩ E2) = 0 Hence, P(E1 ∪ E2) = P(E1) + P(E2) = \(\frac{1}{3}+\frac{3}{5}\) = \(\frac{14}{15}\) Therefore , P(E1 ∪ E2) = \(\frac{14}{15}\) when E1 and E2 are mutually exclusive. (ii) P(E1 ∩ E2) when E1 and E2 are independent. We know that when E1 and E2 are independent , P(E1 ∩ E2) = P(E1) x P(E2) = \(\frac{1}{3}\times \frac{3}{5}\) = \(\frac{1}{5}\) Therefore, P(E1 ∩ E2) = \(\frac{1}{5}\) when E1 and E2 are independent. |
|
1879. |
If E1, E2, E3 are three mutually exclusive event and exhaustive events of an experiment such that– 2P(E1) = 3P(E2) = P(E3), then find P(E1). |
Answer» Since E1, E2, E3 are mutually exclusive and exhaustive events, so E1 ∩ E2 =ϕ , E2 ∩ E3 = ϕ, E1 ∩ E3 = ϕ, E1 ∩ E2 ∩ E3 = ϕ and E1 ∪ E2 ∪ E3 = S ∴ p(E1 ∪ E2 ∪ E3) = E1 ∩ E2 ∩ E3 = ϕ p(E1) + p(E2) + p(E3) ⇒ P(S) = P(E1) + \(\frac{2}{3}\)P(E1) + 2P(F1) ⇒ 1 = P(F1) + \(\frac{8}{3}\)P(F1) ⇒ \(\frac{11}{3}\)P(E1) = 1 ⇒ P(E1) = \(\frac{3}{11}\) |
|
1880. |
Let E1 and E2 be the events such that P (E1) = 1/3 and P (E2) = 3/5.Find:(i) P (E1 U E2), when E1 and E2 are mutually exclusive,(ii) P (E1 ∩ E2), when E1 and E2 are independent. |
Answer» (i) P (E1 U E2), when E1 and E2 are mutually exclusive We know that when two events are mutually exclusive P (E1 ∩ E2) = 0 So P (E1 U E2) = P (E1) + P (E2) By substituting the values = 1/3 + 3/5 = 14/15 Hence, P (E1 U E2) = 14/15, when E1 and E2 are mutually exclusive. (ii) P (E1 ∩ E2), when E1 and E2 are independent We know that when two events are independent P (E1 ∩ E2) = P (E1) × P (E2) By substituting the values = 1/3 × 3/5 = 1/5 Hence, P (E1 ∩ E2) = 1/5 when E1 and E2 are independent. |
|
1881. |
The probability distribution of a discrete random variable x is given as under Calculate (i) the value of A, if E(X)=2.94. (ii) variance of X. |
Answer» (i) We have,`sumXP(X)=1/2+2/5+12/25+(2A)/10+(3A)/25+(5A)/25` `=(25+20+24+10A+6A+10A)/50=(69+26A)/50` Since, E(X)=`sumXP(X)` `rArr2.94=(69+26A)/50` `rArr 26A=50xx2.94-69` `rArrA=(147-69)/26=78/26=3` (ii) We know that, Var(X)=`E(X^(2))-[E(X)]^(2)` `=sumX^(2)P(X)-[sumXP(X)]^(2)` `=1/2+4/5+48/25+(4A^(2))/10+(9A^(2))/25+(25A^(2))/25-[E(X)]^(2)` `=(20+40+96+20A^(2)+18A^(2)+50A^(2))/50-[E(X)]^(2)` `=(161+88A^(2))/50-[E(C)]^(2)=(161+88xx(3)^(2))/50-[E(X)]^(2)` `[becauseA=3]` `=953/50-[2.94]^(2)` [`becauseE(X)=2.94`] =19.0600-8.6436=10.4164 |
|
1882. |
A discrete random variable X has the following probability distribution the value of C and the mean of the distribution are A. `1/(10) and 3.66`B. `1/(20) and 2.66`C. `1/(15) and 1.33`D. None of these |
Answer» Correct Answer - A Since `Segmap=1` we have `C+2C+2C+3C+C^2+2C^2+7C^2+C=1` `rArr" "10C^2+9C-1=0` `rArr" "(10C-1)(C+1)=0` `rArr" "C=1/(10),C=-1` Therefore, the permissible value of `C=1/(10)` Mean `sum_(i=1)^nx_ip_1=sum_(i=1)^7x_ip_i` `=1xx1/(10)+2xx2/(10)+3xx2/(10)+4xx3/(10)+5(1/(10))^2+6xx2(1/(10))^2+7(7(1/(10))^2+1/(10))` `=1/(10)+4/(10)+6/(10)+(12)/(10)+5/(100)+(12)/(100)+(49)/(100)+7/(10)` =3.66 |
|
1883. |
Three fair coins are tossed. What is the probability of getting three heads given that at least two coins show heads? |
Answer» When three fair coins are tossed, the sample space is S = {HHH, HHT, HTH, HTT, THH, THT, TTH, TTT} ∴ n(S) = 8 Let event A: Getting three heads. ∴ A = {HHH} Let event B: Getting at least two heads. ∴ B = {HHT, HTH, THH, HHH} ∴ n(B) = 4 ∴ P(B) = \(\frac {n(B)}{n(S)} = \frac {4} {8}\) Now, A ∩ B = {HHH} ∴ n(A ∩ B) = 1 ∴ P(A ∩ B) = \(\frac {n(A∩B)}{n(S)} = \frac {1} {8}\) ∴ Probability of getting three heads, given that at least two coins show heads, is given by P(A/B) = \(\frac {P(A∩B)}{P(B)} \) = \(\frac {\frac{1}{8}}{\frac{4}{8}}\) = 1/4. |
|
1884. |
The probability distribution of a discrete random variable X is given below The value of k isA. 8B. 16C. 32D. 48 |
Answer» We know that, `SigmaP(X)=1` `rArr5/k+7/k+9/k+11/k=1` `rArr32/k=1` `therefore` k=32 |
|
1885. |
Let a pair of fair coins be tossed. Here S = {HH, HT, TH, TT}. Consider the events A = {heads on the first coin} = {HH, HT}, B = {heads on the second coin} = {HH, TH}, C = {heads on exactly one coin} = {HT, TH} |
Answer» Then P (A) = P (B) = P (C) = \(\frac{2}{4}\) = \(\frac{1}{2}\) and P (A ∩ B) = P ({HH}) = \(\frac{1}{4}\), P (A ∩ C) = P ({HT}) = \(\frac{1}{4}\) P (B ∩ C) = P ({TH}) = \(\frac{1}{4}\), (A ∩ B ∩ C) = ϕ ∴ P (A ∩ B ∩ C) = P (ϕ) = 0 ≠ P (A). P (B). P (C) Thus condition (i) is satisfied, i.e., the events are pairwise independent. But condition (ii) is not satisfied and so the three events are not independent |
|
1886. |
Consider a sample space `"S"`representing the adults in a small town who have completedthe requirements for a college degree. They have been categorized accordingto sex and employment as follows:, Employed, UnemployedMale, 460, 40Female, 140, 260An employed person is selected at random. Find theprobability that the chosen one is a male. |
Answer» Correct Answer - `23//30` Let m be the event that man is chosen and E be the event that chosen one is employed. From the concept of reduced sample space, we immediately get `P(M//E)=(460)/(600)=(23)/(30)` Also `P(E)=(600)/(900)=2/3` `P(EnnM)=(460)/(900)=(23)/(45)` `impliesP(E//M)=(23//45)/(2//3)=(23)/(30)` |
|
1887. |
The probability of getting exactly two heads when tossing a coin three times isA. `(1)/(4)`B. `(1)/(8)`C. `(3)/(8)`D. `(5)/(8)` |
Answer» Correct Answer - (c) | |
1888. |
The following is the probability distribution of a random vaiable X. The value of k is A. `(4)/(15)`B. `(1)/(15)`C. `(1)/(5)`D. `(2)/(15)` |
Answer» Correct Answer - (d) | |
1889. |
A coin is tossed three times. If events A and B are defined as A = Two heads come, B = Last should be head. Then, A and B areA. independentB. dependentC. bothD. mutually exclusive |
Answer» Correct option is B. dependent since event A is two heads come and event B is last should be head, both are dependent. |
|
1890. |
A coin is tossed three times in succession. If `E`is theevent that there are at least two heads and `F`is theevent in which first throw is a head, then find `P(E//F)dot` |
Answer» Correct Answer - `3//4` `P(E)=4/8=1/2{because"favorable cases are"THH, HTH, HHT, HHH]` `P(F)=4/8=1/2[because"favorable cases are"HTH, HHT,HT T, HHH]` `P(EnnF)=3/8` `P(E//F)=(P(EnnF))/(P(F))=(3//8)/(1//2)=3/4` |
|
1891. |
A coin is tossed four times. The probability that atleast one heads turns up isA. `(1)/(16)`B. `(1)/(8)`C. `(7)/(8)`D. `(15)/(16)` |
Answer» Correct Answer - (d) | |
1892. |
A coin is tossed three times. Event A: two heads appear Event B: last should be head Then identify whether events A and B are independent or not. |
Answer» Correct Answer - Not independent `P(A)=3/8and P(B)=1/2` `P(A)P(B) =3/8xx1/2=3/16` `P(Annb)=2/8=1/4neP(A)P(B)` Hence, A and B aer not independent. |
|
1893. |
A coin istossed three times. Let the events `A ,B`and `C`be defined asfollows:`A=`first toss ishead, `B=`second tossis head, and `C=`exactly twoheads are tossed in a row. Check the independence of`A&B``B&C``C&A` |
Answer» Here, `A = {(HHH),(HHT),(HTH),(HT T)}` `B = {(HHH),(HHT),(THH),(THT)}` `C = {(HHT),(THH)}` We can clearly see that `A` and `B` are completely independent. Also, `B` and `C` are independent as in `C` head, is at the second toss. So, it will not have any impact on `B`. Now, there are elements in `A` where, two consecutive head are not present. It means, `A` and `C` are dependent events. |
|
1894. |
If ten coins are tossed, then what is the probability of getting atleast 8 heads? |
Answer» In this case, we have to find out the probability of getting atleast 8 heads. Let X is the random variable for getting a head. Here, n=10, r`ge8` i.e., r=8,9,10,p=`1/2,q=1/2` We know that, `P(X=r)=""^(n)C_(r)p^(r )q^(n-r)` P(X=r)=P(r=8)+P(r=9)+P(r=10) `=""^(10)C_(8)(1/2)^(8)(1/2)^(10-8)+""^(10)C_(9)(1/2)^(9)(1/2)^(10-9)+""^(10)C_(10)(1/2)^(10)(1/2)^(10-10)` `=(10!)/(8!2!)(1/2)^(10)+(10!)/(9!1!)(1/2)^(10)+(10!)/(0!10!)(1/2)^(10)` `=(1/2)^(10)[(10xx9)/2+10+1]` `=(1/2)^(10)cdot56=1/(2^(7)cdot2^(3))cdot56=7/128` |
|
1895. |
A coin is tossed three times, consider the followingevents.A : No head appears, B: Exactly one head appearsand C: Atleast two appear.Do they form a set of mutually exclusive andexhaustive events? |
Answer» The sample space of the experiment is `S = {HHH,HHT,HTH,THH,HT T,THT,T TH,T T T}` `A = {T T T}` `B = {HT T, THT, T TH}` `C = {HHT, HTH, THH, HHH}` Now, `A uu B uu C = {T T T, HT T, THT, T TH, HHT, HTH, THH, HHH} = S` Therefore, A, B and C are exhaustive events. Also, `A nn B = phi, A nn C = phi and B nn C = phi` Therefore, A, B and C form a set of mutually exclusive and exhaustive events. |
|
1896. |
An integer is chosen at random from first 200 positive integers. Find the probability that the integer is divisible by 6 or 8. |
Answer» Given, Sample space is the set of first 200 natural numbers. ∴ n(S) = 200 Let A be the event of choosing the number such that it is divisible by 6 ∴ n(A) = \([\frac{200}{6}] \)= [33.334] = 33 {where [.] represents Greatest integer function} ∴ P(A) = \(\frac{n(A)}{n(S)} =\frac{33}{200}\) Let B be the event of choosing the number such that it is divisible by 8 ∴ n(B) = \([\frac{200}{8}] \)= [25] = 25 {where [.] represents Greatest integer function} ∴ P(B) = \(\frac{n(B)}{n(S)} = \frac{25}{200}\) We need to find the P(such that number chosen is divisible by 6 or 8) ∵ P(A or B) = P(A∪B) Note: By definition of P(E or F) under axiomatic approach(also called addition theorem) we know that: P(E∪F) = P(E) + P(F) – P(E ∩ F) ∴ P(A∪B) = P(A) + P(B) – P(A∩B) We don’t have value of P(A∩B) which represents event of choosing a number such that it is divisible by both 4 and 6 or we can say that it is divisible by 24. n(A∩B) = \([\frac{200}{24}]\) = [8.33] = 8 ∴ P(A∩B) = \(\frac{nP(A ∩ B)}{n(S)} =\frac{8}{200}\) ∴ P(A∪B) = \(\frac{33}{200}+\frac{25}{200}-\frac{8}{200}\) = \(\frac{5}{200}= \frac{1}{4}\) |
|
1897. |
Suppose an integer from 1 through 1000 is chosen at random, fins the probability that the integer is a multiple of 2 or a multiple of 9. |
Answer» Given, Sample space is the set of first 1000 natural numbers. ∴ n(S) = 1000 Let A be the event of choosing the number such that it is multiple of 2 ∴ n(A) = [1000/2] = [500] = 500 {where [.] represents Greatest integer function} ∴P(A) = \(\frac{n(A)}{n(S)}\) = \(\frac{500}{1000}\) Let B be the event of choosing the number such that it is multiple of 9 ∴ n(B) = [1000/9] = [111.11] = 111 {where [.] represents Greatest integer function} ∴P(A) = \(\frac{n(A)}{n(S)}\) = \(\frac{111}{1000}\) We need to find the P(such that number chosen is multiple of 2 or 9) ∵ P(A or B) = P(A∪B) Note: By definition of P(E or F) under axiomatic approach(also called addition theorem) we know that: P(E∪F) = P(E) + P(F) – P(E ∩ F) ∴ P(A ∪ B) = P(A) + P(B) – P(A ∩ B) We don’t have value of P(A∩B) which represents event of choosing a number such that number is a multiple of both 2 and 9 or we can say that it is a multiple of 18. n(A∩B) = [1000/18] = [55.55] = 55 ∴ P(A ∩ B) = \(\frac{n(A∪B)}{n(s)}\) = \(\frac{55}{1000}\) ∴ P(A ∩ B) = \(\frac{500}{1000}+\frac{111}{1000}-\frac{55}{1000}\) = \(\frac{556}{1000}=\frac{139}{250} \) |
|
1898. |
Find the probability of getting 2 or 3 tails when a coin is tossed four times. |
Answer» When a coin is tossed 4 times. A total of 24 = 16 outcomes are possible. Let S be the set consisting of all such outcomes. ∴ n(S) = 16 Let A be the event of getting 2 tails. ∴ A = {TTHH,THTH,THHT,HTTH,HTHT,HHTT} ∴ n(A) = 6 ∴ P(A) = \(\frac{6}{16} \)= \(\frac{3}{8}\) Let B be the event of getting 3 tails. ∴ B = { TTTH ,TTHT, THTT,HTTT } ⇒ n(B) = 4 ∴ P(B) = \(\frac{4}{16}\)= \(\frac{1}{4}\) We need to find the probability of getting 2 tails or 3 tails i.e. P(A∪B) = ? As we can’t get 2 and 3 tails at the same time. So A and B are mutually exclusive events. ∴ P(A∪B) = P(A) + P(B) = \(\frac{3}{8}\) + \(\frac{1}{4}\)= \(\frac{5}{8}\) |
|
1899. |
A fair coin is tossed 100 times. The probability of getting tails 1, 3,.., 49 times is`1//2`b. `1//4`c. `1//8`d. `1//16`A. `1//2`B. `1//4`C. `1//8`D. `1//16` |
Answer» Correct Answer - B Let the probability of getting a tail in a single trial be `p=1//2.` The number of trials be n=100 and the number of trials in 100 trials be X. `P(X=r)=""^(100)C_(r)p^(r)q^(n-r)` `=""^(100)C_(r)((1)/(2))^(r)((1)/(2))^(100-r)=""^(100)C_(r)((1)/(2))^(100)` Now, `N P(X=1)+P(X=3)+...+P(X=49)` `=""^(100)C_(1)((1)/(2))^(100)+""^(100)C_(3)((1)/(2))^(100)+...+""^(100)C_(49)((1)/(2))^(100)` `But ""^(100)C_(1)+""^(100)C_(3)+...+""^(100)C_(99)=2^(99)` Also, `""^(100)C_(99)=""^(100)C_(1)` `""^(100)C_(97)=""^(100)C_(3)...""^(100)C_(51)=""^(100)C_(49)` Thus, `2(""^(100)C_(1)+""^(100)C_(3)+...+""^(100)C_(49)=2^(99)` `or""^(100)C_(1)+""^(100)C_(3)+...+""^(100)C_(49)=2^(98)` Therefore, probability of required event is `(2^(98))/(2^(100))=(1)/(4)2^(98)//2^(100)=1//4` |
|
1900. |
One card is drawn from a pack of 52 cards. The probability that it is the card of a king or spade isA. \(\frac{1}{26}\) B. \(\frac{3}{26}\) C. \(\frac{4}{13}\)D. \(\frac{3}{13}\) |
Answer» As a card is drawn from a deck of 52 cards Let S denotes the event of card being a spade and K denote the event of card being King. As we know that a deck of 52 cards contains 4 suits (Heart ,Diamond ,Spade and Club) each having 13 cards. The deck has 4 king cards one from each suit. We know that probability of an event E is given as- P(E) = \(\frac{number\,of\,favourable\,outcomes}{total\,number\,of\,outcomes}\) = \(\frac{n(E)}{n(s)}\) Where n(E) = numbers of elements in event set E And n(S) = numbers of elements in sample space. Hence, P(S) = \(\frac{n(spade)}{total\,number\,of\,cards}\) = \(\frac{13}{52}=\frac{1}{4}\) P(K) = \(\frac{4}{52}=\frac{1}{13}\) And P(S∩K) = \(\frac{1}{52}\) We need to find the probability of card being spade or king, i.e. P(Spade ‘or’ King) = P(S∪K) Note: By definition of P(A or B) under axiomatic approach(also called addition theorem) we know that: P(A∪B) = P(A) + P(B) – P(A∩B) ∴ P(S∪K) = P(S) + P(K) - P(S∩K) ⇒ P(S∪K) = \(\frac{1}{4}+\frac{1}{13}-\frac{1}{52}\) = \(\frac{17}{52}-\frac{1}{52}\) = \(\frac{16}{52}=\frac{4}{13}\) ∴ P(S∪K) = 4/13 ∴ Option (c) is the correct choice. |
|