Factorials Flashcards
(11 cards)
What are factorials used for?
Used for arranging and counting possibilities
Example; You have five books and want to know how many different ways they can be arranged. We can use the factorial of 5 (5!) to calculate this. 5! = 5 x 4 x 3 x 2 x 1 = 120, so there are 120 ways you could organise them.
How do you calculate the number of ways to pick 2 books from 5?
5! / [ 2! ( 5 - 2 )! ] = 10
This is derived from the formula n! / [ r! ( n - r )! ] where n is the total number of items and r is the number of items you are choosing.
What does n represent in the formula n! / [ r! ( n - r )! ]?
Total number of items
What does r represent in the formula n! / [ r! ( n - r )! ]?
Number of items you are choosing
What does n - r represent in the formula n! / [ r! ( n - r )! ]?
Number of items you’re not choosing
Fill in the blank: x ( x - 1 )! = _______
x!
Fill in the blank: x! ( x + 1 ) = _______
( x + 1 )!
What is the simplified expression for x! + ( x + 1 )!?
x! ( x + 2 )
Derived from the equation x! + x! ( x + 1 ) = x! ( 1 + x + 1 ).
What is the result of ( n + 2 )! - n!?
n! ( n^2 + 3n + 1 )
This is simplified from ( n + 2 ) ( n + 1 ) n! - n!.
True or False: 5! = 120.
True
What is the factorial of 5 (5!)?
5 x 4 x 3 x 2 x 1 = 120