Partner opens a 5 card major 1♥ (strong NT), 2♥ spades and another on your right.....3♦ is forcing....up to you.
Clear to bid/pass?
#1
Posted 2010-July-04, 17:10
Partner opens a 5 card major 1♥ (strong NT), 2♥ spades and another on your right.....3♦ is forcing....up to you.
#2
Posted 2010-July-04, 17:23
#3
Posted 2010-July-04, 18:22
gnasher, on Jul 4 2010, 11:23 PM, said:
You have a doubleton in pard's suit.
This hand has reminded me to put transfers here into my system file.
#4
Posted 2010-July-04, 18:26
#5
Posted 2010-July-04, 21:43
Transfers make this a non-problem: 3C -> 3D unless some big reason (jump accept, 3H=rebid 6+H middling+, 3NT, 3S) from partner.
#6
Posted 2010-July-04, 23:56
#7
Posted 2010-July-05, 00:17
It seems completely wrong to play methods that disallow action with such a potentially useful hand.
I believe that the USA currently hold only the World Championship For People Who Still Bid Like Your Auntie Gladys - dburn
dunno how to play 4 card majors - JLOGIC
True but I know Standard American and what better reason could I have for playing Precision? - Hideous Hog
Bidding is an estimation of probabilities SJ Simon
#8
Posted 2010-July-05, 00:26
if you cant bid diamonds now in a nonforcing manner, pass.
And if 4S comes back later, I pass again.
With kind regards
Marlowe
Uwe Gebhardt (P_Marlowe)
#9
Posted 2010-July-05, 01:02
ewj, on Jul 4 2010, 06:10 PM, said:
Partner opens a 5 card major 1♥ (strong NT), 2♥ spades and another on your right.....3♦ is forcing....up to you.
pass
no problem yet....so?
i mean do we lose match on this deal???
#10
Posted 2010-July-05, 01:50
MickyB, on Jul 5 2010, 01:22 AM, said:
Maybe you're right.
Quote
I play transfers in this sequence. However, I play them as invitational+, so I still wouldn't bid.
#11
Posted 2010-July-05, 02:13
#12
Posted 2010-July-05, 03:21
Cascade, on Jul 5 2010, 06:17 AM, said:
It seems completely wrong to play methods that disallow action with such a potentially useful hand.
Potentially misfitting as well. But anyway, we all know this is the complement to the other thread and 6♦ is extra cold.
#13
Posted 2010-July-05, 03:41
whereagles, on Jul 5 2010, 09:21 PM, said:
Cascade, on Jul 5 2010, 06:17 AM, said:
It seems completely wrong to play methods that disallow action with such a potentially useful hand.
Potentially misfitting as well. But anyway, we all know this is the complement to the other thread and 6♦ is extra cold.
I think we are much more likely to have a good fit or double fit than for the hand to be a misfit.
I believe that the USA currently hold only the World Championship For People Who Still Bid Like Your Auntie Gladys - dburn
dunno how to play 4 card majors - JLOGIC
True but I know Standard American and what better reason could I have for playing Precision? - Hideous Hog
Bidding is an estimation of probabilities SJ Simon
#14
Posted 2010-July-05, 04:53
Cascade, on Jul 5 2010, 09:41 AM, said:
Well, before anyone sees the cards, the likelyhood of a fit is like 80% or so (can be off by 5% or so). In this particular situation odds shouldn't change by a million and a fit is probably still the most likely situation
HOWEVER, if a simulation reveals the odds go 80 --> 60, then I'd say it's rather dangerous to get into the bidding with such a weakish hand, LHO knowing exactly what pard has and sitting on your left
What I mean is if a sim tells you fit odds drop considerably, it becomes risky to butt-in. Otherwise (small drop or even slight increase), then by all means be bold.
My money is in the drop.
#15
Posted 2010-July-05, 05:29
#16
Posted 2010-July-05, 05:44
#17
Posted 2010-July-05, 05:48
#18
Posted 2010-July-05, 05:52
Here is the script I used for the 10-card fits:
south is {J J2 AQ9532 T832}
source format/none
sdev fitstats
main {
if {[hcp north] < 11} {reject}
if {[hcp east] < 7} {reject}
if {[spades east] < 5} {reject}
if {[clubs east] < 5 && [diamonds east] < 5} {reject}
if {[hearts north] < 5} {reject}
if {[spades north] >= [hearts north]} {reject}
if {[hearts north] < [diamonds north]} {reject}
if {[hearts north] < [clubs north]} {reject}
if {[hearts north] > 7 || [diamonds north] > 3} {fitstats add 1}
accept
}
deal_finished {
puts "Count = [fitstats count]"
}
On the command line I then type "deal -i test1 10000", where test1 is the name of the above script and 10000 is the number of hands I demanded. It took about 16 seconds and returned "Count = 1813".
#19
Posted 2010-July-05, 06:18
#20
Posted 2010-July-05, 07:13
wyman, on 2012-May-04, 09:48, said:
rbforster, on 2012-May-20, 21:04, said:
My YouTube Channel

Help
