We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c0cbb commit 1846d44Copy full SHA for 1846d44
1 file changed
src/content/questions/comp2804/2017-fall-final/22/solution.md
@@ -8,7 +8,7 @@ No die is greater than the other when the dice rolls are the same
8
9
The probability of returning k or having 2 different rolls is $ \frac{30}{36} $
10
11
-On Allah, I swear there's a rule that states that we expect to need 1/p attempts until the thing actually happens? Geometric Distribution?
+Geometric distribution rule states that the expected value is 1/p, where p = probability of the event.
12
13
$ p = \frac{30}{36} $
14
0 commit comments