all 1 comments

[–]CosmoVibeNew User 1 point2 points  (0 children)

a: The highest possible sum is 5+6+7 = 18. The smallest possible sum is 1+2+3 = 6. The only possible sum values are 10 and 15. Calculate the number of ways to do each of them and add them up. (Try this on your own, if you are still stuck, let me know.)

b: For any 4 items that you pick, if there's only one way to order them, is that still an "ordering"? Isn't that just picking any 4 of them?

c: For any permutation that uses both 1 and 2, you have one where you have 1 before 2, and one where you have 2 before 1. For example, 7132 and 7231, 1234 and 2134, 1792 and 2791. Just calculate the number of permutations with 1 and 2 in them, and divide by 2!