Answer:
1,367,629,890 or 990
Explanation:
This is a problem of permutation, because the order does matter. For example:
1 - 2 - 3 isn't the same as 3 - 2 - 1. And also you cant repeat the same candidate in 2 different positions.
The formula for this selection is :
![Permutations = (n!)/((n-r)!)](https://img.qammunity.org/2020/formulas/mathematics/high-school/nr2oczb4syyd5akj8be9yw7cqm08a6zjg5.png)
Where:
n is the number of things to choose from
r is the number of things you are going to choose
In this case n = 1111 or 11 (depending if you mistype it)
r = 3
![Permutations = (1111!)/((1111-3)!) =1111*1110*1109=1,367,629,890 \\Permutations = (11!)/((11-3)!)=11*10*9=990](https://img.qammunity.org/2020/formulas/mathematics/high-school/5jqj8ic9r79u1zhojvt1kf1rde2yvrf677.png)