Pi is Evil - Numberphile

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 766

  • @numberphile
    @numberphile  Год назад +1661

    Correction: the optimal number for the original 20-sided die problem is actually 35 (this is slightly better than 34). James has been fed to the dragon as punishment for this error.

    • @WilcoVerhoef
      @WilcoVerhoef Год назад +105

      Thanks! I've been searching for an off-by-one error in my code :D

    • @hassanalihusseini1717
      @hassanalihusseini1717 Год назад +22

      Haha, hope the Dragon liked fried James. 🙂

    • @Corwin256
      @Corwin256 Год назад +58

      It says James still works at Oxford in outreach. Is he doing this from within the dragon's belly?

    • @OxfordMathematicsPlus
      @OxfordMathematicsPlus Год назад +156

      @@Corwin256 It is dark in here, but on the plus side I've got more time to think about maths now! ^James

    • @Bill_Woo
      @Bill_Woo Год назад +11

      No graphic on screen for that?

  • @imveryangryitsnotbutter
    @imveryangryitsnotbutter Год назад +1064

    The best number you can pick is Graham's Number. That way you can stall long enough for a rescue party.

    • @Sopel997
      @Sopel997 Год назад +108

      it's actually kinda interesting, because with numbers this large you end up with the problem that you cannot inch towards such a number in this universe by adding small enough numbers. There's just not enough information storage space in the universe to represent all the intermediate steps.
      edit. so, peculiarly, you can throw the die enough times to reach graham's number, but you'd never in this universe know whether you actually did or not

    • @avaraportti1873
      @avaraportti1873 Год назад +139

      >don't want to be in a dungeon forever
      >choose a number that keeps you there forever

    • @Eagle3302PL
      @Eagle3302PL Год назад +4

      @@Sopel997 Would it be achievable in some different number base?

    • @MindstabThrull
      @MindstabThrull Год назад +49

      Can't see the dragon for the TREE(3)?

    • @shy_dodecahedron
      @shy_dodecahedron Год назад +13

      Too bad the dragon has a time machine which defeats any time problem

  • @ashwynwadhawan7908
    @ashwynwadhawan7908 Год назад +365

    What surprises me is that 21 is so unlikely even though it is exactly double the average, and it is the most likely to come up if you just have 2 throws.

    • @vojtechstrnad1
      @vojtechstrnad1 Год назад +46

      If you have exactly 2 throws, that is. The extra chance for numbers 1 to 20 comes precisely from the option of stopping after the first throw.

    • @GreylanderTV
      @GreylanderTV Год назад +8

      You are correct to be surprised, as he seems to be calculating only the odds of hitting the number in a single throw after you get to within 20 of that number. He is not considering the chances of reaching the number in 2 or more additional throws once you get to within 20. Unless I missed something. So he is leaving out the possibility, for example of 1+1+1+1......+1+1 = 21.

    • @vojtechstrnad1
      @vojtechstrnad1 Год назад +68

      @@GreylanderTV No, any way of reaching a number is included in the calculation, even 1+1+1+1+...+1+1 = 21.

    • @vojtechstrnad1
      @vojtechstrnad1 Год назад +48

      @@GreylanderTV The recurrence relation for 21 includes the probability that you were previously at 20 and rolled one, which already includes the probability that you were at 19 and rolled one, etc.

    • @hakesho
      @hakesho Год назад +16

      @@GreylanderTV When he talks about "recurrence relations" he means that the computer will take his 1-roll equation and keep iterating it for an arbitrarily large number of rolls. This is why the other ways of reaching 21(or anything else) are included. If you didn't know this, then I get why it looked like he wasn't considering large numbers of rolls.

  • @polares8187
    @polares8187 Год назад +282

    Brady you are such an amazing interviewer. Every single time I am in awe of your abilities.

    • @jschoete3430
      @jschoete3430 Год назад +4

      Yes I didn't get his intuition about it being most likely to be in between 20 and 40, but it turned out to be correct!

  • @Matthew-bu7fg
    @Matthew-bu7fg Год назад +47

    I've never seen this James Munro guy but please use him more! He has such a good, conversable tone, you can hear the excitement in his voice for maths as he speaks and he has the ability - seemingly - to speak to a range of ages and abilities and foster an enjoyment in maths. In fact this guy's probably what Rishi wants from all his teachers lol.
    Great video Brady. Interesting subject topic. I've literally just got home from a tutoring session with a student regarding probability so this was a nice continuation from that for me.

  • @liobello3141
    @liobello3141 Год назад +44

    This problem actually is a fantastic application of dynamic programming. If you do it without it, the time complexity of your algorithm is O(20^n). With DP it is O(n)

    • @spinachstealer
      @spinachstealer Год назад +4

      Even better, this is a (homogenous) linear recurrence (with constant coefficients) so has a closed form that you can compute in O(1)

    • @landsgevaer
      @landsgevaer Год назад +6

      @@spinachstealer I guess that requires finding the 20 exact roots of a 20th order polynomial first?
      Please show us the way... 😉
      (And it seems to assume we can do exponentiation in O(1), which I kind of doubt when we want to be exact...)

    • @narwhalergames
      @narwhalergames Год назад +1

      @@spinachstealerwell. i was thinking of a different problem, the finding of the max for any kind of die. which was O(s^3). Yes finding the answer to your problem however is probably like O(s*log(n))

    • @XxZeldaxXXxLinkxX
      @XxZeldaxXXxLinkxX Год назад +1

      Based comment I've been grinding dp problems, when I close my eyes all I see is `if dp[i] >-1 return dp[i]`

  • @stechuskaktus8318
    @stechuskaktus8318 Год назад +210

    Is a number even more evil if it hits 666 twice because there is a zero in that spot?

    • @numberphile
      @numberphile  Год назад +150

      I like your thinking.

    • @stechuskaktus8318
      @stechuskaktus8318 Год назад +60

      @@numberphile Then sqrt(90) would be triple evil, only counting decimal places

    • @mehill00
      @mehill00 Год назад +39

      Obviously 666 zeroes at that spot is the most evil.

    • @NeilABliss
      @NeilABliss Год назад +7

      664 Neighbors of the beast.

    • @Omensan
      @Omensan Год назад +1

      I thought along the same lines - How many numbers are "double evil" where summing the whole as well as decimals ends up evil where the Nth decimal position number arriving at 666 is the same number as the whole?

  • @numberphile
    @numberphile  Год назад +20

    See brilliant.org/numberphile for Brilliant and 20% off their premium service & 30-day trial (episode sponsor)
    James Munro is is Admissions and Outreach Coordinator for Maths at Oxford University

    • @godfreypigott
      @godfreypigott Год назад +2

      You might want to pin your comment so that everyone gets to read it.

    • @picassodilly
      @picassodilly Год назад

      Came here to say this, so instead I’ll just bump the comment with a reply.

    • @yourecrazy9368
      @yourecrazy9368 3 месяца назад

      YOU GOT THE PHI COUNT WRONG!!!!!
      without the leading 1, the sum of 666 happens at the 146th position. You are showing the wrong digits. This is the correct sequence:
      61803398874989484820458683436563811772030917980576286213544862270526046281890244970720720418939113748475408807538689175212663386222353693179318006

    • @yourecrazy9368
      @yourecrazy9368 3 месяца назад

      You got the wrong numbers for PHI, INVALID SEQUENCE ENDING

  • @spockfan2000
    @spockfan2000 Год назад +58

    Brady's intuition is amazing. Every time.

  • @Chriva
    @Chriva Год назад +72

    I bet the editor had real fun with that wilhelm scream lol

    • @nixfriarr
      @nixfriarr Год назад +5

      1:43

    • @CombustibleL3mon
      @CombustibleL3mon Год назад +1

      I can't believe I missed that! It was quiet in my defence though 😂

  • @narwhalergames
    @narwhalergames Год назад +12

    Update: I have verified the first 3000 values for N. Was able to compute each result in O(N^2) cause of knowing what place to start looking and an improved algorithm that does not compute things based on number of rolls. The answers to the question of what the best guess > N is seems to follow f(N) = round((e - 1)N + 4 - pi) for N=2...3000 EXCEPT N=232 and N=1233 both in which case the actual answer is f(N)+1 but thats not something im completely sure about since the difference in probability for N=232 is only 6.182648143449043e-12 and for N=1233 is a meager 5.937702586555904e-13.
    Edit: I am sure now. have tried with 112 bit percision floating point numbers.

    • @therealax6
      @therealax6 Год назад

      The issue with picking the closest value to the peak is that doing that only works for specific kinds of functions. (They at least require that, around a peak x, f(x + k) = f(x - k).) It doesn't work for generalised functions, but if the function can be approximated by one that fulfills this property, it will usually get you the right answer. Any quadratic function meets this rule, so if the function has a very small third derivative, you can get away with it.

    • @WumpusAlpaca
      @WumpusAlpaca Год назад

      You are wrong.

  • @cheaterxl243
    @cheaterxl243 Год назад +16

    I love that you can screw around with numbers and get something meaningful out of sensless goofing around.

  • @RubberDukies
    @RubberDukies Год назад +2

    It's not very often you see Tobey Maguire teaching you about math. Is that how he became spiderman?

  • @toonkrijthe7565
    @toonkrijthe7565 Год назад +51

    If you can choose any number, just choose 0 and don't roll at all. Instant win.

    • @drenzine
      @drenzine Год назад +6

      choose -1 so that you would roll forever knowing that you will never reach it. bore the dragon until it succumbs and frees you

    • @thomas-carter
      @thomas-carter Год назад +3

      The problem raises when it would demand at least one roll from you.

    • @claudetheclaudeqc6600
      @claudetheclaudeqc6600 Год назад +7

      @@drenzine that would be a instant lose, as it is exact. If above, you die.

    • @claudetheclaudeqc6600
      @claudetheclaudeqc6600 Год назад +1

      @@thomas-carter so it's result as a instant lost as well.
      Best would use X
      boom, guarantied win here!

    • @drenzine
      @drenzine Год назад +1

      @@claudetheclaudeqc6600 oh right... darn it!

  • @dskinner6263
    @dskinner6263 Год назад +33

    Pi might be evil, but Numberphile is a great good.

  • @MrBrain4
    @MrBrain4 Год назад +21

    Interesting that the 0 is ignored in the average of the digits in pi. If you include it to get an average digit of 4.5, then the value 1/4.5 represents the expected number of times that a specific very high total will be hit, since it can be more than once if one or more zeros occur immediately after hitting the total.

    • @slo3337
      @slo3337 Год назад

      Ya but there is no 0 on a die

    • @phiefer3
      @phiefer3 Год назад +6

      @@slo3337 Any number can appear on any die.
      In fact, most 10-sided die are numberd from 0-9 (as well as some numbered from 00 to 90, that when paired with a 0-9 allow you to roll 0-99 for percentages). This would also perfectly simulate rolling a 9-sided die in this application (since we only care about the sum, not the number or rolls).

    • @BinaryBolias
      @BinaryBolias Год назад

      @@phiefer3 Well, in a literal sense, the only numbers which can appear on a die... are the numbers which are marked on the faces of said die.
      A way to have a guaranteed victory against the video's dragon is by putting your chosen number (or a factor of it) on all the faces of the dragon's die.

    • @Muhahahahaz
      @Muhahahahaz Год назад +1

      If you want the probability that a given number will be hit, then zero must be ignored
      But if you want the expected number of digits, then zero should be included
      (He was only doing the former, not the latter)

    • @therealax6
      @therealax6 Год назад

      Remember the recurrence relation? p(k) = 1/n p(k - 1) + 1/n p(k - 2) + ... + 1/n p(k - n).
      (In the digits example, n = 9.)
      If we allow zero, the probability becomes 1/(n + 1) (because there's now an additional possible outcome), and you get the extra addend for zero:
      p(k) = 1/(n + 1) p(k - 0) + 1/(n + 1) p(k - 1) + ... + 1/(n + 1) p(k - n).
      But p(k - 0) is obviously p(k), so you can move that term to the other side, and you get p(k) - 1/(n + 1) p(k) = n/(n + 1) p(k) on the left-hand side, meaning you have to divide all terms by n/(n + 1) - which gets you back to the original equation without zero.

  • @hoazl.
    @hoazl. Год назад +117

    Pi being evil is another reason to use Tau instead - It reaches 663 on the 139th digit and 668 on the 140th, nicely skipping over 666 as any well behaved number should do!

    • @ashwynwadhawan7908
      @ashwynwadhawan7908 Год назад +29

      Pi being evil is another reason to keep using pi. Tau is not evil and therefore boring.

    • @vasyan123
      @vasyan123 Год назад +6

      Ten points to G̶r̶i̶f̶f̶i̶n̶d̶o̶r̶ Steve Mould

    • @dryued6874
      @dryued6874 Год назад +5

      I'm OK with any additional reason to use Tau.

    • @glasswingbutterfly
      @glasswingbutterfly Год назад +3

      Would you rather eat pi or a tau (towel)?

    • @wewoweewoo
      @wewoweewoo Год назад +2

      But I have no umbra formas why would I go tau

  • @visceralconfidence2987
    @visceralconfidence2987 2 месяца назад +1

    For those curious for the solution: for an N-dice, if P(k)=P(N+k), then N+k is the most likely number to sum to.
    Examples:
    P(15)=P(20+15), so 35 is the best for a D20
    P(5)=P(6+5), so 11 is the best for a D6.
    The relation between N and the best number is linear:
    Best for N = (e-1)•(N + 0.5)
    The exact formulas are
    P(k before N) = (1/N) • D^(k-1)
    P(k after N) = (1/N)•D^(k-1)•(D^N - 1) - (1/N)•D^(k-2)•(k - 1)/2
    Where D = (1+1/N)

  • @tigerdalandan
    @tigerdalandan Год назад +23

    Pi is evil?! Welp, looks like you gotta change your profile picture, Numberphile!

  • @Roxor128
    @Roxor128 Год назад +2

    When the "many more sides die" was suggested, my mind immediately went to 600 - one of the 4D platonic solids.

  • @fadew55
    @fadew55 11 месяцев назад +2

    I love that the golden ratio is evil. Take that hippies

  • @themaskedcrusader
    @themaskedcrusader Год назад +5

    The calculation for the optimal dragon dungeon number can use pi too. Instead of (e-1)N, you can do the average of the die * pi to get close to the optimal guess. 6 sided die average is the sum of both sides divided by two, so 3.5, and 3.5 * pi = 11. Same for 20 sided die, but 10.5 * pi = 33, not 34

    • @lorddoobsworth144
      @lorddoobsworth144 4 месяца назад

      so many occult numbers appearing in this video lol, 33, 42, 144, 666

  • @jthawken123
    @jthawken123 Год назад +26

    More videos from Mr. Munro please! I like this guy!

    • @FedeDragon_
      @FedeDragon_ Год назад +2

      yes he's great

    • @OxfordMathematicsPlus
      @OxfordMathematicsPlus Год назад +4

      (waves) Hi! I've made about 70 episodes of an online maths club over on this channel, and I'm doing a bunch of livestreams on maths admissions test questions. ^James

  • @johnchessant3012
    @johnchessant3012 Год назад +4

    Great puzzle! Tried to solve it in my head before firing up python, and the incorrect heuristic I got was roughly (2 - 1/e)*N. I figured out the probabilities for 1 through 20 to be P(x) = p*(1+p)^(x-1), where p = 1/20, which are exponentially increasing. Then P(21) would be the average of P(1) through P(20), and so on. The approximation I then made was that the maximum probability among P(21) through P(40) would be the average starting from the first number between 1 and 20 that had an above-average probability (i.e. more than P(21)), and if you work through the math on that, this would give an optimal value of N + log(e-1)/log(1+p), in the limit as N becomes large; and using series expansions this is roughly (2 - 1/e)*N. This is an approximation because the probabilities P(21) through P(40) are also (initially) increasing, so instead of finding the first x such that P(x) > P(21), we should find the first x such that P(x) > P(x+20). But that seemed too complicated to think about.
    Pleasantly surprised to see the actual correct heuristic also involves e, and to be more specific, a simpler expression of e that lies between 1 and 2!

  • @Slackow
    @Slackow Год назад +82

    I like that under the digit definition of evil 666 itself is not an evil number

    • @skadragon
      @skadragon Год назад +7

      It's a lucky number.

    • @JavierSalcedoC
      @JavierSalcedoC Год назад +16

      That's the best trick of evil

    • @BobStein
      @BobStein Год назад +5

      The worst evildoer thinks they are righteous.

    • @thomas-carter
      @thomas-carter Год назад +2

      ​@@BobStein It's like humanity in general, it mostly does evil on this planet and thinks it's all right.

    • @claycon
      @claycon Год назад

      The Biblical reference relates 666 to “the number of the beast (or antichrist).” The Antichrist mimics the true Christ with stolen power & knowledge. So naturally the original 666 from the true Christ is not evil.

  • @cmuller1441
    @cmuller1441 Год назад +21

    The recursive rule can be seen as a Infinite Response Filter that just average the previous N values for a N sided dice. So it's a low-pass filter hence the smoothing effect.

    • @TheGreatAtario
      @TheGreatAtario Год назад +1

      *an N-sided die

    • @jamesmunro
      @jamesmunro Год назад +14

      I'm so glad that someone picked up on the smoothing effect! This was not the right video to talk about how there's a jump discontinuity then a jump in the first derivative (in the continuous version), but it's the sort of thing I see when I look at the graph :) ^James

    • @hb1338
      @hb1338 Год назад +2

      @@TheGreatAtario Yes - the singular noun is die, and its' plural is dice. "The dice are loaded", not "the dice is loaded".

    • @spinachstealer
      @spinachstealer Год назад

      This is actually a fantastic observation, and could merit an entire video just exploring this topic itself.

    • @felipevasconcelos6736
      @felipevasconcelos6736 Год назад

      For the values for 1 to 20, you can think of P(n) = 0 for -19 =< x =< -1 and P(0) = 1, which makes sense conceptually, since you always start with 0, and you never have negative numbers.
      It doesn’t make sense if you keep extending it backwards, though: you get that |P(n)| = 20 for n in [-39, 20], alternating in sign. And then you get P(-40) = 800.

  • @markedis5902
    @markedis5902 Год назад +16

    Tried telling my maths teacher that maths was evil. She was unimpressed.

  • @ruidh
    @ruidh Год назад +1

    I heard the Wilhelm scream. You didn't slip it past us.

  • @shanedk
    @shanedk Год назад +9

    Fun fact: 666 is a mistranslation; the actual number is 616. Is pi still evil by the more accurate texts?

    • @PJandBethany
      @PJandBethany Год назад +1

      Neat. Do you have a citation for that?

    • @lorddoobsworth144
      @lorddoobsworth144 4 месяца назад +1

      its interesting how the first 144 decimals of pi add up to 666, when the number 144,000 is mentioned not long after 666

  • @matrixstuff3512
    @matrixstuff3512 Год назад +2

    I really like this James, he reminds me of classic numberphile

  • @learning_with_irving4266
    @learning_with_irving4266 Год назад

    You summarize every signals intelligence intuition I've felt throughout my life very well

  • @danielhogendoorn1134
    @danielhogendoorn1134 Год назад +2

    That dragon dice problem feels like convolution is involved, but I cant really put my finger on it

  • @TheMotlias
    @TheMotlias Год назад +22

    Watching hardcore mathmeticians trying to do simple mental arithmatic is always amusing, a friend is doing a phd is maths and we always find it funny when he stuggles to work out his portion of the bill 😂

    • @gwynethjones3503
      @gwynethjones3503 Год назад

      I enjoyed differential equations in college… But had to use my fingers or scratch paper to add and subtract. 😂

  • @1959Edsel
    @1959Edsel Год назад +1

    12:34 The easiest way to make a 9-sided die is with a 9-sided prism and doming the ends so it can't land on the nonagonal faces.

  • @sternmg
    @sternmg Год назад +1

    How can the recurrence relation for p_100 (at 4:20) be possibly correct beyond p_99? Numbers between 2 and 20 all have a different number of partitionings, as we Indeed later see, so their probabilities are not equal.

  • @cg21
    @cg21 Год назад

    12:35 You can make an "any-sided" die by taking a pointy prism and create as many faces on the side as you need. Within reason, from 3 to 10 works fine.

  • @ballenf
    @ballenf Год назад +16

    If the dragon let you choose 2 target numbers upfront, what would the best choices be for a 20-sided die? Will they maybe be 34 & 35, or will they be spread out?

    • @byzatic8507
      @byzatic8507 Год назад

      That's a really good question. I thought it would obviously be 34 and 35 but the more I think about it the more I'm unsure.

    • @thefidgetspinnerofdoom
      @thefidgetspinnerofdoom Год назад +1

      My intuition tells me that since the average roll of a d20 is 10.5, choosing 33 and 34 is the best option. To explain why spread out numbers wouldn't work, imagine the dragon gave you 10 numbers to choose. You could choose any 10 random numbers, or you could choose 10 numbers around 34. Since we know from this video that 34 is the best choice, this gives us 4/5 numbers to select as a sort of "early exit", and the other 5/4 numbers as a "late exit", essentially allowing our number to "fall through" a "bigger hole"

    • @jakobr_
      @jakobr_ Год назад

      That’s an interesting question because you want to pick two that are both likely but cover different sequences of rolls.

    • @mrjava66
      @mrjava66 Год назад

      Right. P1 + (P2 | !P1). Interesting.

    • @jamesmunro
      @jamesmunro Год назад +3

      This is an excellent follow-up question. ^James

  • @jordanparker8922
    @jordanparker8922 Год назад +1

    oh crazy, James was my guide at a cambridge summer school back in 2014!

  • @SorcerorNobody
    @SorcerorNobody Год назад

    James: "I don't know how to make a nine-sided die"
    Most recent Curiosity Box: "hold my light-year of water"

  • @luketurner314
    @luketurner314 Год назад +2

    11:04 I find it interesting that the corresponding decimal place is 12 squared

    • @MuhammadFrazAslam
      @MuhammadFrazAslam Год назад

      Yes, In Analog Clock, Hour Needle passes 2 times from 12... And there are 1440 minutes in a Day..

    • @korihayes3477
      @korihayes3477 23 дня назад

      Yeah that's kinda wild. Definitely not a coincidence.

  • @MPSpecial
    @MPSpecial Год назад +1

    okay but bold of you to assume I wouldn't want to stay with the dragon forever

  • @silverbiocide
    @silverbiocide Год назад +1

    Thank you for using an accurate dragon cartoon

  • @SWebster10
    @SWebster10 Год назад +2

    If you had a full set of dice (D6 D8 D10 D12 D20) and you can choose a different one for each roll, what number is best to pick then? Is there a strategy? What if to have to plan the sequence of rolls before you start?

    • @narwhalergames
      @narwhalergames Год назад

      p=0.30013020833333337 when guess is 8 and your plan is to use: 8, 6, 10, 12, 20. (this is the optimum)

  • @beereaucrat3233
    @beereaucrat3233 2 дня назад +1

    There IS something evil about a number that never ends...

  • @johnboyer144
    @johnboyer144 Год назад +2

    Missed a great chance for a Matt Parker cameo with whatever highest number fair die he created a while ago.

  • @WAMTAT
    @WAMTAT Год назад +1

    Gonna implement this into my next DnD game.

  • @TheFrewah
    @TheFrewah Год назад +1

    Nice problem for a computer simulation. You have to be careful when you simulate a dice because what you get may not be evenly divisible by the number of sodes. The rng I use fills an integer with random bits which doesn’t work well if you want to simulate a dice with, say, 17 sides. So you have to discard some of the values close to the max value.

  • @felipea.barretto7503
    @felipea.barretto7503 Год назад +5

    Putting this challenge in my D&D game!

    • @ianstopher9111
      @ianstopher9111 Год назад

      That is a bit meta. The dragon in the game is asking the characters to choose numbers for dice rolls which the players then perform on behalf of the characters.

  • @celadon2048
    @celadon2048 Год назад

    It got cute there at the end. Your intuition at the start was so good! Exactly the right reasoning that led you to the right conclusion and you got there quickly while I was still pondering. Now I'll never know if my intuition was gonna be that good! haha cheers

  • @JasonErdmann
    @JasonErdmann Год назад

    You’re not trying to get to 21, you’re trying to beat the deal while not going over 21.

  • @ThePathNotTaken
    @ThePathNotTaken Год назад +1

    Not discussed in the video, but a nice result anyway: the probability of hitting N with an N-sided die approaches e/(N+3/2) for large N.

  • @abigailcooling6604
    @abigailcooling6604 Год назад

    This is a cool bit of maths, I will try to remember it the next time I am trapped in a dungeon with an angry dragon and a dice.

  • @jeroenneve5807
    @jeroenneve5807 Год назад

    I'd pick something like 9239328574395749 and leave once the dragon gets bored.

  • @ericrosen6626
    @ericrosen6626 Год назад +1

    Re: Evil I tried doing my own and wasn't getting 666, but then saw that you stuck a note in the animation about ignoring the leading number.
    Once I started from the decimal, we get matching results,. I went position by position for the first 200 are here are the counts of different end points (where I stopped adding up digits when adding the next one puts the total over 666):
    666: 45
    665: 42
    663: 25
    664: 24
    662: 20
    660: 17
    661: 15
    659: 10
    658: 2

  • @SupachargedGaming
    @SupachargedGaming 11 месяцев назад

    Player 1 has a standard 6 sided die, sides labelled 1-6. Player 2 has a unique 6 sided die, with 5 sides labelled "0" and 1 side labelled "21" (Sum:1-6). The goal of the game is to reach a number, "x", or exceed that number, in the least rolls. What dice should you pick? Does it matter? Does the value of "x" have an impact on the dice you should choose?

  • @cliftonchurch6039
    @cliftonchurch6039 Год назад +2

    I appreciate the Wilhelm scream.

  • @raulsaavedra709
    @raulsaavedra709 Год назад +2

    There is a fragrance called Pi, by Givenchy (and created by one of the most prolific and successful perfumers: Alberto Morillas.) Pi smells really great, warm sweet, suitable for cold weather season, so this the best time to wear it in the northern hemisphere . I'd encourage all math/Pi enthusiasts to check it out.

    • @Giantcrabz
      @Giantcrabz 2 месяца назад

      what does warm sweet mean?

    • @raulsaavedra709
      @raulsaavedra709 2 месяца назад

      @@Giantcrabz It means not aromatic, not freash aquatic, not fresh citric, not metallic, not earthy, not smokey, not oudy... just sweet and cozy warmth

  • @Alex_Meadows
    @Alex_Meadows Год назад +1

    Out of curiosity I calculated the probability of P(2), and got an answer that was quite surprising and, as it turns out, wrong. Can anyone point to my error?
    In order to NOT hit a total of 2 using a d20, you must:
    1) Not land on 2 with your first roll (19/20); and
    2) Not land on 1 with your second roll (19/20); and
    3) Not land on 1 with your third roll.
    So P(2) = 1 - (19/20)^3 =~ 0.14. I expected it to be lower and, indeed, from the video at around 6:06 the correct answer is slightly over 0.05. I'm not sure where I'm going wrong, though.

    • @visceralconfidence2987
      @visceralconfidence2987 2 месяца назад +1

      Imagine it like a pie chart of twenty slices. 18/20 of the time, you will not land on the slice 2 or 1. If you did land on slice 1, recreate the entire pie chart of twenty slices within that one slice, like Inception. Then, 19/20 of the time you dont land on the new 1 slice in the Incepted pie chart within the original 1 slice.
      So the chance of never summing to 2 is the combination of these two situations: (18/20) + (1/20)•(19/20), which is 0.9475 chance to never sum to 2.

    • @Alex_Meadows
      @Alex_Meadows 2 месяца назад

      Thank you!​@@visceralconfidence2987

  • @Tjalian
    @Tjalian Год назад

    Mathematicians: here's the most statistically probable number you can get
    Me: the dragon never said I had to say what the number was out loud, I'll just the roll the dice 3 times and say the sum of the 3 rolls is the number I've chosen

  • @hpgeerdes
    @hpgeerdes Год назад

    Great Video! I stumbled over two things:
    5:50 What does he mean by "You have to make 21 in two rolls"? That the highest probability is achieved with two rolls? Because of course there is also 5+5+11, 5+5+5+6, 21*1 etc.
    11:30 He is talking about the average one digit makes in the summation of the digits, shouldn't zero be included here? Zero occurs with the same likeliness in Pi as all other digits, so the average should be 0+1+2+3+4+5+6+7+8+9/10 (Mind the divided by 10 instead of 9!). In effect, only 1/4.5 = 22.23 % of numbers are 3v1l, on average.

  • @stephensmith219
    @stephensmith219 Год назад +1

    Not a mathematician, and no experience with advance calculation. What occurred to me was adding the integers from 1 to 20. 1+2+3+4+......20 and that got me 210. 210 then halved to get the average of 105, which when divided by 3 = 35(also noticed the 10.5 average you mention is a factor of 105{10.5x10}). So out of curiosity : Total of integers on all faces/sides of die lets call "T" divided by 2 to get T/2 then divided by 3, something like (T/2)/3? The question is does this hold up on a greater sided die and or even on a twenty sided die with random integers?

    • @visceralconfidence2987
      @visceralconfidence2987 2 месяца назад

      Dividing the integer sum of N by the known optimal numbers for an N sided dice, outputs a linear equation: N / (2•(e-1)).
      To get your function, we swap around that equation and the Optimal number for N.
      In your case, 20/3.4 = 5.9, and so you have 20/6 = the optimal number 35. But this 6 was not really a constant, it was really just N /2(e-1).

  • @narwhalergames
    @narwhalergames Год назад +1

    Update: I have checked the first 10000 values of N. g(N) = round((e - 1)N + q) where 0.8591145934369706 < q < 0.8592248809409284 which is a very narrow interval of just 0.00011. There are 8 values of g(N) outside the formula round((e - 1)N + 4 - pi) which disproves my earlier thought! i wonder if this constant, q, has a name?

  • @1ucasvb
    @1ucasvb Год назад +6

    Could you please include some reference links in the description so people who are interested in these problems can look more into them? I'm interested in the continuous generalization he mentioned, but I don't know how to search for this problem or the related work on it.

    • @jamesmunro
      @jamesmunro Год назад +10

      Let me know if you find anything - I'm the person in the video and I don't have a reference for this! Just a small bit of maths I did on the back of an envelope. Might have to write it up now it's on numberphile... ^James

    • @1ucasvb
      @1ucasvb Год назад

      @@jamesmunroAh, so this is something you came up with yourself? That's cool. How did you approach the continuous case?

    • @yeoman588
      @yeoman588 Год назад

      ​@@jamesmunro I figured out continuous functions for
      (1) the segment for S between 0 and n: P_1(S) = (1 / n + 1)^S / (n + 1), with a maximum probability at the point (n, (n + 1)^(n - 1) / n^n), and
      (2) the segment for S between n and 2 n: P_2(S) = n^(-S) (n + 1)^(S - 1) - S n^(n - S) (n + 1)^(S - n - 2), with a maximum probability at the point ((n + 1)^(n + 1) / n^n + 1 / ln(n / (n + 1)), -(n / (n + 1))^(n - n^(-n) (n + 1)^(n + 1)) / (e (n + 1)^2 ln(n / (n + 1)))).

  • @leefisher6366
    @leefisher6366 Год назад +1

    I'm seeing the long term average strategy for huge values... sort of... however:
    You will always have a last roll - which either hits your value or exceeds it. (If it does neither, it isn't your last roll). When you are thus within range, there is ALWAYS a 1 in 20 chance of getting the right number. To put it another way, there is never a situation where more than one value on the d20 will end the game in a victory... so... all numbers are equal. Please explain how this is wrong, since it clearly seems to be.

    • @leefisher6366
      @leefisher6366 Год назад

      Oh, if you're allowing an interval now, I choose [1,20] inclusive.

  • @Abstract_zx
    @Abstract_zx Год назад

    its interesting to hear that Brady's intuition was something that had to be small because my mind immediately went that extremely large numbers could be better because there are more and more ways to reach that number. My intuition was telling me that it should be a very large multiple of 21 since it would be a multiple of the average roll (10.5) of a 20 sided die

  • @TacticalPew
    @TacticalPew Год назад +5

    I'm gonna call this rule34 of dice 😈

  • @yesthatsam
    @yesthatsam Год назад

    Brady choosing 42 then there’s the Wilhelm’s scream during animation, welcome to nerdphile ;)

  • @Muhahahahaz
    @Muhahahahaz Год назад +1

    1:43 obligatory Wilhelm scream

  • @CombustibleL3mon
    @CombustibleL3mon Год назад

    What a great video for Spooktober! Thanks Brady

  • @steubens7
    @steubens7 Год назад

    as long as the dragon is waiting, you get to live. the answer is bigger than the number of rolls you can make for the rest of your natural life

  • @SpeakerMunkey
    @SpeakerMunkey Год назад

    I haven't calculated this, but if you asked for a googolplex to the power of a googolplex, I'm pretty sure you'll still be rolling at the heat death of the universe.

  • @KarmasAB123
    @KarmasAB123 11 месяцев назад

    What's even better than doing the math is just refusing the dragon's game. If he then tries to keep you there, it's wrongful imprisonment.

  • @vojtechstrnad1
    @vojtechstrnad1 Год назад +8

    Actually, 35 is the most likely for a 20-sided die, not 34.

    • @sncxyz
      @sncxyz Год назад +3

      Thanks for the sanity check. Just wrote code to solve this myself and it was giving me 35.

    • @Spoon_builds
      @Spoon_builds Год назад +1

      Seeing the same by just rolling a lot in python:
      number of success for 32: 96891
      number of success for 33: 97156
      number of success for 34: 97212
      number of success for 35: 97605
      number of success for 36: 97127
      1 million rolls each time.

    • @jamesmunro
      @jamesmunro Год назад +5

      Ah I wondered if anyone would spot this. Sorry - I have no idea why I said 34 on the day. In my defense, 34 and 35 have very very similar probabilities. ^James

    • @asheep7797
      @asheep7797 Год назад

      Thought I messed up the Desmos graph when I saw 35.
      34 - 0.09751
      35 - 0.09767

    • @ianstopher9111
      @ianstopher9111 Год назад

      Perhaps because (e-1)*20 is closer to 34 than 35 the intuition would be that 34 is slightly better than 35. However, a bit of experimentation shows that 35 is favoured.

  • @Muhahahahaz
    @Muhahahahaz Год назад +1

    What if you allow 1-20, but disallow “wins” on the first roll? (So it always has to be a proper “sum” of 2 or more numbers)

  • @snakerattleroll6678
    @snakerattleroll6678 Год назад

    "The fractional part of Pi is evil, maybe the 3 saves it."
    There's a theology joke in there somewhere.

  • @adizmal
    @adizmal Год назад

    LOL the wilhelm scream at 1:43

  • @mrjava66
    @mrjava66 Год назад +1

    12:47 it’s a ten sided die with zero. This is a common die.

  • @shahchintan420
    @shahchintan420 Год назад

    Numberphile: Pi is evil
    Also, Numberphile (9 years ago): Pi is beautiful 😂

  • @alstuart
    @alstuart Год назад

    The Wilhelm scream is a nice easter egg.

  • @90sambabam1
    @90sambabam1 Год назад

    "Zeros dont really get you closer to your rolling total, they just delay the inevitable." 🤯

  • @guillaumelagueyte1019
    @guillaumelagueyte1019 Год назад +1

    Excellent video. I don't believe I've seen a video with James before, but that was really an excellent topic, and made entertaining! Would live to see more. My first intuition was that this had to do with partitions, but it doesn't seem needed (or maybe you can use them but it's overkill for this particular topic as you can use more traditional methods?).
    Cheers,

    • @therealax6
      @therealax6 Год назад +1

      I'm pretty sure that expanding that recurrence to a non-recurring version requires solving partitions along the way, but that's just my intuition.

  • @lettersquash
    @lettersquash Год назад +1

    Another level of irrelevance is to consider whether the number of the beast was actually 616.

  • @SuperEuclidean
    @SuperEuclidean Год назад

    @4:21 wouldn't the probability of rolling 100 be (1/20)*P99 + P2*P98 + P3*P97 + ... + P20*P80
    where...
    P2 = 1/20 + 1/400 (roll a natural 2, or roll a 1 followed by another 1)
    P3 = 1/20 + 2/400 + 1/8000 (roll a natural 3, or roll 1;2 or 2;1, or roll a 1 3x in a row)
    etc...
    I'm sure that Dr. Munro is better at math than me, but the formula at the timestamp above seems like an error to my smooth brain.

  • @agargamer6759
    @agargamer6759 Год назад

    Really fun little problem and approach!

  • @Eazoon
    @Eazoon Год назад

    I'm so here for British Peter Parker teaching me about dice roll probabilities

  • @SiEmG
    @SiEmG Год назад

    PLEASE SOMEONE CORRECT ME. I send my 3 ideas here (A, B, C).
    A. ACCEPTING 1 ROLL RESULTS:
    I would argue that for a fair 6-sided die, a good bet would be on number 6, as it has SIX possible combinations (6, 5+1, 1+5, 3+3, 4+2, 2+4), better than 8 and 5 which has FIVE combinations, 4 7 and 9 which have FOUR combinations, and 10 and 3 and which have THREE combinations.
    Their probability for 6 should be: 1/6 + 5/36 = 11/36 instead of lets say 5 which would have 1/6+4/36 = 10/36 or 8 which would have 5/36.
    B. REQUIRING >= 2 ROLLS:
    With the same logic, I would bet on 8, not 10 as you suggest here 8:35 . As p8=5/36 and p10 = 3/36
    C. MEDIAN SUM IDEA:
    1. The more the rolls -> more possible combinations for the median sum of x rolls + the actual dices configurations would follow closer the normal distribution = gets more possible to hit the most probable sum for more number of rolls. I think I am talking about the median. My intuition says that betting on the most probable sum that occurs out of 1 million rolls (top allowed), is more secure than betting on the most probable sum of only 100 (top allowed) rolls. As 100 rolls' best pick would be examined more times. So I would bet on a relatively high number. Is that right?
    2. So say we have an upper limit of 500 rolls. To bruteforce it in my computer, I would run thousands of 500-rolls experiments to get the most probable sum (median sum?) of 500 rolls (including the intermediate sums created before reaching the 500th roll). I think it would be more secure than the median sum of 250 rolls, as the best pick of 250 rolls is better examined in the 500 rolls experiments. Maybe I am wrong? I would suspect that it would lie a little higher than the average sum of x rolls.

  • @SylviaRustyFae
    @SylviaRustyFae Год назад +1

    Pi is 1 digit off of bein a hitchhiker number, without the leadin 3; 41
    For the Tau fans, it also isnt a hithchiker number with or without its leadin 6; with tho it ends up one over at 43... Which feels quite befittin for pi to be one under and tau to be one over heh (without leadin 6, it gets to 38 and 45; bcuz of an unlucky 7 after a 1)

  • @BobStein
    @BobStein Год назад +1

    A Parker Number is where the digits do not add up to ANY literary sum. Not 42, not 666, not 451...

  • @reiddc
    @reiddc Год назад

    Was that the Wilhelm scream at 1:44?

  • @DSN.001
    @DSN.001 Год назад

    let x+y = 100, then what is the maximum value of x^y? I guess it is somewhere near 24^76 but what is the formula for it?

  • @paulbennett7021
    @paulbennett7021 Год назад

    It should be possible to envisage or even draw, and therefore construct, a fair n-sided dice (not die!), with equally sized faces, even though there's no classically named corresponding solid. Or am I wrong?

  • @NStripleseven
    @NStripleseven 10 месяцев назад

    There was only a 20% shot for pi to be evil, and yet it is.

  • @iwantaseperateytaccount3305
    @iwantaseperateytaccount3305 Год назад

    What is the smallest number? As in Graham's Number or TREE() for the largest number?

  • @-42-47
    @-42-47 Год назад

    I think I still prefer going for something like 1 billion to buy some time, hoping for rescue whilst trying to befriend the dragon.

  • @suponjubobu5536
    @suponjubobu5536 Год назад

    5:53 "You have to make it in two rolls". No, you could roll three 7s for example. If you had to make it in 2 rolls, then the probability would be 0.05.
    Edit: Maybe he meant "at least two rolls".

  • @RickMattison314
    @RickMattison314 Год назад

    By the logic used in the video, 2/3 is infinitely evil. Not only because eventually you’ll hit 666 when adding up the digits, but because the decimal expansion is only 6s.

  • @SylviaRustyFae
    @SylviaRustyFae Год назад

    12:34 You dont need a 9 sided die... You can just use a d10 and treat 10 as 0. That also lets you get the true irrational number exp of potentially hittin 0 along the way xD

  • @aidandanielski
    @aidandanielski Год назад

    a formula would really be best for comprehension, extension, and application.this is A start: with r rolls of an s sided dice the probability that the rolls' result sum above total t is given by ... this would be very helpful on a type on functor category scheme i'm looking into.

  • @joshuaprice1
    @joshuaprice1 Год назад +1

    This guy taught me chaos theory

  • @Abstract_zx
    @Abstract_zx Год назад

    *chooses 1 and tries to get along with the dragon*