Compare commits

..

1 Commits

Author SHA1 Message Date
bed4fd2766
Added "Somewhat Random Numbers"
All checks were successful
CI / Typst formatting (pull_request) Successful in 8s
CI / Typos (pull_request) Successful in 15s
CI / Build (pull_request) Successful in 12m5s
2025-01-23 19:35:42 -08:00

View File

@ -42,7 +42,7 @@ What is the optimal strategy, and what is its probability of guessing correctly?
Probabilities are as follows: \
- `AA`: $100\/201 times 99\/200 approx 0.246$
- `AB`: $100\/201 times 101\/200 approx 0.251$
- `BA`: $101\/201 times 100\/200 approx 0.251$
- `BA`: $101\/201 times 100\/200 approx 0.251$ // spell:disable-line
- `BB`: $101\/201 times 100\/200 approx 0.251$
#v(4mm)