Imagine you're a scientist and while others like Einstein come up with relativity, you're inventing a special dice that does the exact same thing as a normal dice. George Sicherman is a legend.
I’m so proud of myself, I almost didn’t attempt this riddle and was just going to watch the solution but decided to try. I didn’t know my strategy but I “followed by nose” and drew the table . I then copied the table and removed the sums. I realised I was only allowed one “1” and one “12” so I filled them in exactly how the solution did and then worked my way back, ticking off each sun from the original table. In the end my work sheet looked exactly like the solution tables and I’m kind of stoked bc I’m usually not smart enough for TedEd riddles. Sorry I must sound a little boastful but I’m pleased as punch.
f'real congrats! I mentally got as far as "we need the results map to match" but 1st guessed 1,2,3,3,4,4 as our low dice, had I bothered to work through the guess I'd see my mistake soon enough.
Look, if you do something smart/great like this, feel free to boast!! Good people will be happy to hear your success! ;) glad you were able to solve it! :)
Nothing satisfies like a solved riddle). I solved it too, wasting some time on 0-hypothesis (I hadn't known you couldn't a side without dots) and then accidentally stumbled upon the solution. Btw, I found that you can actually create another pair of dice, if you include 0 and forget about 4-on-one-side limitation. First dice is 0,1,2,3,4,5, second one 2,3,4,5,6,7. I'm curious if those are called somehow too
I read about Sichermann dice by chance in a book of math puzzles. Fun fact: one critical difference between normal and Sichermann dice is that it's harder to get doubles on the latter (1/9 chance instead of 1/6). I wonder what it'd be like to play backgammon with Sichermann dice.
Okay that’s a great question. It’s been awhile since I played, so without going to refresh my memory of the rules, I’m assuming it would be much more likely for someone who gains a small early advantage to clean up, possibly resulting in it becoming acceptable and common to forfeit matches early. Might have to make some new dice and play test it.
@@heatshield Maybe it wouldn't make small advantages last, but it surely would make big and rapid swings more rare, so at least we'd get a calmer more sedate game?
A lowered chances of doubles - and not being able to get double 2s, 5s, or 6s at all - would be a huge impact. It would also wildly change things to have a 9 available on one die, changing the strategy around priming.
I enjoyed the animation in this a bunch! I'm no mathematician, but even I can understand the reasoning behind this solution, because it was so well explained... and the denouement at the end was entirely delicious!
step 1: confirm that you have green eyes step 2: ask loki, "if i asked you whether i had to roll three 4s, would you say ozo?" step 3: walk anti-clockwise across one block of land to add one coin to your balance step 4: calculate which lockers have numbers with perfect squares step 5: work backwards from zahra's answer to get the hallway required step 6: choose the gaussian and miss on purpose step 7: lock loki in pythagoras' cursed chessboard
was looking for the obligatory "confirm you have green eyes" plagiarism of the solution to a different puzzle Congrats though you plagiarized 7 different puzzles (very slow claps)
I missed the instruction that required us to only select numbers >1, so I had a die with a blank face (0,1,1,2,2,3) and added 1 to all the values on the other dice. After seeing the correct result, it makes sense that if you subtract one from each face in Die A and add one to each face on Die B, the results don't change.
2:28 "Assuming we have a 4..." I felt like the video brushed over considering having numbers less than 4 or larger than 8 on the dice (respectively). But it can actually be walked through relatively easily. You must have exactly one 1 on each die. If you had an 11, you could have only 1s on the other (without getting sums above 12), but this would make at least 6 ways to roll 12. Same sort of pattern continues for looking at 11, 10, and 9, with each leading to too many rolls of the high numbers. In this way, you can prove that the highest number you can use is an 8, meaning you must have exactly one 4 on the small die.
You can also go about it from the small die's perspective. It's clear that the highest side of the small die must be the only side of its number on that die. Also, both dice must have exactly one 1. That means, if you had at maximum a side with 3 eyes on the small die, all others save for the 1 would have to be 2, which would lead to at least 4 ways to form a sum of 3, which is too many. And a lower number of eyes is impossible due to the aforementioned requirements (more than one 1 or more than one maximum side). So the small die must have exactly one 4, and the high die must thus have one 8.
I tried solving this by starting with a regular dice, and trying to rearrange the numbers in a way that worked. I tried but couldn’t find anything that worked, until I realized that I’m not allowed to have zero dots, which I though I was. Once I had that, it was way easier to build the dice step by step. Very interesting riddle
I think that would permit another solution, (0,1,1,2,2,3) and (2,4,5,6,7,9). Start with their solution, and move one dot from each side of the small die to each side of the large one. Given that in the story we start with blank dice, I think this should have been a permitted answer.
It's only mentioned in passing and not on the Rules screen, but I think it's fun to note that the Sichermann dice also use the same number of dots as two standard dice. You don't end up with extra or remaining dots after they fall off and are put back.
@@fatih3806 Only if you're required to keep the same number of sides. For example, the 4-sided die 1,2,2,3 and the 9-sided die 1,3,3,5,5,7,7,9 have an odd number of dots in total, despite being two dice that have the same odds of rolling any given number as 2d6.
Very cool video. The way it's done rigorously in mathematics (which can lead to many other interesting results, like having two dice with a different number of faces, and still getting the same probabilities) is with generating polynomials. A normal six-sided dice is represented by x+x²+x³+x⁴+x⁵+x⁶, where the exponent represents the number of dots on a face and the coefficient, which in this case is always one cause all numbers from 1 to 6 are each displayed exactly once on the die, represents the number of sides you can find that precise number of dots on. The product between two of these polynomials gives you the amount of different combinations of numbers that can give you a certain sum, namely the polynomial representing their combination. If P(x) represents a die, computing P(1) gives you the total number of faces of that die. Notice that the polynomial for a standard six-sided die can be broken down into x(x³+1)(x²+x+1) -> x(x²-x+1)(x+1)(x²+x+1). If you plug in one, the first two operands yields one, x+1 yields two and x²+x+1 yelds three. Therefore, the presence of the first two doesn't affect the number of sides of the die, while the other two operands are fixed in place, as the two dice must be six-sided (but you could do it with four-sided and nine-sided ones as well, etc). Moreover, each face has to have at least a dot on it (must have x as a factor). Therefore, we can only shuffle x²-x+1: one die will have no copies of that factor and the other will have it squared. After all calculations, you'll get x⁴+2x³+2x²+x and x⁸+x⁶+x⁵+x⁴+x³+x, which are exactly the two resulting dice from the video. Remember to eliminate, if there were any, all results which have one or more negative coefficients, as negative sides don't seem to exist in geometry (I think the only viable way is just to eliminate them afterwards, but if you have a better method in mind I'll be happy to hear it). All of this looks scary at first, but actually it is fairly straightforward when applied, especially for harder-to-find combinations (like the one with four and nine sides respectively, which was a question on an entrance examination test for the Normale di Pisa dating back a few years ago). Hope I explained it somewhat clearly 😂
I solved it in a similar way (apart from that once you wrote x⁴+2x³+2x²+1 rather than x⁴+2x³+2x²+x.) I just removed the factor x, and I calculated (1+x+x²+x³+x⁴+x⁵)² = ((1+x+x²)(1+x³))((1+x)(1+x²+x⁴)) = ((1+x+x²)(1+x))((1+x³)(1+x²+x⁴)) = (1+2x+2x²+x³)(1+x²+x³+x⁴+x⁵+x⁷)
An equivalent method disguised as something easier is creating a system of equations from a discrete convolution of the pmfs. The advantage is it doesn’t require generating functions, which are quite a leap for the average person
First ever puzzle I've actually decided to sit down and solve myself!! I even made a google sheet to calculate the different sums and their counts, very satisfying!!
I like how the concept of a set of 2 dice that would have the same relative chance of rolling results as regular dice do, would be such an alien thing to come up with. Once you turn it into a problem like this video has (and add the constraint of max 4 eyes per side on one die, which was a massive hint) it suddenly becomes a trivial thing to solve
I love this riddle! It looks complex as my initial thoughts were getting a piece of paper and solve probability for each roll but in reality its very simple, straightforward and easy to understand.
Yeah, like you can just do a lot of it in your head. You know for a fact each die must have one and only one 1. On that same track when solving the first die you know you can't have more than 2 of any number (since it'd probably result in too many 3s and 11s). And you can only have 1 of the largest number. So that's just 1,2,2,3,3,4 easily. Other die then already has the 1 and 8 solved (to match with 1 and 4). Leaves you with 4 faces between 2,3,4,5,6,7. Even without proving it to yourself by doing the math/chart you just go "if you have to leave out 2 of those numbers, probably the ones at the ends so you get a more middle distribution of results".
*Dice A* = [4,3,3,2,2,1] *Dice B* = [8,6,5,4,3,1] This is a nice riddle. One which just takes some knowledge of probability theory (specifically: *combinations* ). Plus, it helps to use a spreadsheet/chart. An algebraic way to solve this would be to set up 12 different equations (easier with *matrix multiplication* )
Dice with sides {0, 1, 1, 2, 2, 3} and {2, 4, 5, 6, 7, 9} also work. I guess the stipulation said that "every side must be a positive whole number" rather than "every side must have a natural number", but there's no conceptual reason why a die couldn't have a blank side to indicate zero. Every other constraint was justified by the narrative, so I just assumed this was an oversight in the wording.
Wow that was a great video, one of my personal most beloved tricky questions!! I also want to share that after thinking of other ways to create such dices, I discovered that if you allow one dice to have a zero on it (I know it’s not in the original rules, but hear me out) - you can create dices that produce the same frequency, in this way: Dice 1: 0-1-1-2-2-3 Dice 2: 2-4-5-6-7-9 Now that I think about it I just added one to every number in the second dice and subtracted one from each in the first😅😅 * Continuing with that logic you can create the same affect if you allow a minus 1😮🙃 Any way that was a really nice riddle, thank you😁!!
Before the video starts, i just want to express this first: I've never tapped so fast on a video before. But when it comes to New Ted-ed riddles, I AM HERE!!! Keep them coming 😊
@@user-hh2is9kg9j well education in my country is ridiculously expensive however the quality is poor. So yeah they should do a better job of hiring good teachers when they charge a lot.
I actually managed to do one of these for once, and I can actually explain every single step I took to reach it. As such, I’d like to explain all my reasoning. 1. Since there’s only a single two, (and every die face must have
My solution doesn’t work under the rules, but I used three dots to create a binary notation, corner middle side representing 1, 2, 4 respectively. This allows you to make an ordinary six sided dice using a maximum of three dots. The rules state the sum of the dots, but if different dots have different values, as in the binary notation dice, then the sums can still match a normal dice.
I love riddles that challenge you but aren’t impossible to understand without background knowledge of the subject. One of the few riddles I was able to solve and I’m glad I was able to do so :D. Thanks Ted-ed
Finally, another riddle! Have been waiting for 2 months for one. Can we have one every week? I just love these riddles that you come up with. 🙏🙏🏼🙏🏻🙏🏾🙏🏽💖🥰💗💓😍💕
Last year, as a senior in high school, our class participated in a maths contest. We would get three riddles during the year. This is actually one of those riddles. fun to see the explenation of that riddle by some one else. sidenote: we didn't manage to win the contest but got to the finale.
I took some time to just sit down and think about the various possibilities, and I was able to figure it out. I used some trial-and-error, but I got figured it out mostly the way it was shown in the video.
i realised the 1 on each dice and the 4 - 8 relationship and decided to continue the video instead of filling up a table. but i hope i would have done similiarily as well as Demeter in a life/death situation
agreed - I wouldnt call this a riddle at all. Its like a math olympiad style question, and only the most enthusiastic of number crunchers could find it even remotely interesting
1:23 A hint for those who may be struggling: The rules don’t state this, but you would have a limited number of dots to work with, this number is (dots on dice)*2, which is 21*2=42. This would be a “catch” of the puzzle.
Obviously. You're reattaching the dots that fell off of the two dice, so the number would have to add up to the same amount as a normal pair of six-sided dice. It's probably also the only way your two new arrangements can still come out with the same distributions.
"Can you solve the cursed dice riddle?" Also "The solution wasn't discovered until 1978!" (Most likely, mathematicians weren't really looking for the solution until they proposed the math problem first and then found the solution shortly after, but still).
@@danielrhouck But have you found a valid solution which includes a 0? Something tells me no such solution exists (even though I don't feel like proving it rn). In this case, you don't actually "need" that rule, it would be more of a "hint" to get you on the right track faster.
@@danielrhouckYou can just subtract one from each face of the 1,2,2,3,3,4 die in the Sichermann dice and add it to the other die, giving 0,1,1,2,2,3 and 2,4,5,6,7,9. I.e. the two dice will have faces of 0,1,1,2,2,3 and 2,4,5,6,7,9 respectively, if 0 is allowed, still keeping to the less than 4 dots rule on one die.
On normal dice 1 is always opposite 6, 2 opposite 5, 3 opposite 4. You could have totally blank faces for 4, 5 and 6 and still end up with perfect dice simply by checking the opposite face.
What makes the Sicherman Dice even cooler is that they not only have the same sum distribution as standard 2D6, but also the exact same number of dots (42)
My answer was simply to symbolize the missing 5 and 6 with a different pattern of dots, then if that side rolls, even if it only has 4 dots, you treat it as a 5 or 6 just make sure they are in a different pattern to the regular 4th side.
Normal brain: answer from video Big brain: recreate the normal, non-cursed die and roll it twice Planetary brain: just make/buy some new dice lmao Galaxy brain: make a 36-sided die with those values from 2 to 12
that graph of probabilities helped me solve this fun riddle since there were only four values for one die i could solve with brute force but this tabulation is faster and convenient
First you have to ask the demon of logic if at least one of the sides has green eyes. If the answer is ozo you count the number of trees that the founders of the houses can see to find where the baniker is buried. If ulu then you trap nym in the magic checkerboard to prevent the ai from releasing the robot ants. Afterward you must give the dino nuggets the magic tarot cards you stole from fate so they can lite the correct number of candles on the giants cake. The giant will then agree to use the tri source to make you a new set of dice.
I can never be bothered to get a pen and paper to try these myself, and every time I see the solution I think "Damn, that would have been fun to figure out myself"
Fun Fact I noticed when crafting my solution and mapping out the potential combinations (cos apparently I have absolutely nothing better to do on a Saturday afternoon): You know how numbers on opposite sides of standard dice always add up to 7? Well Sicherman dice can be mapped out in a similar way. To use this riddle as an example, the cursed die can be mapped so that opposite sides always add up to 5 (4+1, 3+2, 3+2), and opposite numbers on the non-cursed die always add up to 9 (8+1, 5+4, 6+3)
I feel like that must always be true by necessity- The average value of a pair of dice is 7, and it is 2 x 6 sided die. so between the two die, the average contribution by each die is 3.5 each throw. Multiple the 3.5 average dots per side by the number of sides ( 3.5 * 6 ) and you get 21 So on average each of the 2 die must have 21 dots, so in total they must have 42 Could be even more obvious and I'm saying it in the dumbest possible way but thought it was interesting :p good observation!
I SOLVED A TEDED RIDDLE! Okay, my process started by realizing that since the small die cant go above 4, your max on the big die is 8, because 8+4=12. I then played around for a while with having a 0 side on the little dice before realizing that you need a positive number on each side, so that meant I needed a pair of 1's to make 2. I also knew that I couldn't double up on my 1 and 4, nor my 1 and 8, because that'd make extra 2's and 12's I didn't need. So I decided to plug in a double 2 and double 3 on the little die because I knew doubles were needed on that dice and those were the only options left. Doing so on a spreadsheet I set up (because looking at a chart helped out greatly) revealed that I had met my quota of 3's and was close on my 4's. 1+3 was enough for the final 4, and then I kinda noticed that "you know, this graph is pretty symmetrical...bet the dice are symmetrical as well" and since I skipped the number after 1 (2), I figured I should try repeating that on the other end, skipping 7, the number before 8. Thus, my final dice were: 1, 2, 2, 3, 3, 4. And then 1, 3, 4, 5, 6, 8. Gonna now watch the video to see if I was correct.
I stumbled across the same solution with a similar process (and also spreadsheet), but then spent longer retracing my steps to prove that this _was_ in fact a correct/only solution (i.e. that other possibilities could be conclusively disproven). For example, you could theoretically roll 12 via 8+4 or 9+3 or 10+2, _but not 11+1_ (which would make the cursed die all 1's, and thus entirely irrelevant to the roll). 10+2 was subsequently ruled out (each die must have at least 3 distinct values to not duplicate a roll of 2 or 12), then 9+3 (which would necessarily have 4 sides with 2 pips, thus 4 sums of 3). By which point I realized that the remaining faces (i.e. "middle values") of the cursed dice could only be 2+2+3+3.
I solved it! This was my thought process and with a little bit of luck. So, my initial idea was to put the two 1s, 4 and 8 first. Basically the same. I decided to go off with a wild guess that the first die must have 1,2,2,3,3,4 as the configuration, after all this was my idea, after knowing that I couldn't have more than one 1 or 4 on the "restricted" red die, so the remaining was either 2 or 3. I went with the average to be safe. I figured then that there couldn't be a 7 on the second dice, because after filling in the restricted die, i've fulfilled my quota for 11s, so it had to be 1,?,?,?,6,8. I then proceeded to trial and error by going down the next lowest number, and lo and behold, i got 1,3,4,5,6,8, which fit exactly the requirements! I did remember a die that had the same arithmetic mean for a normal dice but different numbers, but it wasn't the same. But this is actually the first puzzle i've solved on paper. And credits for Sicherman for these amazing die.
What a solution! There is also a non obvious solution that involves factoring the polynomial (x+x^2+x^3+x^4+x^5+x^6)^2 in two different factors. This solution also shows that Sicherman is the only other option.
I accidentally made the puzzle harder for my self by not seeing the constraint that the number of eyes must be positive, hence started assuming that 0 eyes on one dice was a posibility.
Can we all just appreciate how Demeter is just playing Settlers of Catan with mortals?
Haha that's what I thought too
Nice.
my exact thoughts!
Pog catan
Can't wait for mortals to find the Fire progression card and Prometeus to fall
Imagine you're a scientist and while others like Einstein come up with relativity, you're inventing a special dice that does the exact same thing as a normal dice.
George Sicherman is a legend.
Here before this blows up
As long as you find something new...
Sound fun
What a lad
lol
Oh my god this is the prequel to the Ragnarok riddle. Everything really is connected.
omg your right
In other words, damn it Loki you jump started Ragnarok.
Riddleverse confirmed!
Can’t wait for the tcu
Ted
Cinematic
Universe
So there IS a TED-Ed Riddles Cinematic Universe!
I’m so proud of myself, I almost didn’t attempt this riddle and was just going to watch the solution but decided to try. I didn’t know my strategy but I “followed by nose” and drew the table . I then copied the table and removed the sums. I realised I was only allowed one “1” and one “12” so I filled them in exactly how the solution did and then worked my way back, ticking off each sun from the original table. In the end my work sheet looked exactly like the solution tables and I’m kind of stoked bc I’m usually not smart enough for TedEd riddles. Sorry I must sound a little boastful but I’m pleased as punch.
Yessss🎉🎉🎉🎉
I wish i had ur experience.
f'real congrats! I mentally got as far as "we need the results map to match" but 1st guessed 1,2,3,3,4,4 as our low dice, had I bothered to work through the guess I'd see my mistake soon enough.
Look, if you do something smart/great like this, feel free to boast!! Good people will be happy to hear your success! ;) glad you were able to solve it! :)
Nothing satisfies like a solved riddle). I solved it too, wasting some time on 0-hypothesis (I hadn't known you couldn't a side without dots) and then accidentally stumbled upon the solution.
Btw, I found that you can actually create another pair of dice, if you include 0 and forget about 4-on-one-side limitation. First dice is 0,1,2,3,4,5, second one 2,3,4,5,6,7. I'm curious if those are called somehow too
I read about Sichermann dice by chance in a book of math puzzles. Fun fact: one critical difference between normal and Sichermann dice is that it's harder to get doubles on the latter (1/9 chance instead of 1/6).
I wonder what it'd be like to play backgammon with Sichermann dice.
A good reason for the animation to choose catan, given doubles don't do anything.
Okay that’s a great question. It’s been awhile since I played, so without going to refresh my memory of the rules, I’m assuming it would be much more likely for someone who gains a small early advantage to clean up, possibly resulting in it becoming acceptable and common to forfeit matches early.
Might have to make some new dice and play test it.
@@heatshield Maybe it wouldn't make small advantages last, but it surely would make big and rapid swings more rare, so at least we'd get a calmer more sedate game?
Means you go to jail less often in Monopoly, but you also travel less far.
A lowered chances of doubles - and not being able to get double 2s, 5s, or 6s at all - would be a huge impact. It would also wildly change things to have a 9 available on one die, changing the strategy around priming.
I enjoyed the animation in this a bunch! I'm no mathematician, but even I can understand the reasoning behind this solution, because it was so well explained... and the denouement at the end was entirely delicious!
ditto
Yeah. I was thinking something similar of what they were saying but I didn’t think to use a graph and never thought of it before I gave up.
the blacksmith having accurate mouth movement with the narration is both cool and oddly uncanny
Looked pretty creepy to me, lol!
So the Blacksmith is really Ted-Ed!
People who own land that's a 2 or 12 can never catch a break.
They'll catch a break 2.8% of the time lol.
@@KOSJ153 Except for times where the favor of the dice seems to be going there way. But then they'll all of a sudden go on a deadly drought...
I really appreciate that you can hear the cut after "Hephaestus'" at 1:01
step 1: confirm that you have green eyes
step 2: ask loki, "if i asked you whether i had to roll three 4s, would you say ozo?"
step 3: walk anti-clockwise across one block of land to add one coin to your balance
step 4: calculate which lockers have numbers with perfect squares
step 5: work backwards from zahra's answer to get the hallway required
step 6: choose the gaussian and miss on purpose
step 7: lock loki in pythagoras' cursed chessboard
was looking for the obligatory "confirm you have green eyes" plagiarism of the solution to a different puzzle Congrats though you plagiarized 7 different puzzles (very slow claps)
Nah your forgot step 8: head into the simulation mainframe and communicate which server is infected via binary code
@@xavierburval4128and also step 9: Activate thrusters D & E
I always love seeing the answers from the other riddles pop up in the comments.
Always something like this in the comments. MAGNIFICENT
I have never paused a riddle video
I tried a couple times but eventually I decided I wouldn’t fight the urge to be taught😂
Here before this random comment blows up for some reason
Me neither brother
Jesus loves you ❤️ please turn to him and repent before it's too late. The end times described in the Bible are already happening in the world.
You want me to give you a cookie or what?
I missed the instruction that required us to only select numbers >1, so I had a die with a blank face (0,1,1,2,2,3) and added 1 to all the values on the other dice. After seeing the correct result, it makes sense that if you subtract one from each face in Die A and add one to each face on Die B, the results don't change.
Yes. I was thinking the same, getting a die with 234567 and another 012345, but stucked.
Except you didn't miss that instruction as it wasn't there! 011223 and 245679 is a much more pleasing dice combo in my opinion.
@@BeaDSM it says it right there at 1:22?
@@Tumbolisu I am not a deep mathematician, and I don't view 0 as positively as I do not write -0, and this does make sense in the story.
The instruction isn't stated (a mistake IMHO), only written.
2:28 "Assuming we have a 4..."
I felt like the video brushed over considering having numbers less than 4 or larger than 8 on the dice (respectively). But it can actually be walked through relatively easily. You must have exactly one 1 on each die. If you had an 11, you could have only 1s on the other (without getting sums above 12), but this would make at least 6 ways to roll 12. Same sort of pattern continues for looking at 11, 10, and 9, with each leading to too many rolls of the high numbers. In this way, you can prove that the highest number you can use is an 8, meaning you must have exactly one 4 on the small die.
Great explanation. Thank you!
Thank you! I'd been stuck on them saying that but was struggling to work out that logic myself.
Guess sicherman will never die get it cause dice is plural of die
You can also go about it from the small die's perspective. It's clear that the highest side of the small die must be the only side of its number on that die. Also, both dice must have exactly one 1. That means, if you had at maximum a side with 3 eyes on the small die, all others save for the 1 would have to be 2, which would lead to at least 4 ways to form a sum of 3, which is too many. And a lower number of eyes is impossible due to the aforementioned requirements (more than one 1 or more than one maximum side). So the small die must have exactly one 4, and the high die must thus have one 8.
I tried solving this by starting with a regular dice, and trying to rearrange the numbers in a way that worked. I tried but couldn’t find anything that worked, until I realized that I’m not allowed to have zero dots, which I though I was. Once I had that, it was way easier to build the dice step by step. Very interesting riddle
I also immediately went for the zero dots face, and kept running into problems in the middle. Kind of funny what assumptions we make about a problem.
Indeed, in the verbal description there is no positivity requirement. (I count this as a mistake in the writing.) It is clearly written at 1:26.
I think that would permit another solution, (0,1,1,2,2,3) and (2,4,5,6,7,9). Start with their solution, and move one dot from each side of the small die to each side of the large one. Given that in the story we start with blank dice, I think this should have been a permitted answer.
@@cjfeinberg7613 yeah that would work, but they probably wouldn’t want two solutions so it makes sense
@@cjfeinberg7613 how do you even get 11 with that?
It's only mentioned in passing and not on the Rules screen, but I think it's fun to note that the Sichermann dice also use the same number of dots as two standard dice. You don't end up with extra or remaining dots after they fall off and are put back.
Well it has to use the same amount of dots, otherwise it can’t have the same frequency table.
@@fatih3806 Only if you're required to keep the same number of sides. For example, the 4-sided die 1,2,2,3 and the 9-sided die 1,3,3,5,5,7,7,9 have an odd number of dots in total, despite being two dice that have the same odds of rolling any given number as 2d6.
Very cool video. The way it's done rigorously in mathematics (which can lead to many other interesting results, like having two dice with a different number of faces, and still getting the same probabilities) is with generating polynomials. A normal six-sided dice is represented by x+x²+x³+x⁴+x⁵+x⁶, where the exponent represents the number of dots on a face and the coefficient, which in this case is always one cause all numbers from 1 to 6 are each displayed exactly once on the die, represents the number of sides you can find that precise number of dots on. The product between two of these polynomials gives you the amount of different combinations of numbers that can give you a certain sum, namely the polynomial representing their combination. If P(x) represents a die, computing P(1) gives you the total number of faces of that die. Notice that the polynomial for a standard six-sided die can be broken down into x(x³+1)(x²+x+1) -> x(x²-x+1)(x+1)(x²+x+1). If you plug in one, the first two operands yields one, x+1 yields two and x²+x+1 yelds three. Therefore, the presence of the first two doesn't affect the number of sides of the die, while the other two operands are fixed in place, as the two dice must be six-sided (but you could do it with four-sided and nine-sided ones as well, etc). Moreover, each face has to have at least a dot on it (must have x as a factor). Therefore, we can only shuffle x²-x+1: one die will have no copies of that factor and the other will have it squared. After all calculations, you'll get x⁴+2x³+2x²+x and x⁸+x⁶+x⁵+x⁴+x³+x, which are exactly the two resulting dice from the video. Remember to eliminate, if there were any, all results which have one or more negative coefficients, as negative sides don't seem to exist in geometry (I think the only viable way is just to eliminate them afterwards, but if you have a better method in mind I'll be happy to hear it). All of this looks scary at first, but actually it is fairly straightforward when applied, especially for harder-to-find combinations (like the one with four and nine sides respectively, which was a question on an entrance examination test for the Normale di Pisa dating back a few years ago). Hope I explained it somewhat clearly 😂
I solved it in a similar way (apart from that once you wrote x⁴+2x³+2x²+1 rather than x⁴+2x³+2x²+x.) I just removed the factor x, and I calculated
(1+x+x²+x³+x⁴+x⁵)² = ((1+x+x²)(1+x³))((1+x)(1+x²+x⁴)) = ((1+x+x²)(1+x))((1+x³)(1+x²+x⁴)) = (1+2x+2x²+x³)(1+x²+x³+x⁴+x⁵+x⁷)
@@johannesvanderhorst9778 True, I mistyped, thank you!
An equivalent method disguised as something easier is creating a system of equations from a discrete convolution of the pmfs. The advantage is it doesn’t require generating functions, which are quite a leap for the average person
First ever puzzle I've actually decided to sit down and solve myself!! I even made a google sheet to calculate the different sums and their counts, very satisfying!!
You are the reason I learnt English, your videos are so good it made me learn the language in two months
So basically, the goddess of harvest plays Catan.
I like how the concept of a set of 2 dice that would have the same relative chance of rolling results as regular dice do, would be such an alien thing to come up with. Once you turn it into a problem like this video has (and add the constraint of max 4 eyes per side on one die, which was a massive hint) it suddenly becomes a trivial thing to solve
Everybody gangster until you show up with Sickerman Dies to family game night.
4:07
Jörmungandr be like: Sorry Dad, but I owe Dementer a favour
Solving these riddles makes me feel good. Thanks Ted
I love this riddle! It looks complex as my initial thoughts were getting a piece of paper and solve probability for each roll but in reality its very simple, straightforward and easy to understand.
Yeah, like you can just do a lot of it in your head. You know for a fact each die must have one and only one 1. On that same track when solving the first die you know you can't have more than 2 of any number (since it'd probably result in too many 3s and 11s). And you can only have 1 of the largest number. So that's just 1,2,2,3,3,4 easily. Other die then already has the 1 and 8 solved (to match with 1 and 4). Leaves you with 4 faces between 2,3,4,5,6,7. Even without proving it to yourself by doing the math/chart you just go "if you have to leave out 2 of those numbers, probably the ones at the ends so you get a more middle distribution of results".
Me : _brings sicherman dice to my first DND campaign_
The table : what in the ungodly creation have you brought upon us?
*Dice A* = [4,3,3,2,2,1]
*Dice B* = [8,6,5,4,3,1]
This is a nice riddle. One which just takes some knowledge of probability theory (specifically: *combinations* ).
Plus, it helps to use a spreadsheet/chart.
An algebraic way to solve this would be to set up 12 different equations (easier with *matrix multiplication* )
Dice with sides {0, 1, 1, 2, 2, 3} and {2, 4, 5, 6, 7, 9} also work. I guess the stipulation said that "every side must be a positive whole number" rather than "every side must have a natural number", but there's no conceptual reason why a die couldn't have a blank side to indicate zero. Every other constraint was justified by the narrative, so I just assumed this was an oversight in the wording.
When you are looking for a fun riddle and you end up having a math lesson explained at you.
Wow that was a great video, one of my personal most beloved tricky questions!!
I also want to share that after thinking of other ways to create such dices, I discovered that if you allow one dice to have a zero on it (I know it’s not in the original rules, but hear me out) - you can create dices that produce the same frequency, in this way:
Dice 1: 0-1-1-2-2-3
Dice 2: 2-4-5-6-7-9
Now that I think about it I just added one to every number in the second dice and subtracted one from each in the first😅😅
* Continuing with that logic you can create the same affect if you allow a minus 1😮🙃
Any way that was a really nice riddle, thank you😁!!
Before the video starts, i just want to express this first:
I've never tapped so fast on a video before. But when it comes to New Ted-ed riddles, I AM HERE!!! Keep them coming 😊
I love these riddles as they were the first kind of videos that got me interested in this channel. Please never stop uploading them ❤
This video explained it better then my teachers ever could.
Your Teacher isn't a big multimillion-dollar corporation that has a big team of experts and researchers?
@@user-hh2is9kg9j well education in my country is ridiculously expensive however the quality is poor. So yeah they should do a better job of hiring good teachers when they charge a lot.
It took me a lot of thinking but I was able to get it right.
the Goddess really be playing Catan on the poor people 💀
so close to my thoughts!
Loki getting absolutely demolished by a dragon is fair compensation I'd say
I actually managed to do one of these for once, and I can actually explain every single step I took to reach it. As such, I’d like to explain all my reasoning.
1. Since there’s only a single two, (and every die face must have
congrats on being a silksong waiter sane enough to solve this
Ah yes, Loki being his original self. Good for him for cursing that dice🙃
My solution doesn’t work under the rules, but I used three dots to create a binary notation, corner middle side representing 1, 2, 4 respectively. This allows you to make an ordinary six sided dice using a maximum of three dots. The rules state the sum of the dots, but if different dots have different values, as in the binary notation dice, then the sums can still match a normal dice.
Another way to find the second die after the observations about the first are made is simply by division: 12,345,654,321÷1,221=10,111,101
Now if only I can use those dice at the casino at the craps table.
I love riddles that challenge you but aren’t impossible to understand without background knowledge of the subject.
One of the few riddles I was able to solve and I’m glad I was able to do so :D. Thanks Ted-ed
Finally, another riddle! Have been waiting for 2 months for one. Can we have one every week? I just love these riddles that you come up with. 🙏🙏🏼🙏🏻🙏🏾🙏🏽💖🥰💗💓😍💕
Pips. The dots on the dice are called pips
Really? Like the lil dots from Wizard 101 aren't some made up term but a term used for dice dot!?!??!
Sicherman dice for: Monopoly? Yahtzee? Backgammon? Any other board games these dice could really mess with?
Last year, as a senior in high school, our class participated in a maths contest. We would get three riddles during the year. This is actually one of those riddles. fun to see the explenation of that riddle by some one else.
sidenote: we didn't manage to win the contest but got to the finale.
I’m now afraid of getting on Demeter’s bad side
I did spend too much time on solving it, but I'm happy I did, when I got the logic and it worked. Great riddle, loved it. Thank you :)
I was amazed how you did not mention polynomials and get the perfect solution
I took some time to just sit down and think about the various possibilities, and I was able to figure it out. I used some trial-and-error, but I got figured it out mostly the way it was shown in the video.
i realised the 1 on each dice and the 4 - 8 relationship and decided to continue the video instead of filling up a table. but i hope i would have done similiarily as well as Demeter in a life/death situation
Nice mix of specific calculation and logical thinking. Liked this.
That was such a complicated question that I didn't care what the answer would be.
agreed - I wouldnt call this a riddle at all. Its like a math olympiad style question, and only the most enthusiastic of number crunchers could find it even remotely interesting
Making Catan more difficult is all part of the fun!
New solution, use 12 pieces of paper, two have 1, two have 2, and so on*
This is the first riddle from this channel that I actually managed to solve!
Demeter casually starting Ragnarok because of something Loki did is very on character for both of them.
1:23
A hint for those who may be struggling:
The rules don’t state this, but you would have a limited number of dots to work with, this number is (dots on dice)*2, which is 21*2=42.
This would be a “catch” of the puzzle.
Obviously. You're reattaching the dots that fell off of the two dice, so the number would have to add up to the same amount as a normal pair of six-sided dice. It's probably also the only way your two new arrangements can still come out with the same distributions.
"Can you solve the cursed dice riddle?"
Also
"The solution wasn't discovered until 1978!"
(Most likely, mathematicians weren't really looking for the solution until they proposed the math problem first and then found the solution shortly after, but still).
Wow, Loki's pranks have got /really/ thinky since the Edda.
Everyone: “Another fun riddle! Thanks Ted-Ed!”
Me: *struggling to even understand the rules*
It would be exactly the same mechanically, but for some reason I'd find playing Catan with this set of dice to be more exciting
2:27 Why do we need positive numbers? I was also trying 0/2 for that spot.
the rule is that every face needs to have a positive number
@@abhijiths5237 That rule isn’t part of the scenario as presented. I missed if it was on the rules screen but there’s no reason for it in the story.
@@danielrhouck But have you found a valid solution which includes a 0? Something tells me no such solution exists (even though I don't feel like proving it rn). In this case, you don't actually "need" that rule, it would be more of a "hint" to get you on the right track faster.
@@lenoncerqueira8308 i have neither come up with one nor shown it’s impossible; if I remember I’ll try tomorrow or over the weekend.
@@danielrhouckYou can just subtract one from each face of the 1,2,2,3,3,4 die in the Sichermann dice and add it to the other die, giving 0,1,1,2,2,3 and 2,4,5,6,7,9.
I.e. the two dice will have faces of 0,1,1,2,2,3 and 2,4,5,6,7,9 respectively, if 0 is allowed, still keeping to the less than 4 dots rule on one die.
Finally after months another riddle ❤
I thought that god doesn’t play dice
At first I was going to complain about the cross over between Greek and Norse gods,
but honestly this is exactly the type of thing Loki would do
Me: just buys new dice
On normal dice 1 is always opposite 6, 2 opposite 5, 3 opposite 4. You could have totally blank faces for 4, 5 and 6 and still end up with perfect dice simply by checking the opposite face.
I did it! I solved a Ted-Ed riddle by myself. I'm so happy.
I never thought i without pay so much attention more to a riddle video
Wow, I have last seen these riddles about 5 years ago. I am so amazed that the narrator is still the same!!!
What makes the Sicherman Dice even cooler is that they not only have the same sum distribution as standard 2D6, but also the exact same number of dots (42)
My answer was simply to symbolize the missing 5 and 6 with a different pattern of dots, then if that side rolls, even if it only has 4 dots, you treat it as a 5 or 6 just make sure they are in a different pattern to the regular 4th side.
Normal brain: answer from video
Big brain: recreate the normal, non-cursed die and roll it twice
Planetary brain: just make/buy some new dice lmao
Galaxy brain: make a 36-sided die with those values from 2 to 12
Demeter being the cause of ragnarok is really jarring yet funny
Am I the only one who falls asleep to these videos? His voice is just so calming.
4:04
"Hey Loki, guess what"
"Snake eyes!"
Demeter has no chill, she punished Loki with literal end of the world
that graph of probabilities helped me solve this fun riddle since there were only four values for one die i could solve with brute force but this tabulation is faster and convenient
Real answer: Get a marker or some charcoal and just draw the numbers on all sides.
Or just get a new set of dice.
I want these dice to be used in an actual game. Imagine the happiness when you roll the first die and get an 8
A critically missing rule allowed me to "solve" the puzzle by simply using binary to count the dice :)
LOL. Unfortunately pips are a base-1 number system, so...
First you have to ask the demon of logic if at least one of the sides has green eyes. If the answer is ozo you count the number of trees that the founders of the houses can see to find where the baniker is buried. If ulu then you trap nym in the magic checkerboard to prevent the ai from releasing the robot ants. Afterward you must give the dino nuggets the magic tarot cards you stole from fate so they can lite the correct number of candles on the giants cake. The giant will then agree to use the tri source to make you a new set of dice.
I tried this and it worked
I can never be bothered to get a pen and paper to try these myself, and every time I see the solution I think "Damn, that would have been fun to figure out myself"
Fun Fact I noticed when crafting my solution and mapping out the potential combinations (cos apparently I have absolutely nothing better to do on a Saturday afternoon):
You know how numbers on opposite sides of standard dice always add up to 7? Well Sicherman dice can be mapped out in a similar way.
To use this riddle as an example, the cursed die can be mapped so that opposite sides always add up to 5 (4+1, 3+2, 3+2), and opposite numbers on the non-cursed die always add up to 9 (8+1, 5+4, 6+3)
It’s impressive that not only do they work like normal dice, but they also have the same amount of dots that normal dice do. 42 dots
I feel like that must always be true by necessity- The average value of a pair of dice is 7, and it is 2 x 6 sided die.
so between the two die, the average contribution by each die is 3.5 each throw. Multiple the 3.5 average dots per side by the number of sides ( 3.5 * 6 ) and you get 21
So on average each of the 2 die must have 21 dots, so in total they must have 42
Could be even more obvious and I'm saying it in the dumbest possible way but thought it was interesting :p good observation!
You know, Loki was just getting Demeter to think outside the box
If another god from another pantheon came and snatched my mojo I'd be worried cause I'd know I'll cross paths with kratos
One of the best animations by ted-ed ❤
0:27 Reminds me of the Catan Boardgame
I SOLVED A TEDED RIDDLE!
Okay, my process started by realizing that since the small die cant go above 4, your max on the big die is 8, because 8+4=12. I then played around for a while with having a 0 side on the little dice before realizing that you need a positive number on each side, so that meant I needed a pair of 1's to make 2.
I also knew that I couldn't double up on my 1 and 4, nor my 1 and 8, because that'd make extra 2's and 12's I didn't need. So I decided to plug in a double 2 and double 3 on the little die because I knew doubles were needed on that dice and those were the only options left. Doing so on a spreadsheet I set up (because looking at a chart helped out greatly) revealed that I had met my quota of 3's and was close on my 4's. 1+3 was enough for the final 4, and then I kinda noticed that "you know, this graph is pretty symmetrical...bet the dice are symmetrical as well" and since I skipped the number after 1 (2), I figured I should try repeating that on the other end, skipping 7, the number before 8.
Thus, my final dice were: 1, 2, 2, 3, 3, 4. And then 1, 3, 4, 5, 6, 8.
Gonna now watch the video to see if I was correct.
I stumbled across the same solution with a similar process (and also spreadsheet), but then spent longer retracing my steps to prove that this _was_ in fact a correct/only solution (i.e. that other possibilities could be conclusively disproven). For example, you could theoretically roll 12 via 8+4 or 9+3 or 10+2, _but not 11+1_ (which would make the cursed die all 1's, and thus entirely irrelevant to the roll). 10+2 was subsequently ruled out (each die must have at least 3 distinct values to not duplicate a roll of 2 or 12), then 9+3 (which would necessarily have 4 sides with 2 pips, thus 4 sums of 3). By which point I realized that the remaining faces (i.e. "middle values") of the cursed dice could only be 2+2+3+3.
I solved it! This was my thought process and with a little bit of luck.
So, my initial idea was to put the two 1s, 4 and 8 first. Basically the same.
I decided to go off with a wild guess that the first die must have 1,2,2,3,3,4 as the configuration, after all this was my idea, after knowing that I couldn't have more than one 1 or 4 on the "restricted" red die, so the remaining was either 2 or 3. I went with the average to be safe.
I figured then that there couldn't be a 7 on the second dice, because after filling in the restricted die, i've fulfilled my quota for 11s, so it had to be 1,?,?,?,6,8. I then proceeded to trial and error by going down the next lowest number, and lo and behold, i got 1,3,4,5,6,8, which fit exactly the requirements!
I did remember a die that had the same arithmetic mean for a normal dice but different numbers, but it wasn't the same. But this is actually the first puzzle i've solved on paper.
And credits for Sicherman for these amazing die.
4:07 SNAKE ATTAAAAACK 🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍🐍
What a solution!
There is also a non obvious solution that involves factoring the polynomial (x+x^2+x^3+x^4+x^5+x^6)^2 in two different factors. This solution also shows that Sicherman is the only other option.
Best educational channel ever
my first ted-ed riddle, proud of myself that i solved this in 15 mins with no help!
I now have a google sheet with the answer to this riddle. I guess there are worse things I could be doing with my time than solving math riddles
I wonder if theres a dice that lets every number have the same chance to roll
I accidentally made the puzzle harder for my self by not seeing the constraint that the number of eyes must be positive, hence started assuming that 0 eyes on one dice was a posibility.
Indeed the >0 restriction is only written, not stated.
Step 1: confirm you have green eyes
Step 2: ask Loki to leave
Demeter:
- is a Catan player
- plays said game of Catan using mortals
- convinced Jormungandr to eat its dad