

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.
1351. |
A card is drawn at random from a pack of cards. What ist the probability that the drawn card is neither a heart nor a king? |
Answer» There are 13 cards which are heart and 4 cards which are king. But one card is king or heart = 13 + 4 - 1 = 16 Number of cards which are not king or heart = 52 - 16 = 36 So, required probability = `(36)/(52) = (9)/(13)` |
|
1352. |
There are 3 red, 5 blue and 2 yellow balls in a box. Two balls are drawn at random without replacing the first one. Find the probability that i) at least one is yellowii) Both of them are not red |
Answer» Balls in the box RED---3 BLUE-----5 YELLOW ----2 Total ---------10 i) Probability that 1st ball drawn is not yellow will be 8/10 Probability that 2nd ball drawn without replacement is not also yellow will be 7/10 As the events are idepedent ,then probability that both the balls drawn one after another is not yellow will be 8/10×7/9=28/45 Hence probability of drawing at least one yellow ball will be = 1-28/45=17/45. ii) Probability that 1st ball drawn is red will be =3/10 Probability that 2nd ball drawn without replacement of first red ball is also red will be 2/9 Then probability that both are not red wil be =1-3/10×2/9=1-1/15=14/15 |
|
1353. |
Find the probability distribution of the number of successes in two tosses of a die, where a success is defined as(i) number greater than 4(ii) six appears on at least one die |
Answer» Here, the total number of outcomes,`n(S) = 6^2 = 36` (i) Number of outcomes when both tosses of die do not have a number greater than 4,(X=0)`=4**4=16` Number of outcomes when exactly one toss of die has a number greater than 4,(X=1)`=4**2+2**4=16` Number of outcomes when both tosses of die have a number greater than 4(X=2),`=2**2 = 4` So, `P(X=0) = 16/36 = 4/9` `P(X=1) = 16/36 = 4/9` `P(X=2) = 4/36 = 1/9` (ii) Number of outcomes when six does not appear on both tosses of die,(X=0)`=5**5=25` Number of outcomes when six appear only on one toss of die,(X=1)`=5**1+1**5=10` Number of outcomes when six appear on both tosses of die,4(X=2),`=1**1 = 4` So, `P(X=0) = 25/36` `P(X=1) = 10/36 = 5/18` `P(X=2) = 1/36 = 1/36` |
|
1354. |
State which of the following are not the probability distributions of a random variable. Give reasons for your answer. |
Answer» We know, `P(X)` should be between `0 and 1`. Also, sum of all the probablities in a probablity distribution should be 1. (i) Here, sum of all probablities is 1 and all probablities are between 0 and 1. So, this is a probablity distribution. (ii) Here, P(X=3) is negative. So, this is not a probablity distribution. (iii) Here, sum of all probablities is `0.9` which is less than 1.So, this is not a probablity distribution. (iv)Here, sum of all probablities is `1.05` which is greater than 1.So, this is not a probablity distribution. |
|
1355. |
State which of the following are not the probability distributions of a random variable. Give reasons for your answer.(i) x012P(X)0.40.40.2(ii) x01234P(X)0.10.50.2-0.10.3 (iii) y-101P(y)0.60.10.2(iv) z3310-1P(z)0.30.20.40.10.05 |
||||||||||||||||||||||||||||||||||||||||||||
Answer» (i)
(ii)
It is not P.d as P(X) < 0 when x = 3 (iii)
It is not P.d as ΣP(X) = .9 ≠1 (iv)
It is not a P.d as ΣP(X) = 1.05 > 1
|
|||||||||||||||||||||||||||||||||||||||||||||
1356. |
Two dice are thrown together and the total score is noted. The event E,F and G are a total 4, a total of 9 or more, and a total divisible by5, respectively. Calculate `P(E),P(F)a n dP(G)`and decide which pairs of events, if any, are independent. |
Answer» Two dices are thrown together i.e., sample spaces (S) =36`rArr`n(S)=36 E=A total of 4 = {(2,2),(3,1),(1,3)} `rArr n(E )=3` F= A total of 9 or more `={(3,6),(6,3),(4,5),(4,6),(5,4),(6,4),(5,5),(5,6),(6,5),(6,6)}` `rArr n(F)=10` G =a total divisible by `5={(1,4),(4,1),(2,3),(3,2),(4,6),(6,4),(5,5)]}` `rArrn(G)=7` Here, `(EcapF)=phiand (EcapG)=phi` Also, `(FcapG)={(4,6),(6,4),(5,5)}` `rArr n(FcapG)=3 and (EcapFcapG)=phi` `therfore P(E)=(n(E))/(n)(S))=10/36=5/18` `P(G)=(n(G))/(n(S))=7/36` `P(FcapG)=3/36=1/12` and `P(F)cdotP(G)=5/18cdot7/36=35/648` Her, we see that `P(FcapG)neP(F)cdotP(G)` [since, only F and G have common events, so only F and G are used here] Hence, there is no pair which is independent |
|
1357. |
Two dice are thrown. Describe the sample space of this experiment. |
Answer» Given: Two dice are thrown. We know there are 6 faces on a dice. Which contains (1, 2, 3, 4, 5, 6). Here two dice are thrown, and then we have two faces of dice (one of each). So, the total sample space will be 62 = 36 ∴ The sample space is: 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, 6), (5, 5), (6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)} |
|
1358. |
Explain why the experiment of tossing a coin three times is said to have binomial distribution. |
Answer» As the random variable X takes 0, 1, 2, 3, …, n is said to be binomial distribution having parameters n and p, if the probability is given by P(X = r) = nCr pr qn-r, where q = 1 – p and r = 0, 1, 2, 3, … Similarly, in case of tossing a coin 3 times, we have n = 3 and X has the values 0, 1, 2, 3 with p = ½, q = ½. Therefore, it is said that the experiment of tossing a coin three times have binomial distribution. |
|
1359. |
Write the sample space for the experiment of tossing a coin four times. |
Answer» Given: A coin is tossed four times. We know that, the coins is tossed four time, then the no. of samples 24 = 16 So, ∴ The sample space is {HHHH, TTTT, HHHT, HHTH, HTHH, THHH, HHTT, HTTH, HTHT, THHT, THTH, TTHH, HTTT, THTT, TTHT, TTTH} |
|
1360. |
Explain why the experiment of tossing a coin three times is said to have binomial distribution. |
Answer» We know that, in a Bindmial distribution, (i) There are 2 outcomes for each trial (ii) There is a fixed number of trials (iii) The probability of success must be the same for all the trials. When coin is tossed, possible outcomes are Head and Tail. Since coin is tossed three times, we have fixed number of trials. Also probability of Head and Tail in each trial is 1/2. Thus given experiment is said to have binomial distribution. |
|
1361. |
Two coins are tossed simultaneously. What is the number of all outcomes? A) 3 B) 4 C) 2D) 1 |
Answer» Correct option is (B) 4 If two coins are tossed simultaneously then possible outcomes are S = {HH, HT, TH, TT}. \(\therefore\) Total number of outcomes is n(S) = 4. Correct option is B) 4 |
|
1362. |
A letter is chosen at random from the word “ROSE”. Find the probability, that the letter chosen is a vowel. A) 1/4B) 3/4C) 1/2D) 2/5 |
Answer» Correct option is (C) 1/2 R & S are consonant and 0 & E are vowels in word ROSE. Total number of letters in ROSE is n(S) = 4 Total vowel letters in ROSE is n(V) = 2 \(\therefore\) P(V) \(=\frac{n(V)}{n(S)}=\frac24=\frac12\) Hence, the probability that the letter chosen is a vowel is \(\frac{1}{2}.\) Correct option is C) 1/2 |
|
1363. |
The probability of an event which is impossible A) 0 B) -1 C) 1 D) 2 |
Answer» Correct option is: A) 0 |
|
1364. |
The probability of drawing a prime number from a pack of cards numbered from 1 to 10A) 2/10B) 1/10C) 5/10D) 2/5 |
Answer» Correct option is: D) 2/5 |
|
1365. |
The probability of an event always lie between A) 1 and 2B) -1 and 1 C) -1 and 0 D) 0 and 1 |
Answer» Correct option is: D) 0 and 1 |
|
1366. |
How can students start practice Probability Class 12 Mock Test easily? |
Answer» Have a crack at this Probability test and look at your world rank supported your performance. If you perform badly then no ought to worry. you'll get a close analysis of your performance in the CBSE Probability Class 12 Mock Test in order that you'll improve and hit back in the next attempt. Now give your CBSE Mathematics exam preparation a lift with Sarthaks eConnect chapter-based CBSE Class 12 Probability mock test. Knowing and understanding the probability of something happening is, will be vital and provides you an edge others do not have. Confirm you understand your class 12 probability practicing questions are all we will say. Every question and solution is meticulously created by our subject matter experts. These tests are the closest you'll find thereto of a true examination. All the questions are framed as per the amount of the board exam and competitive level too. By taking these tests students can get an instant evaluation of their preparation. These tests help students to arrange practice and evaluate their preparation for exams. Click here to start practice: - Class 12 Probability Mock Test |
|
1367. |
Consider the experiment of rolling a die. Let A be the event ‘getting a prime number, B be the event ‘getting an odd number’. Write the sets representing the events” (i) ‘A or B’ (ii) ‘A and B’ (iii) ‘not A’ (iv) ‘A but not B’. |
Answer» We have, the sample space of an experiment of rolling a die is S = {1,2,3,4,5,6} Here, A = {2,3,5} and B = {1, 3, 5} (i) ’A or B’=A ∪ B = {1, 2, 3, 5} (ii) ’A and B’=A ∩ B = {3, 5} (iii) ’not A’= A’ = S – A = {1, 4, 6} (iv) ’A but not B ’= A – B = {2} |
|
1368. |
prove that total number of ways of selection of r points out of n points in a row such that no two of them are consecutive C(n-r+1,r). |
Answer» Here, the total number of points is `n` and we have to select `r` points. So, the points left will be `n-r`. Between the remaining `n-r` points, there are total `n-r+1` places where we can select `r` points such that two points are consecutive. So, the number of ways doing this ` = C(n-r+1),r)`. |
|
1369. |
Out of `3n`consecutive integers, there are selected at random. Findthe probability that their sum is divisible by 3.A. `(n(3n^(2)-3n+2))/(2)`B. `(3n^(2)-3n+2)/(2(3n-1)(3n-2))`C. `(3n^(2)-3n+2)/((3n-1)(3n-2))`D. `(n(3n-1)(3n-2))/(3(n-1))` |
Answer» Correct Answer - C Let the sequence of 3n consecutive integers begins with the integer m. Then, the 3n consecutive integers are m,m+1,m+2,.., m+(3n-1). Out of these integers, 3 integers can be chosen in `.^(3n)C_(3)` ways. Let us divide these 3n consecutive integers into three groups `G_(1),G_(2) " and " G_(3)` as follows : `G_(1) : m, m+3, m+6,.., m+(3n-3)` `G_(2) : m+1, m+4, m+7,.., m+(3n-2)` `G_(3) : m+2, m+5, m+8,.., m+(3n-1)` The sum of 3 integers chosen from the given 3n integers will be divisible by 3 if either all the three integers are chosen from the same group or one integer is chosen from each group. The number of ways that the three integers are from the same group is `(.^(n)C_(3)+ .^(n)C_(3)+ .^(n)C_(3))` and the number of ways that the integers are form different groups is `(.^(n)C_(1)xx .^(n)C_(1)xx .^(n)C_(1))`. So, the number of ways in which the sum of three integers is divisible by 3 is `(.^(n)C_(3)+ .^(n)C_(3)+ .^(n)C_(3))+( .^(n)C_(1)xx .^(n)C_(1)xx .^(n)C_(1))=3 .^(n)C_(3)+( .^(n)C_(1))^(3)` Hence, required probability `=(3xx.^(n)C_(3)+(.^(n)C_(1))^(3))/(.^(3n)C_(3))` `=(3n^(2)-3n+2)/((3n-1)(3n-2))` |
|
1370. |
What is Probability? |
Answer» Probability is the chance of occurring of a certain event when measured quantitatively. |
|
1371. |
A dart is thrown at a circular board which has regions marked for scoring. If the dart hits the region 1, the player gets 50 points and if it hits the region 2, the player gets 100 points. If the dart hits the board, find probability of the player getting 100 points. |
Answer» Area of bigger circle = 3.14×50×50 = 7850 Area of smaller circle = 3.14×20×20 =1256 Now if the player wants to score 100 points in a single shot then he will have to hit inside the smaller circle So P(scoring 100) = 1256/7850 |
|
1372. |
Without calculating, write the percentage of probability of the dart hitting the board in circular region ‘C’ (Le., ring C). |
Answer» \(\frac 19 \times100 \% = 11\frac 19\) |
|
1373. |
If the lengths of the sides of a triangle are decided by the three thrown of a single fair die,then the probability that the triangle is of maximum area given that it is an isosceles triangle, isA. `(1)/(7)`B. `(1)/(27)`C. `(1)/(14)`D. None of these |
Answer» Correct Answer - (b) | |
1374. |
Two positive real numbers x and y satisfying `xle1 and yle1` are chosen at random. The probability that `x+yle1`, given that `x^2+y^2le(1)/(4)`, isA. `(8-phi)/(16-phi)`B. `(4-phi)/(16-phi)`C. `(4-phi)/(8-phi)`D. None of these |
Answer» Correct Answer - (a) | |
1375. |
An urn contains 5 red and 2 black balls.Two balls are randomly drawn. Let X represent the number of black balls. What are the possible values of X ? Is X a random variable ? |
Answer» X can take the values 0, 1, 2 It is a Random variable because the experiment is a random experiment. |
|
1376. |
For any two events A and B in a sample space which one of the following is incorrect ?A. `P(A//B) ge (P(A)+P(B)-1)/(P(B)),P(B) ne0`, is always trueB. `P(A cap overline(B))=P(A)-P(A cap B)` does not holdC. `P(A cup B)=1-P(overline(A))P(overline(B))`, if A and B are independentD. `P(A cup B)=1-P(overline(A))P(overline(B))`, if A and B are disjoint. |
Answer» Correct Answer - D | |
1377. |
The probability of two events A and B are 0.25 and0.50 respectively. The probability of their simultaneous occurrences 0.15.Find the probability that neither A nor B occurs.A. 0.39B. 0.25C. 0.11D. none of these |
Answer» Correct Answer - A | |
1378. |
A committee of five is to be chosen from a group of 9 people. The probability that a certain married couple will either serve together or not at all isA. `1//2`B. `5//9`C. `4//9`D. `2//3` |
Answer» Correct Answer - C | |
1379. |
A committee of five is to be chosen from a group of 9 people. The probability that a certain married couple will either serve together or not at all isA. `(2)/(3)`B. `(4)/(9)`C. `(1)/(2)`D. `(5)/(9)` |
Answer» Correct Answer - B From a group of 9 people, 5 people can be chosen in `.^(9)C_(5)` ways. `therefore` Total number of ways of forming the committee `=.^(9)C_(5)` The number of ways in which a certain married couple is either in the committee or it is not included in the committee, is `.^(7)C_(3)xx .^(2)C_(2)+ .^(7)C_(5)` Hence, required probability `=(.^(7)C_(3)+ .^(7)C_(5))/(.^(9)C_(5))=(4)/(9)` |
|
1380. |
A five digit number if formed by the digits 1,2,3,4,5,6 and 8. The probability that the number has even digit at both ends isA. `(3)/(7)`B. `(4)/(7)`C. `(2)/(7)`D. none of these |
Answer» Correct Answer - C Total number of 5 digit numbers formed with the given digits `= .^(7)C_(5)xx 5!` There are 4 even digits out of which two even digits (for both ends) can be chosen in `.^(4)C_(2)` ways. Therefore, the two ends can be filled in `2xx .^(4)C_(2)` ways. Now, remaining three places can be filled in `.^(5)C_(3)xx3!` ways. `therefore` Number of 5 digit, numbers having even digits at both ends `=2xx .^(4)C_(2) xx .^(5)C_(3)xx3!` Required probability `=(2xx .^(4)C_(2)xx .^(5)C_(3)xx3!)/(.^(7)C_(5)xx5!)=(2)/(7)` |
|
1381. |
Let `x = 33^n` . The index n is given a positive integral value at random. The probability that the value of x will have 3 in the units place isA. `(1)/(2)`B. `(1)/(3)`C. `(1)/(4)`D. none of these |
Answer» Correct Answer - C We observe that the numbers in the set A have either 3 or 9 or 7 or 1 at units place. Thus, the numbers in set A can be grouped into four groups viz. numbers having 1 at units place, numbers having 3 at units place, numbers having 7 at units place and numbers 9 at units place. `therefore` Required probability `=(1)/(4)` |
|
1382. |
If `n`biscuits are distributed among `N`beggars, find the chance that a particular beggar will get `r(A. `.^(n)C_(r )((1)/(N))^(r ) ((N-1)/(N))^(n-r)`B. `(.^(n)C_(r ))/(N^(r ))`C. `.^(n)C_(r )`D. `(r )/(n)` |
Answer» Correct Answer - A Since a biscuit can be given to any one of N beggars. Therefore, each biscuit can be distributed in N ways. So, the total number of ways of distributing n biscuits among N beggars is `N xx N xx ..xx N=N^(n)` n-times Now, r biscuits can be given to a particular beggar in `.^(n)C_(r )` ways and the remaining (n-r) biscuits can be distributed to (N-1) beggars in `(N-1)^(n-r)` ways. Thus, the number of ways in which a particular beggar receives r biscuits is `.^(n)C_(r )xx (N-1)^(n-r)` Hence, required probability `=(.^(n)C_(r )xx(N-1)^(n-r))/(N^(n))` |
|
1383. |
7 white balls and 3 black balls are kept randomly in order. Find the probability that no two adjacent balls are black.A. `(1)/(2)`B. `(7)/(15)`C. `(2)/(15)`D. `(1)/(3)` |
Answer» Correct Answer - B 7 white and 3 black balls can be arranged in a row in `(10!)/(3!7!)` ways. When 7 white balls are arranged in a row there are 8 place in between. In these 8 places 3 black balls can be arranged in `.^(8)C_(3)` ways. `therefore` Required probability `=(.^(8)C_(3))/((10!)/(3!7!))=(7)/(15)` |
|
1384. |
A bag contains 5 red,8 green and 7 white balls. One ball is drawn at random from the bag, find the probability of getting :(i) not a white ball,(ii) neither a green nor a red ball. |
Answer» Total balls = 5 + 8 + 7 = 20 (i) P(white ball) = 7/20 P(not white) = 1 - 7/20 = 13/20 (ii) P(green or red) = (8 + 5)/20 = 13/20 P(neither green nor red) = 1 - (13/20) = 7/20 |
|
1385. |
A coin is tossed thrice and all eight outcomes are assumed equally likely. Find whether the events E and F are independent or not ? E : the number of heads is odd. F : the number of tails is odd. |
Answer» When a coin is tossed three times, the sample space is given by S = [HHH, HHT, HTH, THT, THH, HTT, TTH, TTT] E = {HHH, HTT, THT, TTH}, F = {TTT, HTH, THH, HHT} E ∩ F = ϕ P(E) = \(\frac{4}{8}\) = \(\frac{1}{2}\), P(F) = \(\frac{4}{8}\) = \(\frac{1}{2}\), P(E ∩ F) = ϕ P(E) . P(F) = \(\frac{1}{2}\) x \(\frac{1}{2}\) x \(\frac{1}{4}\) ≠ P(E ∩ F) ∴ E and F are not independent events. |
|
1386. |
There are five students `S_(1),S_(2),S_(3),S_(4)` and `R_(5)` arranged in a row, where initially the seat `R_(1)`is allotted to the students are randomly allotted the five seats `R_(1),R_(2),R_(3),R_(4)` and `R_(6)` arranged in a row, where initially the seat `R_(i)` is allotted to the student `S_(i)i,=1,2,3,4,5. But, on the examination day, the five students are randomly allotted the five seats. (There are two questions based on Paragraph, the question given below is one of them) For i=1,2,3,4. let `T_(i)` denote the event that the students `S_(1)` and `S_(i+1)` do NOT sit adjacent to each other on the day of the examination. Then, the probability of the event `T_(1) cap T_(2) cap T_(3) cap T_(4)` isA. `(1)/(15)`B. `(1)/(10)`C. `(7)/(60)`D. `(1)/(6)` |
Answer» Correct Answer - C Here , ` n(T_(1) cap T_(2) cap T_(3) cap T_(4))` Total `=-n(bar(T_(1)) cup bar(T_(2)) cup bar(T_(3)) cup bar(T_(4))) ` `implies n(T_(1) cap T_(2) cap T_(3) cap T_(4))` `=5! -[""^(4)C_(1)4! 2!-(""^(3)C_(1) 3!2!+""^(3)C_(1)3!2!2!)+(""^(2)C_(1)2!2!+""^(4)C_(1) 2*2!)-2]` ` implies n(T_(1) cap T_(2) cap T_(3) cap T_(4))` `=120-[192-(36+72)+(8+16)-2]` `=120-[192-108+24-2]=14` `:.` Required probability `=(14)/(120)=(7)/(60)` |
|
1387. |
There are three events A, B, C one of which must and only one can happen, the odds are 8 to 3 against A, 5 to 2 against B, fins the odds against C. |
Answer» As, out of 3 events A,B and C only one can happen at a time which means no event have anything common. ∴ We can say that A , B and C are mutually exclusive events. By definition of mutually exclusive events we know that: P(A ∪ B ∪ C) = P(A) + P(B) + P(C) According to question one event must happen. This implies A or B or C is a sure event. ∴ P(A ∪ B ∪ C) = 1 …Equation 1 We need to find odd against C Given, Odd against A = \(\frac{8}{3}\) ⇒ \(\frac{P{(\bar A)}}{P(A)} = \frac{8}{3}\) ⇒ \(\frac{1-P( A)}{P(A)} = \frac{8}{3}\) ⇒ 8 P(A) = 3 – 3 P(A) ⇒ 11 P(A) = 3 ∴ P(A) = \(\frac{3}{11}\) …Equation 2 Similarly, we are given with: Odd against B = \(\frac{5}{2}\) ⇒ \(\frac{P{(\bar B)}}{P(B)} = \frac{5}{2}\) ⇒ \(\frac{1-P( B)}{P(B)} = \frac{5}{2}\) ⇒ 5 P(B) = 2 – 2 P(B) ⇒ 7 P(B) = 2 ∴ P(B) = \(\frac{2}{7}\)…Equation 3 From equation 1,2 and 3 we get: P(C) = 1- \(\frac{3}{11}-\frac{2}{7}=\frac{77-21-22}{77} = \frac{34}{77}\) ∴ P(C’) = 1 – \(\Big(\frac{34}{77}\Big)=\frac{43}{77}\) ∴ Odd against C = \(\frac{p{(\bar c)}}{p(c)}\) = \(\frac{43}{\frac{77}{\frac{34}{77}}}\) = \(\frac{43}{34}\) |
|
1388. |
One of the two events must happen. Given that the chance of one is two-third of the other, find the odds in favour of the other. |
Answer» Let A and B are two events. As, out of 2 events A and B only one can happen at a time which means no event have anything common. ∴ We can say that A and B are mutually exclusive events. By definition of mutually exclusive events we know that: P(A ∪ B) = P(A) + P(B) According to question one event must happen. This implies A or B is a sure event. ∴ P(A ∪ B) = P(A) + P(B) = 1 …Equation 1 Given, P(A) = (2/3)P(B) To find: odds in favour of B ∴ P(B’) + \(\frac{2}{3}\) P(B) = 1 ⇒ \(\frac{5}{3}\) P(B) = 1 ⇒ P(B) = \(\frac{3}{5}\) ∴ P(B’) = 1 – \(\frac{3}{5}\) = \(\frac{2}{5}\) ∴ Odd in favour of B = \(\frac{P(B)}{P(\bar B)}\) = \(\frac{3}{\frac{5}{\frac{2}{5}}}\) = \(\frac{3}{2}\) |
|
1389. |
A card is drawn at random from a pack of 52 cards. Find the probability that card drawn is(i) a black king(ii) either a black card or a king(iii) black and a king(iv) a jack, queen or a king(v) neither a heart nor a king(vi) spade or an ace(vii) neither an ace nor a king(viii) neither a red card nor a queen(ix) other than an ace(x) a ten(xi) a spade(xii) a black card(xiii) the seven of clubs(xiv) jack(xv) the ace of spades(xvi) a queen(xvii) a heart(xviii) a red card |
Answer» Total no. of outcomes = 52 {52 cards} (i) E⟶ event of getting a black king No of favourable outcomes = 2{king of spades & king of clubs} We know that, P(E) = (No. of favorable outcomes)/(Total no.of possible outcomes) = 2/52 = 1/26 (ii) E⟶ event of getting either a black card or a king. No. of favourable outcomes = 26 + 2 {13 spades, 13 clubs, king of hearts & diamonds} P(E) = (26+2)/52 = 28/52 = 7/13 (iii) E⟶ event of getting black & a king. No. of favourable outcomes = 2 {king of spades & clubs} P(E) = 2/52 = 1/26 (iv) E⟶ event of getting a jack, queen or a king No. of favourable outcomes = 4 + 4 + 4 = 12 {4 jacks, 4 queens & 4 kings} P(E) = 12/52=3/13 (v) E⟶ event of getting neither a heart nor a king. No. of favourable outcomes = 52 – 13 – 3 = 36 {since we have 13 hearts, 3 kings each of spades, clubs & diamonds} P(E) = 36/52 = 9/13 (vi) E⟶ event of getting spade or an all. No. of favourable outcomes = 13 + 3 = 16 {13 spades & 3 aces each of hearts, diamonds & clubs} P(E) = 16/52 = 4/13 (vii) E⟶ event of getting neither an ace nor a king. No. of favourable outcomes = 52 – 4 – 4 = 44 {Since we have 4 aces & 4 kings} P(E) = 44/52 = 11/13 (viii) E⟶ event of getting neither a red card nor a queen. No. of favourable outcomes = 52 – 26 – 2 = 24 {Since we have 26 red cards of hearts & diamonds & 2 queens each of heart & diamond} P(E) = 24/52 = 6/13 (ix) E⟶ event of getting card other than an ace. No. of favourable outcomes = 52 – 4 = 48 {Since we have 4 ace cards} P(E) = 48/52 = 12/13 (x) E⟶ event of getting a ten. No. of favourable outcomes = 4 {10 of spades, clubs, diamonds & hearts} P(E) = 4/52=1/13 (xi) E⟶ event of getting a spade. No. of favourable outcomes = 13 {13 spades} P(E) = 13/52 = 1/24 (xii) E⟶ event of getting a black card. No. of favourable outcomes = 26 {13 cards of spades & 13 cards of clubs} P(E) = 26/52=1/2 (xiii) E⟶ event of getting 7 of clubs. No. of favourable outcomes = 1 {7 of clubs} P(E) = 1/52 (xiv) E⟶ event of getting a jack. No. of favourable outcomes = 4 {4 jack cards} P(E) = 4/52=1/13 (xv) E⟶ event of getting the ace of spades. No. of favourable outcomes = 1{ace of spades} P(E) = 1/52 (xvi) E⟶ event of getting a queen. No. of favourable outcomes = 4 {4 queens} P(E) = 4/52 = 1/13 (xvii) E⟶ event of getting a heart. No. of favourable outcomes = 13 {13 hearts} P(E) = 13/52 = 1/4 (xviii) E⟶ event of getting a red card. No. of favourable outcomes = 26 {13 hearts, 13 diamonds} P(E) = 26/52 = 1/2 |
|
1390. |
A bag contains 3 red balls and 5 black balls. A ball is drawn at random from the bag. What is the probability that the ball drawn is(i) red?(ii) not red? |
Answer» Total no. of possible outcomes = 8 {3 red, 5 black} (i) E ⟶ event of getting red ball. No. of favourable outcomes = 3 {3 red} Probability, P(E) = (No.of favorable outcomes)/(Total no.of possible outcomes) P(E) = 3/8 (ii) Bar E ⟶ event of getting no red ball. ()+P(Bar E)=1 P(̅)=1−P(Bar E) = 1 − 3/8 = 5/8 |
|
1391. |
A box contains 90 discs which are numbered from 1 to 90. If one discs is drawn at random from the box, find the probability that it bears(i) a two digit number(ii) a perfect square number(iii) a number divisible by 5. |
Answer» Total no. of possible outcomes = 90 {1, 2, 3, … 90} (i) E ⟶ event of getting 2 digit no. No. of favourable outcomes = 81 {10, 11, 12, …. 90} Probability P(E) = (No.of favorable outcomes)/(Total no.of possible outcomes) P(E) = 81/90 = 9/10 (ii) E ⟶ event of getting a perfect square. No. of favourable outcomes = 9 {1, 4, 9, 16, 25, 26, 49, 64, 81} P(E) = 9/90=1/10 (iii) E ⟶ event of getting a no. divisible by 5. No. of favourable outcomes = 18 {5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90} P(E) = 18/90 = 1/5 |
|
1392. |
A card is drawn at random from a well shuffled pack of 52 cardsX : The card drawn is black or a king Y : The card drawn is a club or heart or a jack Z : The card drawn is an ace or a diamond or a queen Then, which of the following is correct. (a) P(X) > P(Y) > P(Z) (b) P(X) ≥ P(Y) = P(Z) (c) P(X) = P(Y) > P(Z) (d) P(X) = P(Y) = P(Z) |
Answer» (c) P(X) = P(Y) > P(Z) P(X) = \(\frac{26}{52}\) + \(\frac{4}{52}\) - \(\frac{2}{52}\) = \(\frac{28}{52}\) (∵ There are 26 black cards, 4 kings and 2 black kings) P(Y) = \(\frac{13}{52}\) + \(\frac{13}{52}\) + \(\frac{4}{52}\) - \(\frac{1}{52}\) - \(\frac{1}{52}\) = \(\frac{28}{52}\) (∵ There are 13 clubs, 13 hearts and 4 jacks, 1 jack of clubs and 1 jack of hearts) P(Z) = \(\frac{4}{52}\) + \(\frac{13}{52}\) + \(\frac{4}{52}\) - \(\frac{1}{52}\) - \(\frac{1}{52}\) = \(\frac{19}{52}\) (∵ There are 4 aces, 13 diamonds, 4 queens, 1 ace of diamond, 1 queen of diamond) ∴ P(X) = P(Y) > P(Z). |
|
1393. |
Of all the mappings that can be defined from the set `A :{1,2,3,4} to B : {5,6,7,8,9}` , a mapping is randomly selected. The chance that the selected mapping is strictly monotonic isA. `(1)/(125)`B. `(2)/(125)`C. `(3)/(25)`D. `(6)/(25)` |
Answer» Correct Answer - B `(b)` Each pre-image in set `A` can be assigned any one of the `5` images from set `B` Hence total number of functions are `n(S)=5^(4)=625` For strictly monoatonic function either function is increasing or decreasing. For which four different images are used, which can be selected in `"^(5)C_(4)` way. Hence number of monoatomic functions are `n(A)=2*"^(5)C_(4)=10` (either increasing or decreasing) `:. P(A)=(10)/(625)=(2)/(125)` |
|
1394. |
A die is thrown 5 times. Find the probability that an odd number will come up exactly three times. |
Answer» Here, p = 1/6 + 1/6 + 1/6 = ½ ⇒ q = 1 – ½ = ½ and n = 5 Now, P(x = r) = nCr pr qn – r = 5C3 (1/2)3(1/2)5-3 = [5!/(3!2!)].(1/2)3(1/2)2 = 10.1/8.1/4 = 5/16 Therefore, the required probability is 5/16. |
|
1395. |
The probability that `sin^(-1)(sinx)+cos^(-1)(cosy)` is an integer `x,y in {1,2,3,4}` isA. `(1)/(16)`B. `(3)/(16)`C. `(15)/(16)`D. `(14)/(16)` |
Answer» Correct Answer - B `(b)` For expression `sin^(-1)(sinx)+cos^(-1)(cosy)` to be an integer, `x` should lie between `[-(pi)/(2),(pi)/(2)]` and `y` should lie between `[0,pi]` `x=1` and `y=1,2,3` `:.` Required probability `=(3)/(16)` |
|
1396. |
Given four pair of gloves, they are distributed to four persons. Each person is given a right-handed and left-handed glove, then the probability that no person gets a pair isA. `3//8`B. `5//8`C. `1//4`D. `3//4` |
Answer» Correct Answer - A `(a)` Let us first distribute `4` left gloves to four person in `4!` ways. If no one gets the corresponding right glove then no. of ways `=4!(1-(1)/(1!)+(1)/(2!)-(1)/(3!)+(1)/(4!))=9` Then number of favourble ways `=9xx4!=216` Total number of ways `4!xx4!` `:.` Required propability `=(216)/(4!xx4!)=(216)/(576)=(3)/(8)` |
|
1397. |
Thirty two players ranked 1 to 32 are playing is a knockout tournament.Assume that in every match between any two players, the better ranked playerwins the probability that ranked 1 and ranked 2 players are winner and runnerup, respectively, is`16//31`b. `1//2`c. `17//31`d. none of theseA. `16//31`B. `1//2`C. `17//31`D. None of these |
Answer» Correct Answer - A For ranked 1 and 2 players to be winners and runners up respectively, they should not be paired with each other in any round. Therefore, the required probability is `30//31xx14//15` |
|
1398. |
Die A has 4 red and 2 white faces, whereas die Bhas 2 red and 4 white faces. A coins is flippedonce. If it shows a head, the game continues by throwing die A: if it showstail, then die B is to be used. If the probability that die A is used is32/33 when it is given that red turns up every time in first `n`throws,then find the value of `ndot` |
Answer» Let R be the event that a red face appears in each of the first n throws. `E_(1):` Die A is used when head has already fallen `E_(2):` Die B is used when tail has already fallen `thereforeP((R)/(E_(1)))=((2)/(3))^(n)and P((R)/(E_(2)))=((1)/(3))^(n)` As per the given condition, `(P(E_(1))P(R//E_(1)))/(P(E_(1))P(R//E_(1))+P(E_(2))P(R//E_(2)))=32/33` `or (1/2((2)/(3))^(n))/(1/2((2)/(3))^(v)+1/2((1)/(3))^(n))=32/33` or `(2^(n))/(2^(n)+1)=32/33` or n = 5 |
|
1399. |
Suppose that 90% of people areright-handed. What is the probability that at most 6 of a random sample of 10people are right-handed? |
Answer» A person can be either right-handed or left-hended. It is given that `90%` of the people are right-handed. Therefore, `p=P("right-handed")=9/10` `q=P("left-handed")=1-9/10=1/10` Using binomial distribution, the probability that at most six people are right-handed is given by `underset(r=0)overset(6)sum""^(10)C_(r)p^(r)q^(n-r)underset(r=0)overset(6)sum""^(10)C_(r)((9)/(10))^(r)((1)/(10))^(10-r)` Therfore, the probability that at most 6 people are right-handed `underset(r=7)overset(10)sum""^(10)C_(r)(0.9)^(r)(0.1)^(10-r)` |
|
1400. |
Thirty-two players ranked 1 to 32 are playing in a knockout tournament. Assume that in every match between any two players the better ranked player wins, the probability that ranked 1 and ranked 2 players are winner and runner up respectively is p, then the value of `[2//p]` is, where [.] represents the greatest integer function,_____. |
Answer» Correct Answer - 3 For ranked 1 and 2 players to be winners and runners up, respectively, they should not be paired with each other in any round. `impliesp=30/31xx14/15xx6/7xx2/3=16/31` |
|