There are eight students. Each student is competing for 1st, 2nd, 3rd and 4th violin chair. We will use permutation to solve this problem.
When we have 'n' items and we want to find the number of ways 'k' items can be ordered. Then we use the permutation formula which states:
![^nP_(k)=(n!)/((n-k)!)](https://img.qammunity.org/2019/formulas/mathematics/high-school/h1zvx67vpovcpe354nkyb5ksb9u5qyvsve.png)
Therefore,
![=^8P_(4)=(8!)/((8-4)!)](https://img.qammunity.org/2019/formulas/mathematics/high-school/nduasc23w5z8wrujbomxwkoyyvpmh3vtrf.png)
=
![(8!)/((4)!)](https://img.qammunity.org/2019/formulas/mathematics/high-school/nb8r1mimln34ye4nvt1vzk8nwnx6bn24el.png)
=
![(8 * 7* 6* 5* 4!)/(4!)](https://img.qammunity.org/2019/formulas/mathematics/high-school/4uw6nvpwprmbgwrrp9md271k90800s19yf.png)
=
![{8 * 7* 6* 5}](https://img.qammunity.org/2019/formulas/mathematics/high-school/pzuvzi637iyqzko0p9i55bn0q3cae43f6y.png)
= 1680
Therefore, in 1680 different ways can all four chairs be filled.