left panel

Assertion: whenever a hand (crib) contains a 5 (or cards that sum to 5), that hand will be worth at least two points.

Scenario: the '5' is comprised of a 2 and a 3

  • If any of the other 3 cards is a 2 or a 3 then the hand contains a pair (for 2 points)
  • If any of the other 3 cards is a 10, J, Q, or K then the hand contains a '15' (for 2 points)
  • If any of the other 3 cards is an Ace or a 4 then the hand contains a run of 3 (for 3 points)

From the remaining cards (5, 6, 7, 8, 9), can 3 cards be chosen such that no pair (of those cards) is present and such that the chosen cards do not create their own '15', and such that the cards do not combine with the 2 or 3 and the other card to create a '15' and such that those cards do not create a 3-card run?

CardsExample of Points
5, 6, 7run
5, 6, 8'15' from 2, 5, 8
5, 6, 9'15' from 6, 9
5, 7, 8'15' from 7, 8
5, 7, 9'15' from 3, 5, 7
5, 8, 9'15' from 2, 5, 8
6, 7, 8run
6, 7, 9'15' from 6, 9
6, 8, 9'15' from 6, 9
7, 8, 9run

Scenario: the '5' is comprised of an Ace and a 4

  • If any of the other 3 cards is an Ace or a 4 then the hand contains a pair (for 2 points)
  • If any of the other 3 cards is a 10, J, Q, or K then the hand contains a '15' (for 2 points)

From the remaining cards (2, 3, 5, 6, 7, 8, 9), can 3 cards be chosen such that no pair (of those cards) is present and such that the chosen cards do not create their own '15', and such that the cards do not combine with the Ace or 4 and the other card to create a '15' and such that those cards do not create a 3-card run?

CardsExample of Points
2, 3, [any other card]run
3, 5, [any other card]run
5, 6, [any other card]run
6, 7, 8run
6, 7, 9'15' from 6, 9
6, 8, 9'15' from 6, 9
7, 8, 9run

Scenario: the '5' is comprised of a 5 and some other card

  • If any of the other 4 cards is a 5 then the hand contains a pair (for 2 points)
  • If any of the other 4 cards is a 10, J, Q, or K then the hand contains a '15' (for 2 points)

From the remaining cards (A, 2, 3, 4, 6, 7, 8, 9), can 4 cards be chosen such that the hand contains fewer than 2 points?

CardsExample of Points
A, 2, 3, 4run
A, 2, 3, 6run
A, 2, 3, 7run
A, 2, 3, 8run
A, 2, 3, 9run
A, 2, 4, 6run
A, 2, 4, 7'15' (A, 2, 5, 7)
A, 2, 4, 8'15' (2, 5, 8)
A, 2, 4, 9'15' (A, 5, 9)
A, 2, 6, 7run
A, 2, 6, 8'15' (2, 5, 8)
A, 2, 6, 9'15' (A, 5, 9)
A, 2, 7, 8'15' (2, 5, 8)
A, 2, 7, 9'15' (A, 5, 9)
A, 2, 8, 9'15' (2, 5, 8)
A, 3, 4, 6run
A, 3, 4, 7run
A, 3, 4, 8run
A, 3, 4, 9run
A, 3, 6, 7run
A, 3, 6, 8'15' (A, 3, 5, 6)
A, 3, 6, 9'15' (A, 3, 5, 6)
A, 3, 7, 8'15' (7, 8)
A, 3, 7, 9'15' (3, 5, 7)
A, 3, 8, 9'15' (A, 5, 9)
A, 4, 6, 7run
A, 4, 6, 8run
A, 4, 6, 9run
A, 4, 7, 8'15' (7, 8)
A, 4, 7, 9(A, 5, 9)
A, 4, 8, 9(A, 5, 9)
A, 6, 7, 8run
A, 6, 7, 9'15' (6, 9)
A, 6, 8, 9'15' (6, 9)
A, 7, 8, 9run
2, 3, 4, 6run
2, 3, 4, 7run
2, 3, 4, 8run
2, 3, 4, 9run
2, 3, 6, 7run
2, 3, 6, 8'15' (2, 5, 8)
2, 3, 6, 9'15' (6, 9)
2, 3, 7, 8'15' (7, 8)
2, 3, 7, 9'15' (3, 5, 7)
2, 3, 8, 9'15' (2, 5, 8)
2, 4, 6, 7run
2, 4, 6, 8run
2, 4, 6, 9run
2, 4, 7, 8'15' (7, 8)
2, 4, 7, 9'15' (2, 4, 9)
2, 4, 8, 9'15' (2, 4, 9)
2, 6, 7, 8run
2, 6, 7, 9'15' (6, 9)
2, 6, 8, 9'15' (6, 9)
2, 7, 8, 9run
3, 4, 6, 7run
3, 4, 6, 8run
3, 4, 6, 9run
3, 4, 7, 8run
3, 4, 7, 9run
3, 4, 8, 9run
3, 6, 7, 8run
3, 6, 7, 9run
3, 6, 8, 9'15' (6, 9)
3, 7, 8, 9run
4, 6, 7, 8run
4, 6, 7, 9run
4, 6, 8, 9run
4, 7, 8, 9run
6, 7, 8, 9run