Originally Posted by
YesNo
To see if I understand, you have done the following:
1) Calculated the number of digits in 44444444 using a logarithm. You found there to be 16211 digits.
2) Found an upper bound on the sum of those digits by assuming they are all 9's, the highest value each digit could be. The max sum is 145899 which would be the maximum value of C. We know there are 6 digits in that sum.
3) We want the sum of the digits of C and so can find an upper bound on this as done in (2) by setting all the digits to 9. That max sum is 54.
4) You note that 44444444 (mod 9) = 7 and the sum of the digits of that number is also 7 (mod 9). This reduces the possibilities for D to a number in this set: {7, 16, 25, 34, 43, 52}
5) You note that 44444444 (mod 3) = 1. This reduces the possible value of D to one of {7, 16, 34}.
6) I am still trying to think through the last part, but I will leave this till later.