Skip to content

Commit 487b505

Browse files
authored
Equation result typo fix
Equation result typo fix in line #727 - 0.01375 = 1.375%, not 13.75%.
1 parent 870c95e commit 487b505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Module04/04-04-Probability.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@
724724
"\n",
725725
"So 5 out of our 32 combinations had 3 searches and 2 non-searches.\n",
726726
"\n",
727-
"To find the probability of any combination of 3 searches out of 5 passengers, we need to multiply the number of possible combinations by the probability for a single combination - in this case <sup>5</sup>/<sub>32</sub> x 0.088, which is 0.01375, or 13.75%.\n",
727+
"To find the probability of any combination of 3 searches out of 5 passengers, we need to multiply the number of possible combinations by the probability for a single combination - in this case <sup>5</sup>/<sub>32</sub> x 0.088, which is 0.01375, or 1.375%.\n",
728728
"\n",
729729
"So our complete formula to calculate the probability of ***k*** events from ***n*** experiments with probability ***p*** is:\n",
730730
"\n",

0 commit comments

Comments
 (0)