text
stringlengths 1
160
|
---|
What is prob of sequence xdxxx when five letters picked without replacement from {x: 7, d: 5}?
|
35/792
|
Calculate prob of sequence lzllz when five letters picked without replacement from llzzllllllllzzllz.
|
55/1547
|
Five letters picked without replacement from wgjttlgltgtlloogjog. Give prob of sequence wojtg.
|
1/11628
|
Five letters picked without replacement from zyyyzyyyyzyyz. Give prob of sequence yzzyy.
|
28/715
|
Five letters picked without replacement from vsppssaav. Give prob of sequence avppa.
|
1/1890
|
Five letters picked without replacement from {p: 5, a: 2, j: 4}. What is prob of sequence papja?
|
2/693
|
Five letters picked without replacement from {n: 3, k: 3, q: 2, a: 1, e: 2}. Give prob of sequence eannq.
|
1/2310
|
Five letters picked without replacement from wooofqwoo. What is prob of sequence oooof?
|
1/126
|
What is prob of sequence prprr when five letters picked without replacement from rrrpppprrrprr?
|
56/1287
|
Five letters picked without replacement from iiimiimimeiimmeeimi. What is prob of sequence ieeie?
|
1/2584
|
Calculate prob of sequence zvzzz when five letters picked without replacement from {z: 13, v: 1}.
|
1/14
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.