Official Solution:If \(x\) is a non-zero integer and \(|x^2 - 2| - |x - 2| = -2\), what is the value of \(x^4 - 5x^2 + 4\)?A. -4
B. -2
C. 0
D. 2
E. 4
Re-arrange \(|x^2 - 2| - |x - 2| = -2\) to \(|x^2 - 2| + 2 = |x - 2|\).
Notice that if \(x\) is a positive integer or 0, then \(|x^2 - 2|\) is more than or equal to \(|x - 2|\) (they are equal when \(x=0\) or \(x=1\)). Thus, \(|x^2 - 2| + 2\) will always be greater than \(|x - 2|\). Therefore, \(x\) cannot be positive.
Now, when \(x < 0\), \(|x - 2| = -(x-2) = 2 - x\). In this case, we'd have \(|x^2 - 2| - (2 - x) = -2\), which simplifies to \(|x^2 - 2| = -x\).
Square both sides: \(x^4 - 4x^2 + 4 = x^2\).
Re-arrange: \(x^4 - 5x^2 + 4 = 0\). This is exactly what we were asked to find.
Answer: C