Confusion
Bunuel
Official Solution:
If \(a\), \(b\), and \(c\) are different constants, how many different numbers \(y\) are there such that \(a*y + b = c\)?
A. 0
B. 1
C. 2
D. Infinitely many
E. Cannot be determined from the given information
Given \(c\) and \(b\) are different numbers, then \(c - b \neq 0\), this means \(a*y = c - b = some \ nonzero \ number\).
If \(a = 0\), then no value of \(y\) can satisfy this equation, as \(0*y = nonzero \ number\) has no solutions for \(y\).
If \(a \neq 0\), then only 1 value of \(y\) can satisfy this equation, since in this case \(y = \frac{c - b}{a}\).
Therefore, there is either one solution or no solution, depending on the value of \(a\).
Answer: E
I don’t quite agree with the solution. A,b and c are different. So a can never be 0 as c-b can never be 0 since they are different/distinct. And if a is 0 and b & c are different and not equal to each other, then the equation itself will not hold true
That’s the point. We have the equation a*y + b = c.
If a = 0, then the equation becomes b = c, which is impossible since b ≠ c, so if a = 0, there is no solution. No y can satisfy ay + b = c. For example, if a = 0, b = 1, and c = 2, then we get 0*y + 1 = 2, and no y can satisfy this equation.
If a ≠ 0, then y = (c - b)/a, so one solution.
Since we don’t know whether a = 0 or a ≠ 0, we cannot determine the number of solutions. The answer is E.