How often do two suited cards flop a flush draw?
AhKh on a random flop. Two more hearts land about 11% of the time, so roughly one flop in nine.
The PQL query
select count(hasFlushDraw(hero, flop)) from game='holdem', hero='AhKh', villain='**' count(hasFlushDraw(hero, flop)) is the share of flops where hero holds four to a flush with a card to come.
PQL computes entirely in your browser, no install or account. New to it? See the PQL syntax reference, open the PQL engine, or browse all recipes.