CSAT Solved Papers/ 2023/Q28
2023 CSAT — Q28
Each digit of a -digit number is . It is multiplied by itself. What is the sum of the digits of the resulting number?
Worked rationale
The number is the repunit (nine s). Repunit squares follow a known palindromic pattern:
For with , reads . For :
Sum its digits — it is :
Answer: (c) 81.
Why the other options miss
- A an arithmetic slip: sums only one side of the palindrome or stops the ascending run early (, doubled , forgetting the central ), or another partial total.
- B off by one: counts the central digit once but drops a at an end of the palindrome.
- D solved the wrong question: assumes the digit sum is confused with ”,” or treats the square as having a different (non-palindromic) digit pattern.
Specialist insight
The pattern holds only up to (at carries break the clean palindrome). Since is exactly the boundary, the square is the full and its digit sum is — equivalently . Recognising the repunit-square palindrome turns a -digit multiplication into a one-line digit count; the slick check is “digit sum for , .”
The trap, in one line
(palindrome up to ); digit sum (c).