Which of the following numbers is a perfect square?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
n!(n+1)! = (n!)^2 (n+1), so the expression is a square exactly when (n+1)/2 is a square; 18/2 = 9 works.
Solution
Every choice has the form . Since ,
The factor is already a perfect square, so the whole number is a perfect square exactly when is a perfect square.
Check the five values of :
- : , not an integer.
- : , not a square.
- : , not an integer.
- : . Yes.
- : , not an integer.
The answer is .
Why this works
Strip away the part that is obviously a square and examine what is left. Because and share the factor , their product is a square times , which turns an intimidating factorial question into "is a square?" Look for hidden squares before doing any prime-factor counting.
The trap
Trying to compute or factor the huge factorials instead of pulling out the square factor (n!)^2.
Common mistakes
- Trying to compute or factor the huge factorials instead of pulling out the square factor (n!)^2.
- Checking whether (rather than ) is a square, which selects and choice (B).
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Use the answer choices (mod checks, size, form) to eliminate or select