Solving the We are asked to determine the number of permutation of 4 students taken from a set of 15.
The total number of permutations of "k" objects taken from a set of "n" elements is given by:
[tex]nPk=\frac{n!}{\left(n-k\right)!}[/tex]Where:
[tex]n!=\text{ n factorial}[/tex]the value of "n!" is given by:
[tex]n!=1\times2\times3\times...\times n[/tex]From the given problem we have:
[tex]\begin{gathered} n=15 \\ k=4 \end{gathered}[/tex]Substituting the values we get:
[tex]nPk=\frac{15!}{\left(15-4\right)!}[/tex]Solving the operations:
[tex]nPk=\frac{15!}{11!}=\frac{1\times2\times3\times4\times..\times15}{1\times2\times3\times4\times..\times11}[/tex]Solving the products:
[tex]nPk=32760[/tex]Therefore, there are 32760 permutations.