Asked by Brendan
How many combinations of hamburgers can you have with 12 toppings?
Answers
Answered by
Steve
depends - how many toppings per burger?
If any possible combination of toppings is allowed, you basically have
C(12,0) + C(12,1) + ... + C(12,12) = 2^12 = 4096
4095 if you don't allow 0 toppings.
If any possible combination of toppings is allowed, you basically have
C(12,0) + C(12,1) + ... + C(12,12) = 2^12 = 4096
4095 if you don't allow 0 toppings.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.