|
|
|
|
|
by bemusedthrow75
842 days ago
|
|
This is something I remember from the time. I could not grasp the probability maths (still shit at it, sorry Ms Von Savant) but I could write a program to experimentally demonstrate it, so I did. In QBasic. Because that's what we had and we were happy. |
|
The way the problem works started coming together in my head as I coded it. The code’s structure reflected the problem’s structure. I realized I previously misunderstood something about the problem statement. Later, I read someone saying many mathematicians got this problem wrong because of how it’s worded.
So, it may be challenging, not because probability was challenging, but because it was unclearly specified. That’s the cause of many software errors, too.