Download multiplication rule

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Association rule learning wikipedia , lookup

Transcript
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
CHAPTER 4a
Counting Techniques
4-1
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Objectives

Determine the number of outcomes of a
sequence of events using a tree diagram.

Find the total number of outcomes in a
sequence of events using the multiplication
rule.

Find the number of ways r objects can be
selected from n objects using the permutation
rule.

Find the number of ways r objects can be
selected from n objects without regard to order
using the combination rule.
4-2
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Introduction

Many problems in probability and statistics
require a careful analysis of the outcomes of a
sequence of events.

A sequence of events occurs when one or
more events follow one another.
4-3
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Introduction (cont’d.)

Sometimes the total number of possible
outcomes is enough; other times a list of all
outcomes is needed.

One can use several methods of counting
here: the multiplication rule, the permutation
rule, and the combination rule.
4-4
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Tree Diagram

A tree diagram is a device used to list all
possibilities of a sequence of events in a
systematic way.
4-5
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Multiplication Rule

The multiplication rule can be used to
determine the total number of outcomes in a
sequence of events.

In a sequence of n events in which the first
one has k1 possibilities and the second event
has k2 and the third has k3, and so forth, the
total number of possibilities of the sequence
will be:
k1  k2  k3      kn

Note: “And” in this case means to multiply.
4-6
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Permutations

A permutation is an arrangement of n objects
in a specific order.

The arrangement of n objects in a specific
order using r objects at a time is called a
permutation of n objects taking r objects at a
time. It is written as nPr, and the formula is:
n!
n Pr 
(n  r )!
4-7
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Combinations

A selection of distinct objects without regard
to order is called a combination.

The number of combinations of r objects
selected from n objects is denoted nCr and is
given by the formula:
n!
n Cr 
(n  r )!r !
4-8
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Summary
Rule
Multiplication rule
k1  k2  k3      kn
Permutation rule
n!
n Pr 
(n  r )!
Combination rule
n!
n Cr 
(n  r )!r !
Definition
The number of ways a sequence of n events can
occur; if the first event can occur in k1 ways,
the second event can occur in k2 ways, etc.
The arrangement of n objects in a specific order
using r objects at a time
The number of combinations of r objects
selected from n objects (order is not important)
4-9
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Conclusions

A tree diagram can be used when a list of all
possible outcomes is necessary. When only
the total number of outcomes is needed, the
multiplication rule, the permutation rule, and
the combination rule can be used.
4-10