Update Sicherman Dice.ipynb

This commit is contained in:
Peter Norvig 2017-06-30 09:51:20 -04:00 committed by GitHub
parent 959850f3bb
commit 5c4e01e66d

View File

@ -13,11 +13,10 @@
"source": [
"# Sicherman Dice\n",
"\n",
"*Note: This notebook takes the form of a conversation between two problem solvers. One speaks in* **bold**, *the other in* plain. *Also note, for those who are not native speakers of English: \"dice\" is the plural form; \"die\" is the singular.*",
"*Note: This notebook takes the form of a conversation between two problem solvers. One speaks in* **bold**, *the other in* plain. *Also note, for those who are not native speakers of English: \"dice\" is the plural form; \"die\" is the singular.\n*",
"\n",
"Huh. <a href=\"http://wordplay.blogs.nytimes.com/2014/06/16/dice-3/\">This</a> is interesting. You know how in many games, such as craps or Monopoly, you roll two regular dice and add them up. Only the sum matters, not what either of the individual dice shows.\n",
"\n",
"\n",
"**Right.**\n",
"\n",
"And some of those sums, like 8, can be made multiple ways, while 2 and 12 can only be made one way. \n",