Question 1176870
.
You are ordering a hamburger and can get up to eight toppings, but each topping can only be used once. 
You tell the cashier to surprise you with the toppings you get. What is the probability 
that you get zero toppings? Express your answer as a fraction or decimal number rounded to four decimal places. 
~~~~~~~~~~~~~~~~~~~~~~~~~~



<pre>
If there are 8 possible toppings, then it is possible to have  {{{2^8}}} = 256  of their possible combinations.


The probability to have some specific combination is, therefore  {{{1/256}}}.


In particular, the probability to have randomly an empty topic is  {{{1/256}}},  too.
</pre>

Solved.