Skip to content

Commit 8cd5e98

Browse files
author
StephenElston
authored
Merge pull request #3 from stanasiukcom/patch-1
Equation result typo fix
2 parents da15948 + 487b505 commit 8cd5e98

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)