CSAT Solved Papers/ 2023/Q24
2023 CSAT — Q24
If , , , then what is the value of ?
Worked rationale
Fit a rule to all three anchors before computing. Try the sum of the three operands, then its digit sum:
- ✓
- ✓
- ✓
All three match: (sum of the digits of ).
Apply to :
Answer: (a) 6.
Why the other options miss
- B solved the wrong question: reuses the first anchor’s output, or applies a ""-type rule that happened to give once but fails the other anchors.
- C the half-finished answer: stops at the raw sum’s structure (echoing the third anchor’s ) or forgets to take the digit sum of .
- D an arithmetic slip: returns an operand () or mis-adds , never reducing to the digit sum.
Specialist insight
The discipline on “define-the-operator” items is to test one candidate rule against every anchor — a rule that fits two but not three is wrong. “Sum, then digit-sum” is the workhorse pattern (CSAT loves digit sums); note the third anchor’s proves the output need not be a single digit — it is the digit sum, full stop, not “repeated until one digit.” Mistaking it for the digital root would give and break the anchor.
The trap, in one line
Rule digit-sum of : (not ) confirms it; (a).