The number of different combinations in this case is simply the product of the three numbers.
Chat with our AI personalities
Choose is a verb. It means to make a choice between two or more things.
10
If you must use all 5 with no repetition, you can make only one pizza. 5C5, the last entry on the 5 row of Pascal's triangle. If you can choose as many toppings as you want, all the way down to none (cheese pizza), then you have 5C0 + 5C1 + 5C2 + 5C3 + 5C4 + 5C5 = 32. Another way to think about it is no toppings would allow one pizza (cheese), one topping would allow two pizzas (cheese, pepperoni), two toppings would allow four pizzas, three toppings would allow eight pizzas, four toppings would allow sixteen, creating an exponential pattern. p = 2 ^ t. So, 10 toppings would permit 1024 different combinations
The number of 4 different book combinations you can choose from 6 books is;6C4 =6!/[4!(6-4)!] =15 combinations of 4 different books.
If the order of choice does not matter, the expression is 25 X 24 X 23 X 22 X 21 X 20 X 19 X 18 X 17, which can also be written as 25!/16!.