CSAT Solved Papers/ 2023/Q28

2023 CSAT — Q28

Quant Number theory 2.5 marks Medium

Each digit of a 99-digit number is 11. It is multiplied by itself. What is the sum of the digits of the resulting number?

  1. A 64
  2. B 80
  3. C 81 Answer
  4. D 100

Worked rationale

The number is the repunit R9=111111111R_9 = 111\,111\,111 (nine 11s). Repunit squares follow a known palindromic pattern:

112=121,1112=12321,11112=1234321, 11^2 = 121,\quad 111^2 = 12321,\quad 1111^2 = 1234321,\ \dots

For RnR_n with n9n \le 9, Rn2R_n^2 reads 123(n1)n(n1)211\,2\,3\,\cdots(n-1)\,n\,(n-1)\cdots 2\,1. For n=9n = 9:

R92=12345678987654321.R_9^2 = 12\,345\,678\,987\,654\,321.

Sum its digits — it is 1+2++8+9+8++2+11{+}2{+}\cdots{+}8{+}9{+}8{+}\cdots{+}2{+}1:

=9+2(1+2++8)=9+2×36=9+72=81.= 9 + 2(1 + 2 + \cdots + 8) = 9 + 2\times 36 = 9 + 72 = 81.

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 (1++8=361+\cdots+8 = 36, doubled =72= 72, forgetting the central 99), or another partial total.
  • B
    off by one: counts the central digit once but drops a 11 at an end of the palindrome.
  • D
    solved the wrong question: assumes the digit sum is n2=81n^2 = 81 confused with ”10210^2,” or treats the square as having a different (non-palindromic) digit pattern.

Specialist insight

The pattern Rn2=123n321R_n^2 = 123\cdots n \cdots 321 holds only up to n=9n = 9 (at n=10n = 10 carries break the clean palindrome). Since n=9n = 9 is exactly the boundary, the square is the full 1234567898765432112345678987654321 and its digit sum is 92=819^2 = 81 — equivalently 9+28929 + 2\cdot\frac{8\cdot 9}{2}. Recognising the repunit-square palindrome turns a 99-digit multiplication into a one-line digit count; the slick check is “digit sum =n2= n^2 for Rn2R_n^2, n9n\le 9.”

The trap, in one line

R92=12345678987654321R_9^2 = 12345678987654321 (palindrome up to 99); digit sum =9+2(1++8)=81= 9 + 2(1{+}\cdots{+}8) = 81 \Rightarrow (c).

← All 2023 CSAT questions