Jump to content

Add digits


PetteriLem

Recommended Posts

Let N be the sum of 4444 to power 4444 digits and M the sum of N's digits. What is the sum of M's digits?

I'm a bit confused by the question.

 

So we have N = sum of digits of 4444^4444

and M = sum of digits of N?

 

I know these aren't the correct answers, but just so I understand the question, suppose that:

 

4444^4444 = 498461316168181646

 

So then N = 4+9+8+4+6+1+3+1+6+1+6+8+1+8+1+6+4+6 = 83

and M = 8+3 = 11.

 

Is that the way we are supposed to go about calculating it, assuming we could find the right number for 4444^4444?

Link to comment
Share on other sites

I agree with the answers given already.

 

Hidden working:

 

Step 1. 4444mod9=7; 7^6mod9=1; 4444mod 6=4; 7^4mod9=7. Hence 4444^4444 mod9=7

 

Step 2. Log10(4444)<4, hence log10(4444^4444)<17776. Hence 4444^4444 has at most 17776 digits. Hence the sum of these digits, N < 9*17776 = 159984.

Hence the sum of digits of N = M < 1+4+9+9+9+9=41

Hence the sum of the digits of M < 3+9= 12

 

The sum of the digits of a number is equalt to the number modulo 9. Hence from step 1 and step 2, the sum of the digits of M must be 7 as this is the only number less than 12 which is equal to 7 modulo 9

 

Link to comment
Share on other sites

The sum of the digits of a number is equal to the number modulo 9.

That can't be true, can it? Doesn't it imply that the sum of the digits of any multiple of 9 is 0?

 

Even if I am mistaken and 9 mod 9 = 9, what of 19? 1 + 9 = 10; 19 mod 9 = 1.

 

Maybe the sum of the digits of the sum of the digits eventually equals the number mod 9 when carried out enough times so that the sum is less than 10. i.e the sum of the digits for 19 is 10, the sum of those digits is 1 which equals 19 mod 9.

 

But, the problem stipulated only two steps.

Link to comment
Share on other sites

The sum of the digits of a number is equal to the number modulo 9.

That can't be true, can it? Doesn't it imply that the sum of the digits of any multiple of 9 is 0?

 

Even if I am mistaken and 9 mod 9 = 9, what of 19? 1 + 9 = 10; 19 mod 9 = 1.

 

Maybe the sum of the digits of the sum of the digits eventually equals the number mod 9 when carried out enough times so that the sum is less than 10. i.e the sum of the digits for 19 is 10, the sum of those digits is 1 which equals 19 mod 9.

 

But, the problem stipulated only two steps.

I meant that a number and the sum of its digits are congruent to each other modulo 9 (i.e. leave the same remainder upon dividing by 9) or in more general terms:

 

Let N be a positive integer and let D be the sum of the digits of the representation of N in base b. Then N≡D(mod b-1)

 

This means, when applied to the problem in the OP, that 4444^4444, the sum of the digits of 4444^4444, the sum of the digits of that number, the sum of the digits of that number and so on, all leave the same remainder upon dividing by 9. Which, as can be easily shown, is 7. The second half of the proof showed that 7 itself was the only option for the sum of the digits of M because the next option, 16 was already too high.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...