NCERT Solutions Class 12 Maths (Probability) Miscellaneous Exercise

NCERT Solutions Class 12 Maths (Probability) Miscellaneous Exercise

NCERT Solutions Class 12 Maths from class 12th Students will get the answers of Chapter-13 (Probability) Miscellaneous Exercise This chapter will help you to learn the basics and you should expect at least one question in your exam from this chapter.
We have given the answers of all the questions of NCERT Board Mathematics Textbook in very easy language, which will be very easy for the students to understand and remember so that you can pass with good marks in your examination.

Solutions Class 12 Maths Chapter-13 (Probability) Miscellaneous Exercise

Q1. A and B are two events such that P (A) ≠ 0. Find P(B|A), if (i) A is a subset of B (ii) A ∩ B = φ

Answer. It is given that, P (A) ≠ 0 (i) A is a subset of B. AB=AP(AB)=P(BA)=P(A)P(B|A)=P(BA)P(A)=P(A)P(A)=1 

Q2. A couple has two children, (i) Find the probability that both children are males, if it is known that at least one of the children is male. (ii) Find the probability that both children are females, if it is known that the elder child is a female.

Answer. If a couple has two children, then the sample space is S = {(b, b), (b, g), (g, b), (g, g)} (i) Let E and F respectively denote the events that both children are males and at least one of the children is a male. EF={(b,b)}P(EF)=14P(E)=14P(F)=34P(EF)=P(EF)P(F)=1434=13 (ii) Let A and B respectively denote the events that both children are females and the elder child is a female.A={(g,g)}P(A)=14B={(g,b),(g,g)}P(B)=24AB={(g,g)}P(AB)=14

Q3. Suppose that 5% of men and 0.25% of women have grey hair. A grey haired person is selected at random. What is the probability of this person being male? Assume that there are equal number of males and females.

Answer. It is given that 5% of men and 0.25% of women have grey hair. Therefore, percentage of people with grey hair = (5 + 0.25) % = 5.25% Probability that the selected haired person is a male 

Q4. Suppose that 90% of people are right-handed. What is the probability that at most 6 of a random sample of 10 people are right-handed?

Answer. A person can be either right-handed or left-handed. It is given that 90% of the people are right-handed. p=P( right-handed )=910q=P( left-handed )=1910=110 Using binomial distribution, the probability that more than 6 people are right-handed is given by, NCERT Solutions Class 12 Maths Chapter-13 (Probability) Miscellaneous Exercise

Q5. An urn contains 25 balls of which 10 balls bear a mark 'X' and the remaining 15 bear a mark 'Y'. A ball is drawn at random from the urn, its mark is noted down and it is replaced. If 6 balls are drawn in this way, find the probability that (i) all will bear 'X' mark. (ii) not more than 2 will bear 'Y' mark. (iii) at least one ball will bear 'Y' mark. (iv) the number of balls with 'X' mark and 'Y' mark will be equal. 6. In a hurdle race, a player has to cross 10 hurdles. The probability that he will clear each hurdle is 5

Answer. Total number of balls in the urn = 25 Balls bearing mark ‘X’ = 10 Balls bearing mark ‘Y’ = 15 p=P( ball bearing mark X)=1025=25 q=P( ball bearing mark Y)=1525=35 Six balls are drawn with replacement. Therefore, the number of trials are Bernoulli trials. Let Z be the random variable that represents the number of balls with ‘Y’ mark on them in the trials.  Clearly, Z has a binomial distribution with n=6 and p=25P(Z=z)=nCzpnzqz (i) P (all will bear ‘X’ mark) ==P(Z=0)=C0(25)6=(25)6 (ii) P (not more than 2 bear ‘Y’ mark) = P (Z ≤ 2) =6C0(p)6(q)0+6C1(p)5(q)1+6C2(p)4(q)2=(25)6+6(25)5(35)+15(25)4(35)2=(25)4[(25)2+6(25)(35)+15(35)2] =(25)4[425+3625+13525]=(25)4[17525]=7(25)4 (iii) P (at least one ball bears ‘Y’ mark) = P (Z ≥ 1) = 1 − P (Z = 0) =1(25)6 (iv) P (equal number of balls with ‘X’ mark and ‘Y’ mark) = P (Z = 3) =

