Number of ways can the runners finish first, second, and third is 1,17,600 .
Explanation:
Permutation is the act of arranging the members of a set into a sequence or order, or, if the set is already ordered, rearranging (reordering) its elements—a process called permuting. For example, written as tuples, there are six permutations of the set {1,2,3}, namely: (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), and (3,2,1). Formula of Permutation is :
where n is the number of things to choose from, and we choose r of them, no repetitions, order matters. Here , n = 50 , r= 3
⇒
![P(n,r) = (n!)/((n-r)!)](https://img.qammunity.org/2021/formulas/mathematics/middle-school/nsewys1x832jvz2nwrnxu0f4wci593djep.png)
⇒
![P(50,3) = (50!)/((50-3)!) = (50(49)(48)47!)/(47!)](https://img.qammunity.org/2021/formulas/mathematics/middle-school/rsqjjv4j3l3w8ser7mcs2h63elgns5jf8h.png)
⇒
![P(50,3) = 50(49)(48)](https://img.qammunity.org/2021/formulas/mathematics/middle-school/nribhpkapwjf75sa4muhhhzibgzal65l6q.png)
⇒
![P(50,3) = 1,17,600](https://img.qammunity.org/2021/formulas/mathematics/middle-school/q2m5lt8l5w9e0p0b6ahtaluwx8kycxs4oz.png)
∴ Number of ways can the runners finish first, second, and third is 1,17,600 .