Well, my idea about proving that its between 2 and 9 looks like this:
(Note) Totally wrong from the right method to start the problem:
8765^2 = 8 digit number
so in the worst case 8765^4321 = will give us 4*4321 (17284) digit number:
Consider all those digit being 9s (Max) and 1s(min) I discard the case one 1 and lots 0s, just because 8765^4321 doesn't seem like having many 0s.
17284*1 min <= Sum <= max = 17284*9
17284 <= Sum <= 155556 (but we get Max and Min digit sum from)
A: 20000 <= SUm <= 99999
B: 2 <= B <= 45 (digit sum) (39)
C: 2 <= C <= 12 (digit worst case) (9)
C 2<= C <= 9
I don't know if even half of this is correct (I doubt it), so pls find some new approach
And yeah, Dave is right, we don't look to calcutate the number but to get the sum