Chaining the multiplication rule, drawing draw cards one at a time
without replacement and having every one come from the special group gives:
Return that probability. It must match the combination approach from "Drawing a Hand From One Group" exactly.
solve(52, 4, 2) -> 0.004524886877828055 # 4/52 x 3/51
Sign in to write and run your own code.
solve(...)