CSAT Solved Papers/ 2021/Q28
2021 CSAT — Q28
You are given two identical sequences in two rows:
| Sequence-I | ||||||
|---|---|---|---|---|---|---|
| Sequence-II |
What is the entry in the place of for the Sequence-II?
Worked rationale
Find the rule from Sequence-I by taking ratios of consecutive terms:
The multipliers rise by each step: . Apply the same multiplier chain to Sequence-II starting at :
is the th term.
Answer: (c) 9.375.
Why the other options miss
- A answered the sub-step, not the question: stops at (the nd term) instead of advancing to (the th).
- B reports the seed: gives the starting value of Sequence-II rather than its th term.
- D one term too far: overshoots to (), one term past the one asked for.
Specialist insight
“Identical sequences” means identical multiplier rule, not identical values — so extract the ratio chain () once and replay it on the new seed. The two live traps are positional: is the th letter (), so apply exactly three multipliers (), no more, no fewer. Track the term index on your fingers to avoid stopping at or running on to .
The trap, in one line
Multipliers on give (c).