Three distinct natural numbers are chosen at random from 1 to 10. What is the probability that they are consecutive?
- A. 1/12
- B. 3/40
- C. 1/15 ✓
- D. 7/120
Correct Answer: C. 1/15
Explanation
The total number of ways to select 3 numbers from 10 is \binom{10}{3} = \frac{10 \times 9 \times 8}{6} = 120. The sets of 3 consecutive numbers are (1,2,3), (2,3,4), \dots, (8,9,10), making exactly 8 favorable outcomes. The probability is \frac{8}{120} = \frac{1}{15}.
Related questions on Statistics & Probability
- Let x be the mean of squares of first n natural numbers and y be the square of mean of first n natural numbers. If $\frac{x}{y}=\fra...
- What is the probability of getting a composite number in the list of natural numbers from 1 to 50?
- Two numbers x and y are chosen at random from a set of first 10 natural numbers. What is the probability that (x+y) is divisible by 4?
- A number x is chosen at random from first n natural numbers. What is the probability that the number chosen satisfies $x+\frac{1}{x} \gt...
- Three fair dice are tossed once. What is the probability that they show different numbers that are in AP?