RonPurewal Wrote:you could also use the basic probability formula here: (# of successful outcomes) / (total # of possible outcomes).
Ron's method is surely the cleanest for this particular problem.
But I have a query; here it goes...
Case-1) A standard deck of cards contains 26 red and 26 black cards. If exactly 2 cards are selected from a standard deck (without replacement), what is the probability that 1 red and 1 black card are selected?
The probability that 1 red and 1 black card are selected = P(1st card RED) x P(2nd card BLACK) + P(1st card BLACK) x P(2nd card RED) = 26/52 x 26/51 + 26/52 x 26/51 = 26/51
In this case, the ORDER of selection MATTERS
Case-2) A certain junior class has 1000 students and a certain senior class has 800 students. among these students there are 60 sibling pairs, each consisting of 1 junior and 1 senior. If 1 student is to be selected at random from each class , what is the probability that 2 students selected will be sibling pair?
The probability that 2 students selected will be sibling pair = P(1st student JUNIOR) x P(2nd student SENIOR) = (60/1000) x (1/800) = 3/40000
In this case, the ORDER of selection DOESN'T MATTER
Why the ORDER of selection matters in Case-1 but not in Case-2? What am I missing/not considering??
Many thanks | Supratim