A jar contains 7 balls. Two of the balls are labeled 1, three are labeled 2 and two are labeled 3. Calculate the probability that the number on the second ball is greater than the number on the first ball.
My attempt taking into account combination:
(2C1)(3C1) drawing a 1 first and then drawing a 2. (2C1)(2C1) drawing a 1 first and then drawing a 3. (3C1)(2C1) drawing a 2 first and then drawing a 3.
(2)(3)+(2)(2)+(3)(2) = 16 ways to draw a greater number on the second draw.
Total ways of drawing balls (7C2) = 21
My answer: 16/21 = .761904762. But the book is giving me .380. Is my reasoning incorrect. Please help.
There are $7\cdot 6=42$ possible cases.
The number of favorable cases now.
$$ \frac 1{42}\Big(\ 2(3+2)+3\cdot 2\ \Big) = \frac {16}{42} = \frac 8{21} = 0,\ 380952\ 380952\ 380952\ \dots\ . $$