为了解决这个问题,我们可以使用条件概率。回想一下 P(A∩B)=P(A)×P(B∣A)。让我们定义以下事件:
A - 我们滚动三个不同数字的事件
B - 我们滚动 3 个严格递增数字的事件
我们的目标是找到:
P(Three unique numbers rolled in strictly increasing order)=P(A∩B)
P(A∩B)=P(A)×P(B∣A)
第一项只是绘图中的 66×65×64,无需替换。第二项是 3!1=61,因为只有一种方法可以将三个不同的数字排列为严格递增。因此我们的答案是66×65×64×61=545
Original Explanation
To solve this problem, we can use conditional probability. Recall that P(A∩B)=P(A)×P(B∣A). Let us define the following events:
A - the event that we roll three different numbers
B - the event that we roll 3 strictly increasing numbers
Our goal is to find:
P(Three unique numbers rolled in strictly increasing order)=P(A∩B)
P(A∩B)=P(A)×P(B∣A)
The first term is simply 66×65×64 from drawing without replacement. The second term is 3!1=61, since there is only one way of permuting three distinct numbers to be strictly increasing. Therefore our answer is 66×65×64×61=545