this post was submitted on 29 Jul 2023
831 points (97.4% liked)
Memes
45536 readers
534 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Only 32
math checks out. log2(8 billion) ~= 32.9
It's a little more complicated than that. You have to be summing everyone who is still tied to all the previous tracks. It needs to be a geometric sum formula.
It'll just be one fewer junctions. 2^n is always one more than the sum of 2^1+...2^(n-1)
I think you have to include 2^0 for that to be true?
e.g 2^0 = 1, 2^1 = 2 2^0 + 2^1 = 1 + 2 = 3, 2^2 = 4 … 7, 8 15,16 31, 32 etc.