658 views

2 Answers

Best answer
2 votes
2 votes

let 52 cards are divided into 2 halves name A and B

therefore A consists 26 cards and B consists 26 cards

given that an ace card is drawn from A ===> B might have 3 or 2 or 1 or 0 Ace Cards in it's 26 cards.

now ace card from A is combined with B ==> B might have 4 or 3 or 2 or 1 Ace Cards in it's 27 cards

let Ei = B have i no.of ACE cards and E = drawing ace card from B

what is the probability of Ace card from B = ( P( E) * P( E | E) ) ( P( E) * P( E | E) ) ( P( E) * P( E | E) ) ( P( E) * P( E | E) ) 

             = ($\frac{1}{4} * \frac{1}{27}$) + ($\frac{1}{4} * \frac{2}{27}$) + ($\frac{1}{4} * \frac{3}{27}$) + ($\frac{1}{4} * \frac{4}{27}$)

            =  ( $\frac{1}{4} $ ) * ( $\frac{1}{27}$ + $\frac{2}{27}$ + $\frac{3}{27}$ + $\frac{4}{27}$)

            = ( $\frac{1}{4} $ ) * ( $\frac{10}{27}$ ) 

            = ( $\frac{5}{54} $ ) 

selected by
0 votes
0 votes
There are total $4$ aces. Since there was an ace in first deck, that means the number of aces in second deck possibly are : $0,1,2,3$.

Let $P_{i}$ be the probability that the second deck contains $i(0,1,2,3)$ aces. Let $E$ be the event that you draw an ace from the second deck.

So basically we have to calculate $P(E|P_{i})(P_{i})$

$P_{0}$ means that we have second deck where no ace is present initially, this means $P_{0} = \binom{48}{26}/\sum_{i=0}^{3}N_{i}$

Where $N_{i}$ is the total number of half decks with i aces in it. Similarly we can calculate other $P_{i}$'s. Now  $P(E|P_{i}) = (i+1)/27$

Just put in the values and calculate.

Related questions

0 votes
0 votes
1 answer
3
lolalo asked Jul 28, 2022
462 views
A deck consists of 52 playing cards which is well shuffled. Draw 6 cards. Find the probability that among the cards there will be a representative of all suits?can someon...
1 votes
1 votes
1 answer
4