The number of words that can be constructed using $10$ letters of the English alphabet such that all five vowels appear exactly once in the word.
The location of the vowel can be chosen in $10C5$ ways and that also can be filled in $5!$ ways, and the remaining $5$ locations can be filled by $pow(21,5)$ ways.