Skip to content

Commit 9919b98

Browse files
committed
Fix typo
1 parent 1297c7b commit 9919b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-probability1/6-combinatorics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6301,7 +6301,7 @@
63016301
"*Code for calculating probabilities and plotting for **Example 4.9: (A) Monopoly Dice***\n",
63026302
"\n",
63036303
"The following code finds the probabilities for the values that arise from rolling two dice and adding the values. For instance, this is the method used by each player to determine how many spaces to move in the classic game *Monopoly*. The probabilities are found in two ways, corresponding to how they are found in this portion of <a href=\"https://amzn.to/48PvKip\" target=\"blank\"><i>Foundations of Data Science with Python</i></a>:\n",
6304-
"1. They are found by enumerating all outcomes of the combined experimenbt and then counting the number of ways each sum can occur.\n",
6304+
"1. They are found by enumerating all outcomes of the combined experiment and then counting the number of ways each sum can occur.\n",
63056305
"2. The probabilities are estimated by the results of a simulation of 1 million rolls of the pairs of dice.\n",
63066306
"\n",
63076307
"*Note that these probabilities can also be found using combinatorics; an example is given in Example 4.12 of the book.*"

0 commit comments

Comments
 (0)