51.7k views
5 votes
If a person picks a pair of different Months, what is the probability that both months (different) have less than 31 days?

User Matt Tew
by
7.6k points

1 Answer

5 votes

Answer:

15.15% probability that both months (different) have less than 31 days.

Explanation:

A probability is the number of desired outcomes divided by the number of total outcomes.

Also, the order of the months is not important. For example, picking July and August is the same as picking August and July. So the combinations formula is used to solve this problem

Combinations formula:


C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

There are 12 months, of which February, April, June, September and November, that is, 5 of them, have less than 31 months.

Desired outcomes:

Picking 2 months from a set of 5(those with less than 31 days). So


D = C_(5,2) = (5!)/(2!(3)!) = 10

Total outcomes:

Picking 2 months from a set of 12(all the months). So


T = C_(12,2) = (12!)/(2!(10)!) = 66

Probability:


P = (10)/(66) = 0.1515

15.15% probability that both months (different) have less than 31 days.

User C Roald
by
8.5k points