Number of 7 letter strings with no repeated letters can be formed from the english alphabet?
I get $$p(26,19)$$ so $$26! / 19!$$
but my answer sheet says it's:
$$ p(26,7) = 26\times25\times24\times23\times22\times21\times20$$
Can somebody confirm to me which ones correct please?
Presuming in your notation that you mean $p(26,7) = \binom{26}{7}$ and $p(26,19) = \binom{26}{19}$;
$$\binom{n}{k} = \frac{n!}{k!(n-k)!}$$
Hence;
$$\binom{26}{7} = \frac{26!}{7!19!}$$ $$\binom{26}{19} = \frac{26!}{19!7!}$$
Which are the same.
Note that $\frac{26!}{19!} \not = \frac{26!}{7!}$