Skip to content

Commit 1846d44

Browse files
authored
Update solution.md
1 parent b6c0cbb commit 1846d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/questions/comp2804/2017-fall-final/22

src/content/questions/comp2804/2017-fall-final/22/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ No die is greater than the other when the dice rolls are the same
88

99
The probability of returning k or having 2 different rolls is $ \frac{30}{36} $
1010

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?
11+
Geometric distribution rule states that the expected value is 1/p, where p = probability of the event.
1212

1313
$ p = \frac{30}{36} $
1414

0 commit comments

Comments
 (0)