Question 129846
The symbol ! is used to denote "factorial"
For example:
5! = 5*4*3*2*1
x! = x(x-1)(x-2)(x-3)...1
The factorial is used in combinations and permutations among other places in math.