<h3>
Answer: 336</h3>
Explanation:
Label the slots A,B,C for first through third place.
There are 8 choices for slot A, 7 for slot B, and 6 for slot C. We start with 8 and count our way down until we get to the final slot. Then we multiply out those values
8*7*6 = 336
There are 336 ways to select three people from a pool of eight overall.
-----------------
If you want to use the permutation formula, then your steps might look like this
![_n P _r = \frac{n!}{(n-r)!}\\\\_8 P _3 = \frac{8!}{(8-3)!}\\\\_8 P _3 = \frac{8!}{5!}\\\\_8 P _3 = \frac{8*7*6*5!}{5!}\\\\_8 P _3 = 8*7*6\\\\_8 P _3 = 336\\\\](https://tex.z-dn.net/?f=_n%20P%20_r%20%3D%20%5Cfrac%7Bn%21%7D%7B%28n-r%29%21%7D%5C%5C%5C%5C_8%20P%20_3%20%3D%20%5Cfrac%7B8%21%7D%7B%288-3%29%21%7D%5C%5C%5C%5C_8%20P%20_3%20%3D%20%5Cfrac%7B8%21%7D%7B5%21%7D%5C%5C%5C%5C_8%20P%20_3%20%3D%20%5Cfrac%7B8%2A7%2A6%2A5%21%7D%7B5%21%7D%5C%5C%5C%5C_8%20P%20_3%20%3D%208%2A7%2A6%5C%5C%5C%5C_8%20P%20_3%20%3D%20336%5C%5C%5C%5C)
Note how the 5! terms cancel out on the second to last step, leaving behind the expression 8*7*6 which was found earlier.