The number of arrangements of all letters in the word ATTENTION that can be arranged so that each arrangement begins with a T, and the second letter is not a T is
my work:
There are $9$ letters in the word ATTENTION so that means there are nine spaces so you would do $9!=9\times8\times7\times6\times5\times4\times3\times2\times1=362880$ of arrangements
Is this the correct way to do this problem? If not, how do you do it?
Approach via rule of product.
Note that when choosing the three positions of the $T$'s, the first position must be included and the second position must not be included. So... this is effectively the same as choosing two positions from the last seven positions.
Note that regardless what choice was made in this first step, although the types of choices change for the later steps the number of choices is always the same.
$$\binom{7}{2}\times\binom{6}{2}\times 4!$$