Also guest you have your permutation and combinations muddled up.
If the letters all must be different then
If order doesn't matter then the answer will be smaller and you use C (for combinations)
If order does matter then the answer will be bigger and you use P (for permutations)
If you swap your answers around then they will be correct. :)