Problem

Add the numbers across each row of Pascal’s triangle. Do the results look familiar?Example...

Add the numbers across each row of Pascal’s triangle. Do the results look familiar?

Example Finding All Subsets of a Set Systematically Find all subsets of the set {1, 2, 3, 4}.

We can organize this problem by considering subsets according to their size, going from 0 to 4. This method is illustrated in the following table.

Size of

Subset

Subsets of This Size

 

Number of Subsets

of This Size

0

1

1

{1}, {2}, {3}, {4}

4

2

{1, 2}, {1, 3}, {1, 4}, {2, 3}, {2, 4}, {3, 4}

6

3

{1, 2, 3}, {1, 2, 4}, {1, 3, 4}, {2, 3, 4}

4

4

{1, 2, 3, 4}

1

5

 

Total = 16

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search