What will be the result of the following MS Excel formula? = FACT(0) + FACT(3) + FACT(5)?
What will be the result of the following MS Excel formula? = FACT(0) + FACT(3) + FACT(5)?
Explanation
The Excel FACT function returns the factorial of a given number. For example, = FACT(3) returns 6, equivalent to 3 x 2 x 1. FACT(0) + FACT(3) + FACT(5) = 1 + 3 x 2 x 1 + 5 x 4 x 3 x 2 x 1 FACT(0) + FACT(3) + FACT(5) = 1 + 6 + 120 FACT(0) + FACT(3) + FACT(5) = 127