binomial distribution fix

This commit is contained in:
lukew3
2020-10-26 13:20:14 -04:00
parent 87603bc4c6
commit 8f2b458007
3 changed files with 110 additions and 109 deletions

View File

@@ -38,5 +38,5 @@ def binomialDistFunc():
return problem, answer
binomial_distribution = Generator("Binomial distribution", 107,
binomial_distribution = Generator("Binomial distribution", 109,
"P(X<x)=", "c", binomialDistFunc)