다음 기본전략은 스플릿 후에 더블이 허용되지 않는, 1덱 게임용이다.
+-- Player's hand | | dealer dealer | |-might bust-||-might stand-| V 2 3 4 5 6 7 8 9 X A <------- dealer's upcard ---+------------------------------- XX | S S S S S S S S S S never, ever, ever split 스플릿 불가 99 | PS PS PS PS PS S PS ps s s split if (d <= 9), except 7 7을 제외하고는 딜러 <= 9 이면 스플릿 88 | Ps Ps Ps Ps Ps Ph ph ph ph ph always split 항상 스플릿 77 | ps ps Ps Ps Ps ph h h s h split if (d <= 7), stand against 10 딜러 <= 7 이면 스플릿, 10 이면 스탠드 66 | ph ps ps Ps ps h h h h h split if (d <= 6) 딜러 <= 6 이면 스플릿 55 | DH DH DH DH DH DH DH DH H H never split, treat like hard 10 하드 10 처럼 취급, 스플릿 불가 44 | h H H DH DH H h h h h never split, double against 5, 6 스플릿 불가, 5, 6이면 더블 33 | h h Ph PH PH ph h h h h split if (d >= 4) and (d <= 7) 4 <= 딜러 <= 7 이면 스플릿 22 | h ph Ph PH PH ph h h h h split if (d >= 3) and (d <= 7) 3 <= 딜러 <= 7 이면 스플릿 AA | PH PH PH PD PD PH PH Ph Ph Ph always split 항상 스플릿 ---+------------------------------- A9 | S S S S S S S S S S always stand 항상 스탠드 A8 | S S S S *DS S S S S S double against a 6 딜러 6이면 더블 A7 | S DS DS DS DS S S h h h* double 3-6, hit against 9, 10, A 딜러 3-6이면 더블, 9,10,A이면 힛 A6 | DH DH DH DH DH H h h h h double low, hit high 딜러 2-6이면 더블, 딜러 >= 7 이면 힛 A5 | h h DH DH DH h h h h h \ A4 | h H DH DH DH H h h h h \ double against 4,5,6 딜러 4,5,6 이면 더블 A3 | H H DH DH DH H H h h h / A2 | H H DH DH DH H H h h h / ---+------------------------------- 21 | S S S S S S S S S S always stand 항상 스탠드 20 | S S S S S S S S S S always stand 항상 스탠드 19 | S S S S S S S S S S always stand 항상 스탠드 18 | S S S S S S S s s s always stand 항상 스탠드 17 | s s s s s s s s s s always stand on HARD 17 or above 딜러 하드 17 이상이면 항상 스탠드 16 | s s s s s h h h h h \ 15 | s s s s s h h h h h \ 14 | s s s s s h h h h h > hit if dealer might stand, 딜러가 스탠드(17-21)할 것 같으면 힛, 13 | s s s s s h h h h h / stand if dealer might bust 딜러가 버스트할 것 같으면 스탠드 12 | h h s s s h h h h h / (special case against 2, 3) (딜러 2,3 인 경우는 특수한 경우) 11 | D D D D D D D D D D always double 항상 더블 10 | D D D D D D D D H H double if (d < 10) 딜러 < 10 이면 더블 9 | DH DH DH DH DH H H h h h double if dealer might bust 딜러가 버스트할 것 같으면 더블 8 | h H H DH DH H h h h h double only against 5, 6 딜러 5,6 인 경우에만 더블 7 | h h h H H h h h h h 6 | h h h H H h h h h h (4-2) 5 | h h h H H h h h h h (3-2) 4 | h h h H H h h h h h (2-2 pair if no more splitting allowed) ---+------------------------------- 더 이상 스플릿이 허용되지 않는 상황에서 2,2인 경우 스플릿 S=stand H=hit D=double P=pair(split) DH= double if allowed, otherwise hit 허용되면 더블, 아니면 힛 DS= double if allowed, otherwise stand 허용되면 더블, 아니면 스탠드 대문자 = '강한' 핸드, 즉, 플레이어에게 유리한 상황 소문자 = '약한' 핸드, 즉, 하우스에게 유리한 상황 (*) 주 : 딜러가 A, 플레이어 A,7 : 딜러가 소프트 17에서 무조건 힛하는 경우에는 플레이어가 힛하면 4.08% 이익 딜러가 소프트 17에서 무조건 스탠드하는 경우에는 플레이어가 스탠드하면 0.74% 이익 딜러가 6, 플레이어 A,8 : 딜러가 소프트 17에서 무조건 힛하는 경우에는 플레이어가 더블하면 1.96% 이익 딜러가 소프트 17에서 무조건 스탠드하는 경우에는 플레이어가 더블하면 0.03% 이익 (이 룰은 전략을 간단히 하기 위해서 무시해도 됨)
댓글 없음:
댓글 쓰기