Hello everyone,
I really got stuck in slot method application. Please, help me to clarify order matters or not step.
In one of the CAT problem order matters:
The Carson family will purchase three used cars. There are two models of cars available, Model A and Model B, each of which is available in four colors: blue, black, red, and green. How many different combinations of three cars can the Carsons select if all the cars are to be different colors?
So here order does not matter and we eventually divide by 3!
BUT in another CAT problem I see the contrary, please see my comments for solution explanation in red :
A jar contains 8 red marbles and y white marbles. If Joan takes 2 random marbles from the jar, is it more likely that she will have 2 red marbles than that she will have one marble of each color?
(1) y ≤ 8
(2) y ≥ 4
In total, there are 8 red marbles, y white marbles, and 8 + y total marbles in the jar. The probability of obtaining two red marbles is given by:
P(Red AND Red) =
8
8 + y
×
7
7 + y
=
56 So it means that order matter if we do not divide by 2???? But what is the difference in order if we need to pick 2 reds marbles (identical)???
(8 + y) × (7 + y)
The probability of obtaining one red marble and one white marble is given by:
P(Red AND White) =
8
8 + y
×
y
7 + y
× 2 =
16y In this problem we also use slot method, but multiple by 2 to make the situation in which order matters. Is it because we construct this slot from two subsets (theredore the order is not counted???? Please, confirm.
(8 + y) × (7 + y)