Probability of Specific Ranks in an Ordered Selection
What feels right?
Given with and , from which sets must , , and be chosen?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
The probability that and when five distinct numbers are chosen from and sorted is .
Option analysis
Why each option works or fails
You may have doubled the denominator or incorrectly evaluated the combinations by a factor of 2. Compute the ratio directly as .
You miscounted the available integers between 7 and 11 or above 11, using boundary counts with an off-by-one error. The integers strictly between 7 and 11 are , giving exactly 3 choices for , and strictly greater than 11 are , giving exactly 7 choices for .
This is the correct calculation. Correctly identifying that , , and gives favorable subsets out of , which simplifies to .
You likely cancelled an extra factor of 2 in the denominator during fraction reduction. Ensure arithmetic in simplifying is exact: , so the value is , not .
Solution
01Given
Five distinct numbers are chosen from . We are given conditions and .
02Goal
Compute the probability where is the event .
03Approach
Any set of 5 distinct numbers from 1 to 18 has a unique strictly increasing arrangement, so total outcomes is . For favorable outcomes, fixing and requires selecting , , and . Then apply the multiplication rule.
04Execute
The number of choices are: - For : chosen from ways. - For : chosen from ways. - For : chosen from ways. Thus, . The total sample space size is: . Therefore, .
✓Verify
Check arithmetic: . Dividing by : . Thus .
Hints that build this answer step by step
Given with and , from which sets must , , and be chosen?
, , andHow many favorable selections of exist?
What is the total number of ways to choose 5 distinct numbers from , and what is the resulting probability?
Total is , giving a probability of .
We think you should solve this next.
Let the mean and standard deviation of marks of class of 100 students be res…
Solve →Same chapter, another paperLet be the event that the absolute difference between two randomly choosen r…
Solve →Same trap, different chapterThe same trap, in a different chapter — Sequences and Series, 2023
Solve →- From the same paperA hydrogen atom in is ground state absorbs of energy. The angular moment…
- Same chapter, different yearIf an unbiased die, marked with on its faces, is thrown five times, then…
- The mistake you made, in a new questionLet represent a parabola with focus and directrix…
- From the same paperIf the sum of the first ten terms of the series…
✓ Source and academic review↓
- Question type
- Single correct
- Exam relevance
- JEE Main · Mathematics
- Academic status
- Answer verified against the official NTA key
- Source
- Previous-year question
- Editorial review
- 22 September 2026
Quick checks
Students also ask
Why do we not multiply by 5! for arranging the numbers?
Because the problem specifies they are arranged in increasing order. For any 5 chosen distinct numbers, there is exactly one way to arrange them in increasing order. Both the total outcomes and favorable outcomes are sets of 5 elements, so the arrangement factor is 1 in both numerator and denominator.