Q6. What is the probability that he will knock down fewer than 2 hurdles? The probability that he will clear each hurdle is 5/6 . What is the probability that he will knock down fewer than 2 hurdles?

Answer. Let p and q respectively be the probabilities that the player will clear and knock down the hurdle.p=56q=1p=156=16 Let X be the random variable that represents the number of times the player will knock down the hurdle. Therefore, by binomial distribution, we obtain P(X=x)=nCxpnxqxP( player knocking down less than 2 hurdles )=P(x<2)=P(X=0)+P(X=1)10C0(q)0(p)10+10C1(q)(p)9 

Q7. A die is thrown again and again until three sixes are obtained. Find the probability of obtaining the third six in the sixth throw of the die.

Answer. The probability of getting a six in a throw of die is 16 and not getting a six is 6  Let p=16 and q=56 The probability that the 2 sixes come in the first five throws of the die is 5C2(16)2(56)3=10×(5)5(6)5 Probability that third six comes in the sixth throw = 10×(5)3(6)5×16 

Q8. If a leap year is selected at random, what is the chance that it will contain 53 tuesdays?

Answer. In a leap year, there are 366 days i.e., 52 weeks and 2 days. In 52 weeks, there are 52 Tuesdays. Therefore, the probability that the leap year will contain 53 Tuesdays is equal to the probability that the remaining 2 days will be Tuesdays. The remaining 2 days can be Monday and Tuesday Tuesday and Wednesday Wednesday and Thursday Thursday and Friday Friday and Saturday Saturday and Sunday Sunday and Monday Total number of cases = 7 Favourable cases = 2 ∴Probability that a leap year will have 53 Tuesdays 

Q9. An experiment succeeds twice as often as it fails. Find the probability that in the next six trials, there will be at least 4 successes.

Answer. The probability of success is twice the probability of failure. Let the probability of failure be x. ∴ Probability of success = 2x x+2x=13x=1x=132x=23  Let p=13 and q=23 Let X be the random variable that represents the number of successes in six trials.  By binomial distribution, we obtain  P(x=x)=nCxpnxqx Probability of at least 4 successes =P(x4)=P(x=4)+P(x=5)+P(x=6)=6C4(23)4(13)2+6C5(23)5(13)+6C6(23)6 

Q10. How many times must a man toss a fair coin so that the probability of having at least one head is more than 90%?

Answer. Let the man toss the coin n times. The n tosses are n Bernoulli trials. Probability (p) of getting a head at the toss of a coin ½ is . p=12q=12P(X=x)=nCxpaxqx=nCx(12)nx(12)x=nCx(12)n It is given that, P( getting at least one head )>90100P(x1)>0.91P(x=0)>0.91nC012n>0.9nC012n<0.1 12n<0.12n>10.12n>10.....(4) The minimum value of n that satisfies the given inequality is 4. Thus, the man should toss the coin 4 or more than 4 times.

Q11. In a game, a man wins a rupee for a six and loses a rupee for any other number when a fair die is thrown. The man decided to throw a die thrice but to quit as and when he gets a six.Find the expected value of the amount he wins / loses.

Answer. In a throw of a die, the probability of getting a six is 16 and the probability of not getting a 6 is 56. Three cases can occur. (i) If he gets a six in the first throw, then the required probability is 16 . Amount he will receive = Re 1 (ii) If he does not get a six in the first throw and gets a six in the second throw, then probability = =(56×16)=536 Amount he will receive = −Re 1 + Re 1 = 0

Q12. Suppose we have four boxes A,B,C and D containing coloured marbles as given below: NCERT Solutions Class 12 Maths Chapter-13 (Probability) Miscellaneous Exercise One of the boxes has been selected at random and a single marble is drawn from it. If the marble is red, what is the probability that it was drawn from box A?, box B?, box C?

