Bunuel
If y = ax + b and y = cx + d for all values of x, where a, b, c, and d are constants, then all the following must be true EXCEPT:
A. a = c
B. ac = -1
C. a^2 = c^2
D. \(|a| = \sqrt{c^2}\)
E. ac + 1 > 0
Kudos for a correct solution. 800score Official Solution:Since y is equal to both ax + b and cx + d, we know that:
ax + b = cx + d.
Since it is true for any value of x, let’s plug in x = 0. It yields b = d.
If we plug in x = 1. It yields a + b = c + d. We already know that b = d, so a = c
You may think of the formulas as the two expressions representing the same line. That results in the fact that these expressions are the same.
Let’s look at the choices one by one, to determine which is NOT NECESSARILY true.
Choice (A): We have established above that this must be true.
Choice (B): This CANNOT be true. Since a and c must be the same number, their product cannot be negative.
Choice (C): This means that |a| = |c|. Since a = c, this must be true.
Choice (D): √(c²) is equal to |c|. So the equation in the answer choice becomes |a| = |c|, which is the same as the equation in choice (C), so it must be true.
Choice (E): Since a and c must be the same number, ac + 1 must be positive.
The correct answer is B.