Problem 056
Posted: Fri Aug 28, 2009 12:41 pm
Considering this text in the problem:
Could "maximal digital sum" be rewritten as maximal sum of all the digits in the number?
I was looking at http://en.wikipedia.org/wiki/Integer and http://en.wikipedia.org/wiki/Natural_number.
A bit down in the Integer article (construction) I see (a, b) which refers to subtraction of a and b. Is this what you mean?
I have a problem understanding the phrase:Considering natural numbers of the form, a^(b), where a, b < 100, what is the maximum digital sum?
Does it mean that a AND b both need to be integers larger than 0 and less than 100?a, b < 100
Could "maximal digital sum" be rewritten as maximal sum of all the digits in the number?
I was looking at http://en.wikipedia.org/wiki/Integer and http://en.wikipedia.org/wiki/Natural_number.
A bit down in the Integer article (construction) I see (a, b) which refers to subtraction of a and b. Is this what you mean?