You know that:
- There are 3 places that are to be awarded: First place, second place, and third place.
- The number of contestants in the dance contest is 12.
Then, you need to use Permutation in order to solve this exercise. Remember that, by definition:
![P(n,r)=\frac{n!^{}}{(n-r)!}](https://img.qammunity.org/2023/formulas/mathematics/college/99zw30jr99npzcy1oh1ecpyww2i3s1ftls.png)
Where "n" is the total number of things to choose from and "r" is the number of things chosen.
In this case, you can identify that:
![\begin{gathered} n=12 \\ r=3 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/p6aerh07bg9y313czll15r3u15ey0niwu1.png)
Then, substituting and evaluating, you get:
![P(12,3)=\frac{12!^{}}{(12-3)!}=(12\cdot11\cdot10\cdot9\cdot8\cdot7\cdot6\cdot5\cdot4\cdot3\cdot2\cdot1)/(9\cdot8\cdot7\cdot6\cdot5\cdot4\cdot3\cdot2\cdot1)](https://img.qammunity.org/2023/formulas/mathematics/college/re25qca3z9gg8zpewyjzxlsy1s5k6gga97.png)
![=(479001600)/(362880)=1320](https://img.qammunity.org/2023/formulas/mathematics/college/utch04myzpoxqxx1nzfgp0pncw6641qc2r.png)
Therefore, the answer is:
![1320\text{ }ways](https://img.qammunity.org/2023/formulas/mathematics/college/vqqsj24mok4nmc27l1keis3jsmpgk3i56n.png)