|  | 
			
			
			
					
					
			
				
					
						Well, IF I did the math right, here's what I came up with:
 For 3 and only 3 cards of 1 suit on a 5 card board:
 (13 choose 3) * (39 choose 2) / (52 choose 5) = 8.15%
 
 For 4 and only 4 cards of 1 suit on a 5 card board:
 (13 choose 4) * (39 choose 1) / (52 choose 5)  = 1.07%
 
 For all 5 cards of 1 suit on a 5 card board:
 (13 choose 5) * (39 choose 0) / (52 choose 5) = 0.05%
 
 For either 3, 4, or 5 cards of 1 suit: 8.15% + 1.07% + 0.05% = 9.28%
 
 This assumes that you don't hold any cards of the suit in question.
 
 I think this is for ANY PARTICULAR suit, not for ALL suits.  So, its 9.3% for hearts, 9.3% for spades, etc. for a total of 37.1%.  Can someone confirm this?
 |