Made hands are very rare in mahjong. Is there a table that lists the possibilities of starting with a complete hand?
|
|
Not sure I know what a 'made hand' is. Are you asking what are the odds of being dealt the Nine Gates? If yes, the odds are about 5000:1 in a 136 tile set. This page has a combinatorial treatment of the 13 orphans vs the Nine Gates. |
|||
|
|
I wrote a program to simulate mahjong hand dealings. It's not verified yet, but so far, the ratio appears to be around 1 in 100,000 games. |
|||
|
|
|
"Made" hands are those that satisfy certain requirements, specifically four "sets" of either triplets or "three in a row," plus a pair. There are also a handful of "special cases" of "made hands" that don't meet these requirements. If, after taking a tile, you don't have a "made hand" (in either regard), you need to discard a tile and try again. The "special cases" are easily countable. The more common cases can be counted using a branch of math called "combinatorics" (the math of combinations). Increasingly powerful software programs can do this easily. The older "authorities" probably lacked "combinatoric" capabilities, hence no tables from them. The answer (in the form of a table, or a descriptive function), could now well exist somewhere in the world. That may or may not include the western world, depending on how popular the topic of mahjong is among western problem solvers. But the answer appears attainable, and may soon be, if it hasn't been already. |
|||
|
|