There is a real such that . What is the sum of the digits of ?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Factor n! out of both factorials: (n+1)! + (n+2)! = n!(n+1)(n+3), so (n+1)(n+3) = 440 = 20 times 22.
Solution
Both factorials on the left contain as a factor:
So the left side is
Dividing the equation by leaves .
We need two numbers that differ by and multiply to . Since , try . Hence and .
The sum of the digits of is . The answer is .
Why this works
Factorials of nearby integers are all multiples of the smallest one, so pulling out converts a factorial equation into a polynomial one. A product of two numbers with a fixed difference is found fastest by estimating the square root of the product. Do not forget the final step: the question asks for the digit sum, not .
Alternative approach
Expanding gives , so and .
The trap
Expanding (n+2)! as (n+2) times n! instead of (n+2)(n+1) times n!, which leads to a wrong quadratic.
Common mistakes
- Expanding (n+2)! as (n+2) times n! instead of (n+2)(n+1) times n!, which leads to a wrong quadratic.
- Answering (or a choice near it) instead of the digit sum .
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Set up the equation/formula and compute; no special trick needed