The digits 1, 2, 3.... 9 are arranged in a random order, find the probability that 1, 2, 3 will appear as neighbors in the order mentioned.
172
The total number of numbers that can be fromed are 9!; because it is the permutation of 9
numbers.
We want 1,2,3 as neighbors in the same order. It means (1,2,3) can be treated as a single
unit. So, there will be a total of 7 digits (9-3+1).
We can have 7! arrangements of such numbers.
⇒ Probability =7!9!
=19×8
=172