Texas Hold'em

AA vs KK vs AKs: 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.

Run this query in the PQL playground →

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.

More recipes

Go beyond queries: study real PLO solutions

Preflop ranges, postflop strategy and practice mode across all 1,755 PLO flop textures. Free tier, no card required.

Try SolvePLO Free