Activity 2: FACTORIAL NOTATION
Evaluate each of the following examples:
7! = 7.6.5.4.3.2.1 = 5,040
10! = 10.9.8.7.6.5.4.3.2.1 = 3,628,800
Remember: n! = n(n-1)(n-2)...(3)(2)(1), where n is a positive integer; 0! = 1
n! is read as "n factorial"
2^4 = 2.2.2.2 = 16
3(11 - 8)! = 3.3.2.1 = 18
5^2 = 5.5 = 25