How many configurations

31 Views Asked by At

If I have twelve objects, each of which can be in one of three states (say on, off, on/off), how many ways can the group of twelve be configured -- by changing the state of each object?

1

There are 1 best solutions below

0
On

There are 3 possibilities for each object. so you have $3^{12}$ possibilities