Six digits from $\{2, 3, 4, 5, 6, 7, 8 \}$ are chosen and arranged in a row without replacement. Find the probability the number is divisible by $2$
Total possibilities: $8!/2$
Our event possibilities: $2*7!$
Thus $P = \frac{2*7!}{8!/2} = 1/2$
But this is incorrect according to the textbook. What is wrong?