Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > PL/NL Texas Hold'em > Small Stakes Pot-, No-Limit Hold'em
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 12-09-2005, 11:26 AM
theblitz theblitz is offline
Member
 
Join Date: Sep 2004
Posts: 51
Default Re: The Fourth Raise is Always Aces? Or, Should I Fold KK Preflop?

Since I was one of the guilty parties I think I will add the following simple check.

I executed the following SQL command on my PT database:

[ QUOTE ]
select count(*)
from
(select game_id from game_players where player_id = 72 and hole_cards = 'KK') g1,
(select game_id from game_players where hole_cards = 'AA') g2
where g1.game_Id = g2.game_id

[/ QUOTE ]

This tells me how many times my KK has come up against AA.

For a total of 405 KK (that I got from PT) I have come up against AA only 9 (yes, NINE) times.

I think that finally kills off the "should I fold" threads.

New Year Resolution: I am not posting any more of them.
  #2  
Old 12-09-2005, 11:30 AM
GrunchCan GrunchCan is offline
Senior Member
 
Join Date: Aug 2004
Location: Jundland Wastes
Posts: 595
Default Re: The Fourth Raise is Always Aces? Or, Should I Fold KK Preflop?

Thanks, theblitz. Your NY resolution will pay off in the end.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:53 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.