If f(x2)=x4−6x2+5, which of the following must be true?
The problem checks your understanding of plugging one expression g(x) into another f(x).
To substitute g(x)=x−1 for x in f(x)=2x2+4x+7, I replace for clarity the dummy input variable by z and put protective parentheses around each of its occurrences. f(z)=2(z)2+4(z)+7f(x−1)=2(x−1)2+4(x−1)+7.
Observe that the relation z=x−1 can be uniquely solved for x, z=x−1⇔x=z+1,
The replacement g(x)=x2 isn’t invertible for all real x. Only for x≥0 we have z=x2⇔x=√z. Therefore, we can’t recover f(z) completely. Indeed, even f1(z)={1+4cosz, if z<0z2−6z+5, if z≥0
GMAT problems don’t expect you to deal with this kind of intricacies, and it should be safe to take f(z)=z2−6z+5 even for z<0. To recover f(z), I substituted z for x2 in f(x2)=x2⋅x2−6⋅x2+5.
A statement like f(x2)=f(2−x2) has to be translated carefully, f(x2)⇝f(z)⇝f(2−x2),
Similarly, the test input x=0 doesn’t solve any of the equations x4−6x2+5=(1+x2)2−6(1+x2)+5x4−6x2+5=(3−x2)2−6(3−x2)+5x4−6x2+5=(5−x2)2−6(5−x2)+5,
If the answer choices of a GMAT problem contain a variable x (function, equation, inequality), the answer choices are supposed to be true for all values of x. It’s usually cheap and fast to discard wrong answers by plugging in test values.