37. A jar contains 16 marbles, of which 4 are red, 3 are blue, and the rest are yellow. If 2 marbles are to be selected at random from the jar, one at a time without being replaced, what is the probability that the first marble selected will be red and the second marble selected will be blue?
我是这么算的对吗? (4*3)/ [C(16,2)*P(2,2)] |