CSAT Solved Papers/ 2021/Q63
2021 CSAT — Q63
There are three points , and on a straight line such that . If is the number of possible values of , then what is equal to?
Worked rationale
Distances and (in proportion). On a line, the value of depends on which point lies between the other two — enumerate the three orderings:
- between and (): , so .
- between and (): , so .
- between and (): , impossible (a length can’t be negative).
So takes exactly two values, and .
Answer: (b) 2.
Visual solution
The same solve, worked by hand — read it, then trace it.
Why the other options miss
- A misses a case: considers only in the middle (), forgetting that can lie between and .
- C misses a case: counts the third ordering ( in the middle) as valid, missing that it forces a negative length.
- D misses a case: double-counts orderings or treats reversed labellings as new ratios.
Specialist insight
Collinear-point ratio problems hinge on which point is between which — there are three orderings, but the constraint rules out being between and (that would need ). The discipline is to test feasibility, not just list cases: an ordering survives only if every segment length stays positive. Two survive, so .
Only -middle () and -middle () give positive ; -middle needs (b).