GMAT intros GMAT tutorials meet members discussion boards question bank score analytics custom tests

The Counting Principle
 

GMAT Tutorials

Algebra/The Coordinate (Cartesian) Plane



Algebra I in Simple English/Introduction to Basic AlgebraIdeas/Exponents and Powers

Exponents

Algebra I in Simple English/Factoring/Factoring a^2-b^2 Binomials

Algebra I in Simple English/Factoring/Factors of Integers

Algebra I in Simple English/Working with Numbers/Adding Rational Number

Algebra I in Simple English/Working with Numbers/Subtracting RationalNumbers

Algebra I in Simple English/Working with Numbers/Rational Numbers

Intermediate Algebra/Exponents

Algebra I in Simple English/Working with Numbers/Combining Like Terms

Mean, Median and Mode

Algebra I in Simple English/Introduction to Basic Algebra Ideas/WorkingWith Negative Numbers

Order of Operations

Partitions

Permutations

Algebra I in Simple English/Polynomials/Exponents

Algebra I in Simple English/Polynomials/Zero and Negative Exponents

STANDARD DEVIATION

Sets and the Number Line

Algebra/Slope

Surface Areas

The Counting Principle

Algebra I in Simple English/Working with Numbers/Absolute Value

Algebra I in Simple English/Introduction to Basic Algebra Ideas/SolvingEquations Using Properties of Mathematics

Basic Rules of Exponents

Geometry/Circles/Arcs

Combinations

Computing Probabilities

Algebra I in Simple English/Polynomials/Adding and SubtractingPolynomials

The Counting Principle

The counting principle is the guiding rule for computing the number of elements in a cartesian product. Suppose that S and T are finite sets with m and n elements, respectively. The cartesian product of S and T is given by

S \times T = \{ (x, y) | x \in S \wedge y \in T \} .

The number of elements in the cartesian product S x T is equal to mn. Note that the total number of outcomes does not depend of the order in which the experiments are realized.

Image:countingprinciple.png

Example: Consider an experiment consisting of flipping a coin and rolling a die. There are two possibilities for the coin, heads or tails, and the die has six sides. The total number of outcomes for this experiment is 2 x 6 = 12. That is, there are twelve outcomes for the roll of a die followed by the toss of a coin: 1H, 1T, 2H, 2T, 3H, 3T, 4H, 4T, 5H, 5T, 6H, 6T.


The counting principle can be extended to compute the number of elements in the cartesian product of multiple sets. Consider the finite sets S_1, S_2, \ldots, S_rand their cartesian product

S_1 \times S_2 \times \cdots \times S_r
= \left\{ (s_1, s_2, \ldots, s_r) | s_p \in S_p \right\} .

If we denote the cardinality of Sp by np = | Sp | , then the number of distinct ordered r-tuples of the form (s_1, s_2, \ldots, s_r)is n = n_1 n_2 \cdots n_r.

Example - Sampling with Replacement and Ordering: An urn contains n balls numbered 1 through n. A ball is drawn from the urn, and its number is recorded on an ordered list. The ball is then replaced in the urn. This procedure is repeated k times. We wish to compute the number of possible sequences that results from this experiment. There are k drawings and n possibilities per drawing. Using the counting principle, we conclude that the number of distinct sequences is nk.

Example: The power set of S, denoted by 2S, is the set of all subsets of S. In set theory, 2S represents the set of all functions from S to {0, 1}. By identifying a function in 2S with the corresponding preimage of one, we obtain a bijection between 2S and the subsets of S. In particular, each function in 2S is the characteristic function of a subset of S.

Suppose that S is finite with n = |S| elements. For every element of S, a characteristic function in 2S is either zero or one. There are therefore 2n distinct characteristic functions from S to {0, 1}. Hence, the number of distinct subsets of S is given by 2n.

Image:powerset.png