raulgc01
raulgc01
  • Threads: 3
  • Posts: 6
Joined: Oct 19, 2010
October 19th, 2010 at 4:27:58 AM permalink
Hi, please help, how do you compute the probability, that there is an Ace of Spade in the 4th to the 13th card of an eight-deck shuffled cards, i tried to compute
the 416-card combinations , but that's too huge.

Thanks and more power
ChesterDog
ChesterDog
  • Threads: 8
  • Posts: 1515
Joined: Jul 26, 2010
October 19th, 2010 at 5:51:04 AM permalink
There are 8 aces-of-spades and 408 non-aces-of-spades in eight decks. The probability of having exactly one ace-of-spades and nine non-aces-of-spades in ten random cards is the number of ways of choosing one thing out of 8 things times the number of ways of choosing nine things out of 408 things divided by the number of choosing ten things out of 416 things. In Excel notation that's =combin(8,1)*combin(408,9)/combin(416,10), which is about 16.5%.
SOOPOO
SOOPOO
  • Threads: 122
  • Posts: 11021
Joined: Aug 8, 2010
October 19th, 2010 at 8:16:43 AM permalink
His question did not say exactly one ace of spades, but, rather an ace of spades. So I would guess you would need to add the probability of 2 aces of spades, 3, 4... etc.. to get the actual percentage... probably between 17 and 18%... Right?
Kelmo
Kelmo
  • Threads: 6
  • Posts: 85
Joined: Aug 15, 2010
October 19th, 2010 at 8:33:05 AM permalink
(COMBIN(8,1)*COMBIN(408,9)+COMBIN(8,2)*COMBIN(408,8)+COMBIN(8,3)*COMBIN(408,7)+..etc...+COMBIN(8,8)*COMBIN(408,2)) / combin(416,10) = 17.8%
DJTeddyBear
DJTeddyBear
  • Threads: 207
  • Posts: 10994
Joined: Nov 2, 2009
October 19th, 2010 at 10:51:56 AM permalink
You're forgetting that it was NOT within the first ten cards, but in a SPECIFIC ten cards. I.E. The 4th thru 13th cards.

Does that change anything?
I invented a few casino games. Info: http://www.DaveMillerGaming.com/ ————————————————————————————————————— Superstitions are silly, childish, irrational rituals, born out of fear of the unknown. But how much does it cost to knock on wood? 😁
MathExtremist
MathExtremist
  • Threads: 88
  • Posts: 6526
Joined: Aug 31, 2010
October 19th, 2010 at 11:08:13 AM permalink
Not without further constraints like "no ace in the first 3 cards".
"In my own case, when it seemed to me after a long illness that death was close at hand, I found no little solace in playing constantly at dice." -- Girolamo Cardano, 1563
raulgc01
raulgc01
  • Threads: 3
  • Posts: 6
Joined: Oct 19, 2010
October 19th, 2010 at 7:58:22 PM permalink
an Ace of spade in the first three cards does not matter....
raulgc01
raulgc01
  • Threads: 3
  • Posts: 6
Joined: Oct 19, 2010
October 19th, 2010 at 7:58:26 PM permalink
Thanks you all
raulgc01
raulgc01
  • Threads: 3
  • Posts: 6
Joined: Oct 19, 2010
October 19th, 2010 at 8:01:10 PM permalink
yes, that includes 2 aces of spades, 3, 4 etc. thanks
  • Jump to: