AA vs KK vs AK suited — three-way preflop equity
Three premium hands in one pot, three-handed preflop.
The PQL query
select avg(riverEquity(p1)) as aces,
avg(riverEquity(p2)) as kings,
avg(riverEquity(p3)) as ak_suited
from game='holdem',
p1='AA', p2='KK', p3='AKs' Three riverEquity columns, one per player, show each hand’s share of the pot.
PQL runs entirely in your browser — no install or account. New to it? See the PQL syntax reference, open the PQL engine, or browse all recipes.