Question

In: Statistics and Probability

5 spades, 5 clubes, and 5 hearts 1. find P(Tk+l)in terms of P(Tk) 2. find P(T3)...

5 spades, 5 clubes, and 5 hearts

1. find P(Tk+l)in terms of P(Tk)

2. find P(T3)

3. find the prob the cards are together by characters after many cuts

Solutions

Expert Solution

The number of permutations of 5+5+5 cards is  

Let the probability that the present position of cards is such that all the cards of every suit are together is

. All all the cards of every suit are together in ways,

So .

Now there are possible cuts out of which 3 will results in all the suits together. So,

If the first cut does not results in all the suits together, the second cut can result in all the cards together with probability (if cut at the position you previously cut , its probability being 1/14). The events being disjoint,

1) So the recursive relation is

2) Use above recursion to find

3) The recusrive relation is implemented in R. The probability converges to

0.08333333

The R code for calculating the probability recursively is given below:

PT_k <- function(k)
{
if(k==1)
{
return (3/25427001600)
}
else
{
return(PT_k(k-1)/7+1/14)
  
}
}

PT_k (89)


Related Solutions

Find the probability of being dealt a hand of 12 cards containing 3 ​spades, 5 ​hearts,...
Find the probability of being dealt a hand of 12 cards containing 3 ​spades, 5 ​hearts, 2 ​diamonds, and 2 clubs from an ordinary deck of 52 cards. The probability of being dealt a hand containing 3 ​spades, 5 ​hearts, 2 diamonds, and 2 clubs is
2. A standard 52-card deck consists of 4 suits (hearts, diamonds, clubs, and spades). Each suit...
2. A standard 52-card deck consists of 4 suits (hearts, diamonds, clubs, and spades). Each suit has 13 cards: 10 are pip cards (numbered 1, or ace, 2 through 10) and 3 are face cards (jack, queen, and king). You randomly draw a card then place it back. If it is a pip card, you keep the deck as is. If it is a face card, you eliminate all the pip cards. Then, you draw a new card. What is...
For p = 5 , find a number x such that x^2 is congurent to -1...
For p = 5 , find a number x such that x^2 is congurent to -1 mod p. here x is denoted by sqrt(-1). Determine if sqrt(-1) exists mod p for p = 7, 11, 13 , 17, 23, 29.
Suppose P(A)=.5, P(B)=.4 and P(A and B)=.2 a. Find P(A or B). b. Find P (A...
Suppose P(A)=.5, P(B)=.4 and P(A and B)=.2 a. Find P(A or B). b. Find P (A and Bc) B complement c. Find P(A or Bc). d. Find P(Ac or Bc)
1. Find a triangulation for P^2.
1. Find a triangulation for P^2.
Find a polynomial p(x) with zeroes at 1,-2, and -1 and such that p(2) equals 6...
Find a polynomial p(x) with zeroes at 1,-2, and -1 and such that p(2) equals 6 ? What is the remainder when the polynomial p(x) equals (x^101 - x^50 - 3x^9 + 2) is divided by (x+1) ? Find a polynomial of degree 4 with zeroes at -2, 9, and 5. (NOTE: leave your polynomial factored; please do not expand it) Factor the polynomial x^3 - 4x^2 + 3x + 2. List all the possible rational roots of the polynomial...
If P(Ā)= 5/24, find P(A)
If P(Ā)= 5/24, find P(A)
5. Find the sum of terms in given arithmetic sequence 1 + 3 + 5 +...
5. Find the sum of terms in given arithmetic sequence 1 + 3 + 5 + ... + 59 6. Find the sum of terms in given arithmetic sequence 2 + 5 + 8 + ... + 41 7.Given a geometric sequence 6 + 2 + 2/3 + ... is this sequence converging or diverging, if it is converging find it's sum
b. Suppose P(A) = 1 4 and P(B) = 2 5 . (a) What is the...
b. Suppose P(A) = 1 4 and P(B) = 2 5 . (a) What is the maximum value of P(A ∩ B)? (b) What is the minimum value of P(A ∩ B)? ( c) What is the maximum value of P(A ∩ B0 ) (d) What is the minimum value of P(A ∩ B0 ) (e) What is the maximum value of P(A ∪ B)? (f) What is the minimum value of P(A ∪ B)? (g) What is the maximum...
q = K^1/2 L^1/2 p=$20, v=$8, w=$4 a) suppose k= 16, find short-run total and marginal...
q = K^1/2 L^1/2 p=$20, v=$8, w=$4 a) suppose k= 16, find short-run total and marginal costs, and also firm supply function. Find the price that the firm shuts down its production. b) find firm profit maximization demand function and short-run supply function
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT