Difficulty: Medium
Correct Answer: (x^2 + 4x + 8)(x^2 - 4x + 8)
Explanation:
Introduction / Context:
This problem tests a famous algebraic factorisation called Sophie Germain identity, used for expressions of the form x^4 + 4a^4. It helps factor a fourth-degree polynomial into two quadratics over real numbers.
Given Data / Assumptions:
Concept / Approach:
Use Sophie Germain identity:
x^4 + 4a^4 = (x^2 + 2ax + 2a^2)(x^2 - 2ax + 2a^2).
Rewrite 64 in the form 4a^4 to match the pattern.
Step-by-Step Solution:
Verification / Alternative check:
Multiply the factors: (x^2 + 8 + 4x)(x^2 + 8 - 4x) = (x^2 + 8)^2 - (4x)^2 = (x^4 + 16x^2 + 64) - 16x^2 = x^4 + 64.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing x^4 + 64 with x^4 - 64, or trying to use difference of squares directly without the Sophie Germain structure.
Final Answer:
(x^2 + 4x + 8)(x^2 - 4x + 8)
Discussion & Comments