If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Select problems from miscellaneous exercise

Solutions to some NCERT problems.
In this article we will look at solutions of a few selected problems from miscellaneous exercise on chapter 16 of NCERT.
Problem 1:
A box contains 10 red marbles, 20 blue marbles and 30 green marbles. 5 marbles are drawn from the box, what is the probability that
(i) all will be blue?
(ii) at least one will be green?
Solution:
First let us look at number of possible outcomes. We can pick any 5 marbles out of total 60 marbles. So number of possible choices is 60C5.
(i) Number of cases in which all 5 marbles are blue is 20C5, i.e. when all marbles are picked from the group of 20 blue marbles.
P(all blue)=20C560C5
(ii) See that
P(at least one green)=1P(no green)
Number of cases in which no green marble is picked is 30C5, i.e. when all marbles are picked from the group of 30 red and blue marbles.
P(no green)=30C560C5P(at least one green)=1P(no green)=130C560C5
Problem 2:
In a certain lottery 10000 tickets are sold and ten equal prizes are awarded. What is the probability of not getting a prize if you buy
(a) one ticket
(b) two tickets
(c) 10 tickets.
Solution:
Out of the 10000 tickets, 10 are winning tickets where as 9990 are losing tickets.
(a) Suppose we buy one ticket. We don't win if this ticket belongs to the 9990 losing tickets. In this case,
P(not getting a prize)=999010000=9991000
(b) Suppose we buy two tickets. We have a total of 10000C2 possible combinations of two tickets. We don't win if both of these ticket belong to the 9990 losing tickets. In this case,
P(not getting a prize)=9990C210000C2
(c) Suppose we buy 10 tickets. We have a total of 10000C10 possible combinations of 10 tickets. We don't win if all of these tickets belong to the 9990 losing tickets. In this case,
P(not getting a prize)=9990C1010000C10
Problem 3:
Out of 100 students, two sections of 40 and 60 are formed. If you and your friend are among the 100 students what is the probability that
(a) you both enter the same section?
(b) you both enter the different sections?
Solution:
First let us look at the total number of possible outcomes. In how many ways can we distribute 100 students into two groups of 40 and 60?
For the first section, we have 100C40 different combinations. The remaining 60 students form part of the second section. So, total number of possible distributions is
100C40×60C60=100C40
(a) Now in how many distributions are you and your friend in the same section?
Let us call the sections A (with 40 students) and B (with 60 students).
If you and your friend are in section A, the remaining 38 students can be chosen from the remaining 98 students in 98C38 ways. The rest 60 students form part of section B. Number of distributions is
98C38×60C60=98C38
If you and your friend are in section B, the 40 students of section A can be chosen in 98C40 ways. The rest 58 students form part of section B. Number of distributions is
98C40×58C58=98C40
Therefore total number of distributions in which you and your friend are in the same section is equal to
=98C38+98C40=98!38! 60!+98!40! 58!=98!×39×4040! 60!+98!×59×6040! 60!=98!40! 60!(39×40+59×60)=98!40! 60!×20×(39×2+59×3)=98!40! 60!×20×255
We have simplified the expression above to help us with the calculation of probability which we will do next.
P(same section)=98C38+98C40100C40=98!40! 60!×20×255100!40! 60!=98!×20×255100!=20×255100×99=1733
(b) Now see that
P(different sections)=1P(same section)=11733=1633
Try to find P(different sections) via the long method and see that it matches with what we got here!
Problem 4:
Three letters are dictated to three persons and an envelope is addressed to each of them, the letters are inserted into the envelopes at random so that each envelope contains exactly one letter. Find the probability that at least one letter is in its proper envelope.
Solution:
Suppose three envelopes are placed on the table. Now three letters X, Y and Z are put just below these envelopes.
XYZ
Suppose this is the correct order. That is X should go in the first envelope, Y should go in the second envelope and Z should go in the third envelope.
Now these letters can be arranged in 3!=6 ways.
XYZXZYYXZYZXZXYZYX
See that in 4 cases out of 6, at least one letter is in its proper envelope. So, required probability =46=23.
Problem 5:
A and B are two events such that P(A)=0.54, P(B)=0.69 and P(AB)=0.35.
Find (i) P(AB), (ii) P(AB), (iii)P(AB) and (iv) P(BA).
Solution:
(i)
P(AB)=P(A)+P(B)P(AB)=0.54+0.690.35=0.88
(ii)
AB=(AB)P(AB)=P(AB)=1P(AB)=10.88=0.12
(iii) First check out what AB is.
Now see that
P(AB)=P(A)P(AB)=0.540.35=0.19
(iv) First check out what BA is.
Now see that
P(BA)=P(B)P(AB)=0.690.35=0.34
Problem 6:
If 4-digit numbers greater than 5000 are randomly formed from the digits 0, 1, 3, 5, and 7, what is the probability of forming a number divisible by 5 when, (i) the digits are repeated? (ii) the repetition of digits is not allowed?
Solution:
(i) Repetition of digits allowed.
In this case, how many 4 digit numbers greater than 5000 can we form using 0, 1, 3, 5 and 7?
5/7  2/3  2/3  2/3
Because the numbers are greater than 5000, we can only have 5 or 7 in the first place. So there are 2 choices for the first place.
Since repetition is allowed, we can fill the next places with any of the five digits: 0, 1, 3, 5 and 7. This gives us 5 choices for the second, third and fourth place.
Total possible numbers =2×5×5×5=250.
But this also includes the number 5000 which we have to discard. So, total possible numbers =249.
Now how many of these are divisible by 5?
5/7  2/3  2/3  0/5
If the number is divisible by 5, we can only have 0 or 5 in the last place. So we only have 2 choices for the last place.
Total numbers divisible by 5 is equal to 2×5×5×2=100. But again we discard the number 5000 which leaves us with 99 numbers.
Therefore, probability that a randomly formed number is divisible by 5 is 99249.
Note: NCERT gives the answer as 25 or 100250. That would be the case if we include the number 5000 as an allowed choice.
(ii) Repetition of digits not allowed.
Try it out
In this case, how many 4 digit numbers greater than 5000 can we form using 0, 1, 3, 5 and 7?
  • Your answer should be
  • an integer, like 6
  • a simplified proper fraction, like 3/5
  • a simplified improper fraction, like 7/4
  • a mixed number, like 1 3/4
  • an exact decimal, like 0.75
  • a multiple of pi, like 12 pi or 2/3 pi

