#Sum of digits NUMBER THEORY problem

15 messages · Page 1 of 1 (latest)

south cloud
#

What is the sum of the digits of 2^100?

Ik that the number must be congruent to 7 mod 9, but after that how would I proceed?

ornate idolBOT
pine venture
#

i was about to tell you the sum of digits if the number is written in binary lol

south cloud
#

yo why is there no number theory tag lol

pine venture
#

yeah just noticed

#

maybe just write number theory in your title in capital letters that would grab attention

south cloud
#

Sum of digits NUMBER THEORY problem

graceful kindle
#

I would be very suprised if a 'formula' for computing this would exist (or that it is known). I think that generally, in number theory, connecting multiplication (taking 2 to the power 100) and how a number looks (its representation in base 10) are quite hard to connect.

I would just simply code this one out

pine venture
#

just check if we could do anything by using mod 10 as it might help you get the digits

plucky ether
#

I think you need to apply the theorem "n congruent to S(n) mod 9" so your sum is gonna be of form 7+ 9k or something idk

#

Here S(n) is the sum of digits of n

river fable
#

i just ask AI and he said you cannot get exact number without calculating exactly what 2^100 is. idk AI wrong or maybe your question is wrong idk

hidden latch
#

I found a way for 2^98 lemme know if y'all wanna continue

plucky ether
south cloud