What is the Sum of Digits for 2^1000?

  • Context: Undergrad 
  • Thread starter Thread starter Krypton
  • Start date Start date
  • Tags Tags
    Sum Sum of digits
Click For Summary

Discussion Overview

The discussion revolves around calculating the sum of the digits of 2^1000, exploring various methods and potential pitfalls in the calculations. Participants engage in both mathematical reasoning and clarification of concepts related to logarithms and digit summation.

Discussion Character

  • Mathematical reasoning, Technical explanation, Debate/contested

Main Points Raised

  • One participant proposes an algorithm involving logarithms to find the sum of the digits of 2^1000 but questions the validity of their approach.
  • Another participant challenges the initial assumption that 2^1000 can be equated to 10^301, pointing out that the approximation of logarithms may have led to an incorrect conclusion.
  • A third participant clarifies that the value of 1000log(2) is not exactly 301 due to the decimal places being omitted, which affects the calculation.
  • One participant suggests an alternative method by examining the series of powers of 2 to derive the sum of digits.
  • Another participant asks for clarification on whether the goal is to find the actual sum of all digits in 2^1000 or the single digit reduced sum, introducing the concept of working modulo 9 for the latter.

Areas of Agreement / Disagreement

Participants express differing views on the correct approach to calculating the sum of digits, with no consensus reached on a definitive method or answer.

Contextual Notes

Some participants highlight the importance of precision in logarithmic calculations and the implications of approximations on the results. The discussion also touches on the distinction between different types of digit sums, which remains unresolved.

Who May Find This Useful

Individuals interested in mathematical problem-solving, particularly in number theory and digit summation techniques, may find this discussion relevant.

Krypton
Messages
13
Reaction score
0
What is the sum of the digits of 2^1000
check my algoriathm, let y=2^1000 then logy = 1000log2 = 301 and y=10^logy=10^301
since (1,0) r da only digits of 10^n 4all n=1,2,3,4,... The sum of digits equals 1 , but it is not the answer ...Why?
 
Mathematics news on Phys.org
Well you seem to want 2^1000 to be equal to 10^301 which is clearly false since 5 divides the latter but not the former. The issue is that 1000log2 is not exactly equal to 301, you probably left off the decimal places which is the cause of your problem when you equate 10^logy to 2^1000.
 
That 301 is just the number of zeros, since log(2) = .301029996...you are attempting to approximate its value using 1000log(2) = 301.

However the problem can be worked out by looking at the series, 2, 4, 8, 16=7, 32=5, etc.
 
Hay i am not using a computer to calculate it that way. I need some techiques could u pleasezzzz...Z
 
Do you want the actual sum of all the digits in 2^1000 or do you just want the single digit reduced sum (the single digit eventually obtained from repeated summing of digits).

If its the single digit reduced sum that you want then just work modulo 9 to get the answer (which is 7 btw).
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K