View Single Post
  #9  
Old 10-18-2005, 01:21 PM
BB King's BB King's is offline
Senior Member
 
Join Date: Sep 2002
Posts: 244
Default Solution !!!

If (b<=0.5 and a<=0.5) then A=Draw and B=Draw
If (b<=0.5 and 0.5<=a) then A=Stand and B=Draw

If (0.5<=b and x<=a) then A=Stand and ‘B=Y*Draw+(1-Y)*Stand’
If (0.5<=b and a<=x) then A=Draw and B=Stand


x=sqrt(2*b-1) Y=(1-b)/x


ex.
Given: b=0.82 and a=0.81
Calculating: x=0.8 Y=0.225
A Stands Pat and B is Drawing 22.5% of the time.


EV-Calculation is left as an exercise to the reader.


BB King’s ... Formerly known as the pokerplayer formerly known as Jack
Reply With Quote