My question is:
A $n$-digit number is given whose digit sum is $100$, the number when doubled gives digit sum as $110$ then what is this $n$-digit number?
My approach:
I assumed $n$-digits to be $x_{1},x_{2},\cdots x_{n}$ and $n$-digits after doubling the original number to be $y_{1},y_{2},\cdots y_{n}$, so the equation comes out to be,
$$\sum_{i=1}^{n}x_{i}=100$$ And another equation,
$$\sum_{i=1}^{n}y_{i}=110$$
I'm not able to proceed futher after this.
Any number comprised of repeating $4$s and $5$s will be the same sum when doubled. We then just need a series of digits that when doubled adds $10$.
$4545454545454545454522222$ will do it.