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

@ -71,8 +71,8 @@ What is the optimal strategy, and what is its probability of guessing correctly?
}
- #{
(
box(strike(`B`), inset: 1pt)
+ box(`B`, stroke: ored, inset: 1pt)
box(`B`, stroke: ored, inset: 1pt)
+ box(strike(`B`), inset: 1pt)
+ box([: $approx 0.251$], inset: (top: 1pt, bottom: 1pt))
)
}