Can you solve it?

When 444 4 4444 4444^{4444} is written in decimal notation,the sum of its digits is A.Let B be the sum of digits of A.Find the sum of digits of B.


The answer is 7.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

David Monk
Aug 18, 2014

In Python: x = sum([int(k) for k in list(str(sum([int(j) for j in list(str(sum([int(i) for i in list(str(pow(4444,4444)))])))])))]) ----> print(x)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...