Question 34975
Each item can be put on or left on. There are five items, so there are 2^5, or 32, possible combinations of the burger.


Another way to visualize it is to note that all of the binary numbers from 00000 to 11111 represent the numbers 0 through 31, in which there are 32 numbers here.