You can put this solution on YOUR website! There are 20 students in the class. How many different seating charts can you make?
----
Each student either does or does not occupy a given chair.
There are 20 chairs.
-----
# of possible seating charts = 2^20 = 1,048,576
============
Cheers,
Stan H.
============