Rule of Sum and Rule of Product

The Rule of Sum (Addition Principle) and Rule of Product (Multiplication Principle) are principles of counting that are used to build up the theory of enumerative combinatorics.

Rule of Sum / Addition principle: If there are n n ways of doings something, and m m ways of doing another thing, both of which cannot be done at the same time, then there are n+m n+m ways to choose one of these actions.

Rule of Product / Multiplication principle: If there are n n ways of doing something, and m m ways of doing another thing after that, then there are n×m n\times m ways to perform both of these actions.

Worked Examples

1. Calvin wants to go to Milwaukee. He can choose from 33 bus services or 22 train services to head from home to downtown Chicago. From there, he can choose from 2 bus services or 3 train services to head to Milwaukee. How many ways are there for him to get to Milwaukee?

Solution: Since Calvin can either take a bus or a train downtown , he has 3+2=5 3+2 =5 ways to head downtown (Rule of Sum). After which, he can either take a bus or a train to Milwaukee, hence he has another 2+3=5 2+3=5 ways to head to Milwaukee (Rule of Sum). Thus in total, he has 5×5=25 5 \times 5 = 25 ways to head from home to Milwaukee (Rule of Product).

 

2. Calvin wants to go to Milwaukee (see previous question). This time, he has to purchase a bus concession (which will only allow him to take buses), or a train concession (which will only allow him to take trains). If he only has money for 11 of these concessions, how many ways are there for him to get to Milwaukee?

Solution: If Calvin purchases a bus concession, he has 3×2=6 3 \times 2=6 ways to get to Milwaukee (Rule of Product). If Calvin purchases a train concession, he has 2×3=6 2\times3=6 ways to get to Milwaukee (Rule of Product). Hence, he has 6+6=12 6+6=12 ways to get to Milwaukee in total (Rule of Sum).

 

3. Six friends Andy, Bandy, Candy, Dandy, Endy and Fandy want to sit in a row at the cinema. If there are only six seats available, how many ways can we seat these friends?

Solution: For the first seat, we have a choice of any of the 6 friends. After seating the first person, for the second seat, we have a choice of any of the remaining 5 friends. After seating the second person, for the third seat, we have a choice of any of the remaining 4 friends. After seating the third person, for the fourth seat, we have a choice of any of the remaining 3 friends. After seating the fourth person, for the fifth seat, we have a choice of any of the remaining 2 friends. After seating the fifth person, for the sixth seat, we have a choice of only 1 of the remaining friends. Hence, by the Rule of Product, there are 6×5×4×3×2×1=720 6 \times 5 \times 4 \times 3 \times 2 \times 1 = 720 ways to seat these 6 people. More generally, this problem is known as a Permutation. There are n!=n×(n1)×(n2)××1 n! = n \times (n-1) \times (n-2) \times \ldots \times 1 ways to seat n n people in a row.

 

4. How many positive divisors does 2000=2453 2000 = 2^4 5^3 have?

Solution: Any positive divisor of 2000 must have the form 2a5b 2^a 5^b, where a a and b b are integers satisfying 0a4,0b3 0 \leq a \leq 4, 0 \leq b \leq 3. There are 5 possibilities for a a and 4 possibilities for b b, hence there are 5×4=20 5 \times 4 = 20 (Rule of Product) positive divisors of 2000 in all.

#Combinatorics #RuleOfSum #RuleOfProduct #KeyTechniques

Note by Arron Kau
7 years, 2 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

The last two of them really helped thank you!

Suraj Iyyengar - 6 years, 8 months ago
×

Problem Loading...

Note Loading...

Set Loading...