So there are 60 numbers. From the 60 numbers, you are assigning one to be the first number in the combination, one to be the second, one to be the third, and the other 57 are null.
First: 1
Second: 1
Third: 1
Null: 57
The different number of ways you can assign this is the total number factorial divided by each of the parts factorial
So: 60! / (1! * 1! * 1! * 57!) = 60P3 = 205320
For the third scenario, the first number can be any of the 60 numbers. The second number can't be the same as the first, so that means there are 59 possible ways of choosing the second number. Let's say the first number was 10. The second number can be any of the other 59 numbers. The third number can't be the same as the second number. Therefore, there are 59 ways of choosing the third number.
The total number of combinations for the third scenario, therefore is 60*59*59
Lia K.
Hi, thank you so much Paul but would you mind providing a little more detail for each scenario, it's still quite confusing to me. For b) why do you use the numbers 60*59*58 specifically? For c) I was mainly confused about.05/02/21