5/7  2/3  2/3  2/3
Again we have 2 choices for the first place. After filling the first place, we have used one of the five digits. That leaves us with 4 choices for the second place. After filling the second place, we are left with 3 choices for the third place, and similarly we have 2 choices for the fourth place.
Total possible numbers =2×4×3×2=48.
Try it out
How many of the above numbers are divisible by 5?
  • Your answer should be
  • an integer, like 6
  • a simplified proper fraction, like 3/5
  • a simplified improper fraction, like 7/4
  • a mixed number, like 1 3/4
  • an exact decimal, like 0.75
  • a multiple of pi, like 12 pi or 2/3 pi

/51  2/3  2/3  /01
Suppose the number starts with 5. It should end with 0 to be divisible by 5. We cannot have 5 in the last place because repetition is not allowed.
That leaves us with 3 choices for the second place and 2 choices for the third place. So number of choices for this case =1×3×2×1=6.
/71  2/3  2/3  0/5
Now, suppose the number starts with 7. Now it can end in 0 or 5 to be divisible by 5.
Two digits get used up for the first and last place. That leaves us with 3 choices for the second place and 2 choices for the third place. So number of choices for this case =1×3×2×2=12.
Total possible numbers divisible by 5 are 6+12=18.
Therefore, probability that a randomly formed number is divisible by 5 is 1848=38.

Want to join the conversation?

No posts yet.