Page 1
Wink Notes
B.Tech CSE — 3rd Semester
Discrete Structures and Theory of Logic
— Unit - 4 —
1. Fundamental Principles of Counting
Combinatorics is the branch of mathematics dealing with counting, arrangement, and combination of objects.
1.1 The Rule of Sum (Addition Principle)
If task A can be done in ways and task B can be done in ways, and the tasks are mutually exclusive (they cannot be done at the same time), then either task A OR task B can be done in ways.
1.2 The Rule of Product (Multiplication Principle)
If a procedure can be broken down into two successive stages, where the first stage can occur in ways and the second stage can occur in ways, then the total procedure can occur in ways.
(Keyword clue: 'OR' usually means Add, 'AND' usually means Multiply).