For example, let us consider the number of rooms to search in a
building with three floors. One of the rooms has an item that
we want o find.
Assume the first floor has 20 rooms, the second floor
has 15 rooms, and the third floor has 10 rooms. The total number of
rooms to search is, then
.
The sum rule is linked with disjunction (``or''). In our previous example, the item can be in a room in the first floor, or a room in the second floor, or a room in the third floor. Another way look at this is that the sum rule deals with alternatives.
In more formal terms, let the set
represent the possibilities
offered by option
. Let us assume there are
options.
Then we assume that all the options are disjoint, which means
. Then the
set of all possibilities from all the options is
.
Because the possibilities of each option is disjoint from that of
the other options,
.
Copyright © 2006-10-11 by Tak Auyeung