How do you getfor
?


Fpr those who didn't "get it", both n! andhave n- 1 factors (not counting the "1" in n!). Just compare the size of the factors. n! is the product of all numbers from n down to 2 while
has all "2"s. 2= 2 while 3> 2 so 3(2)> 2(2), 4> 2 so 4(3)(2)> 2(2)(2), 5> 2 so 5(4)(3)(2)> 2(2)(2)(2), etc.