I would like to know how to calculate the unique combinations in the following scenario.
There are 3 levels:
- Building
- Rooms in the building
- Objects in room
There are 15 buildings, 9 rooms and 9 objects in each room.
A user has to choose 1 building, 1 room in that building and 1 object in the room.
Thanks!