Hey guys, just got a few probability questions =)
All help is greatly appreciated! tyvm
Question 1: Independent Events
Spoiler
In a random experiment, a fair six sided die is rolled and the upward facing number recorded. Two
independent events could be:A. {1,2,3} and {4,5,6}
B. {1,3} and {2,3,6}
C. {1,5} and {1,3}
D. {3,5} and {1,3,5}
E. {1} and {2}
Okay, I've seen these questions around a lot and not been sure on how to approach them.
Independent events state that
How am I supposed to figure out what the intersection is with these sort of events? or the individual probabilities if it's in a set like this? Question 2: woo deck of cards
Spoiler
5 cards are drawn at random from a 52 card deck containing equal numbers of each suit (spades, clubs,
hearts, and diamonds) without replacement. What is the probability that all the cards drawn are of the same suit?The answer is
Could someone just quickly run me through how they've come to this?
Question 3: Charles and Callum
Spoiler
Callum and Charles meet every week for a game of ping pong. Disappointed with his recent losing
streak, Callum tries to identify the cause of his problems. Being an emotional player, Callum feels that the
result of his previous game affects his performance. He decides that his probability of winning given that
he won the last game is 0.6, while his probability of winning given that he lost the last game is only 0.3.
Find the exact proportion of games Callum is expected to win in the long run if the probability he wins the first match is 0.5.So we can create a transition matrix: (where W1 is win on last game)

From here, I raise the transition matrix to a very high power and multiplied it by a 2 x 1 matrix with 0.5 and 0.5.
I got the answer which is 0.428571. Although the answer wanted it in exact, solutions showed that all they did was:

.. haven't figure out why yet though.. any ideas where they got those figures?
Thank you very much! haha some of the probability stuff messes with my head, and thanks for reading such a long post (if you did :0)
Q1
What we do is denote the sets. I'll run though option A with you,
let P(X) be probability of getting something in the set {1, 2, 3}. So P(X) = 1/2
let P(Y) be probability of getting something in the set {4, 5, 6}. So P(Y) = 1/2
This implies that P(X n Y) is the probability of getting something in the set {{1, 2, 3} n {4, 5, 6}} = null set. So P(X n Y) = 0
Use the rule P(X n Y) = P(X) x P(Y) for independent events:
LHS = 0, but RHS = 1/2 * 1/2 = 1/4. LHS ≠ RHS, this option is not an independent event.
Answer
C, since LHS = 1/4 and RHS = 1/2 * 1/2
Q2 EDIT: thanks nliu! didn't read the q, i worked out choosing 4.. not 5 cards..
Okay, so lets SUPPOSE the suit is hearts <3. Find the probability of choosing 5 from the hearts. So:

Now here's the a trick:

Now, what if we had chosen one of the other 4 suits, not just hearts. So then, its:
Pr(choose 4 hearts) + Pr(choose 4 spades) + Pr(choose 4 diamonds) + Pr(choose 4 clubs)
Q3
It uses a steady state short cut.

Steady state for Pr(a) is:

EDIT
I can guess your question from Q3, why does it work?
S
n+1 = T S
n, even when you times by T again, it makes no difference in the STEADY state. So:

Solving give the "shortcut formula"

Hope it helps!