Answer. Let R be the event of drawing the red marble. Let EA, EB, and EC respectively denote the events of selecting the box A, B, and C. Total number of marbles = 40 Number of red marbles = 15 P(R)=1540=38  Probability of drawing the red marble from box A is given by P(EA|R) . P(EA|R)=P(EAR)P(R)=14039=115  Probability that the red marble is from box B is P(EB|R) . P(EB|R)=P(EBR)P(R)=64038=25 

Q13. Assume that the chances of a patient having a heart attack is 40%. It is also assumed that a meditation and yoga course reduce the risk of heart attack by 30% and prescription of certain drug reduces its chances by 25%. At a time a patient can choose any one of the two options with equal probabilities. It is given that after going through one of the two options the patient selected at random suffers a heart attack. Find the probability that the patient followed a course of meditation and yoga?

Answer. Let A, E1, and E2 respectively denote the events that a person has a heart attack, the selected person followed the course of yoga and meditation, and the person adopted the drug prescription. P(A)=0.40P(E1)=P(E2)=12P(A|E1)=0.40×0.70=0.28P(A|E2)=0.40×0.75=0.30 Probability that the patient suffering a heart attack followed a course of meditation and yoga is given by P (E1|A). 

Q14. If each element of a second order determinant is either zero or one, what is the probability that the value of the determinant is positive? (Assume that the individual entries of the determinant are chosen independently, each value being assumed with probability 1/2 ).

Answer. The total number of determinants of second order with each element being 0 or 1 is (2)4 = 16 The value of determinant is positive in the following cases. |1001||1101||1011| Required probability = Required probability

Q15. An electronic assembly consists of two subsystems, say, A and B. From previous testing procedures, the following probabilities are assumed to be known: P(A fails) = 0.2 P(B fails alone) = 0.15 and P(A and B fail) = 0.15 ,Evaluate the following probabilities (i) P(A fails|B has failed) (ii) P(A fails alone)

Answer. Let the event in which A fails and B fails be denoted by. Let the event in which A fails and B fails be denoted by P(EA)=0.2P(EA,EB)=0.15 

Q16. Bag I contains 3 red and 4 black balls and Bag II contains 4 red and 5 black balls. One ball is transferred from Bag I to Bag II and then a ball is drawn from Bag II. The ball so drawn is found to be red in colour. Find the probability that the transferred ball is black. Choose the correct answer in each of the following:

Answer. Let E1 and E2 respectively denote the events that a red ball is transferred from bag I to II and a black ball is transferred from bag I to II. P(E1)=37 and P(E2)=47 Let A be the event that the ball drawn is red.  When a red ball is transferred from bag I to II, P(A|E1)=510=12 when a black ball is transferred from bag I to II, P(A|E2)=410=25 

Q17. If A and B are two events such that P(A) ≠ 0 and P(B | A) = 1, then (A) A ⊂ B (B) B ⊂ A (C) B = φ (D) A = φ

Answer. 

Q18. If P(A|B) > P(A), then which of the following is correct : (A) P(B|A) < P(B) (B) P(A ∩ B) < P(A) . P(B) (C) P(B|A) > P(B) (D) P(B|A) = P(B)

Answer. P(A|B)>P(A)P(AB)P(B)>P(A)P(AB)>P(A)P(B)P(AB)P(A)>P(B)P(B|A)>P(B) Thus, the correct answer is C.

Q19. If A and B are any two events such that P(A) + P(B) – P(A and B) = P(A), then (A) P(B|A) = 1 (B) P(A|B) = 1 (C) P(B|A) = 0 (D) P(A|B) = 0

Answer. P(A)+P(B)P(A and B)=P(A)P(A)+P(B)P(AB)=P(A)P(B)P(AB)=0P(AB)=P(B)P(A|B)=P(AB)P(B)=P(B)P(B)=1 Thus, the correct answer is B.