Help me please with system.
It turned out this way: Multiply system 2
4x + by = 4
2bx + 2y = 4
The system has no solutions if:
4x + by ≠ 2bx + 2y
x (4 - 2b) ≠ y (2 - b)
2x (2 - b) ≠ y (2 - b)
For any b ≠ 2, the system will have only one solution.
And when b = 2 - infinite number of solutions:
4x + 2y = 4
2x + y = 2
Does it mean that for any b there will be such that the system has no solution?
It seems to me that when b = -2 will not solutions ....
Yes it is correct indeed the system is
and for $b=-2$
We can solve the problem in a more sistematic way by the RREF on the augmented matrix, that is
$$\left[ {\begin{array}{rr|r} 4&b&4\\ b&1&2\\ \end{array} } \right]\to \left[ {\begin{array}{rr|r} 4b&b^2&4b\\ 4b&4&8\\ \end{array} } \right]\to \left[ {\begin{array}{rr|r} 4b&b^2&4b\\ 0&4-b^2&8-4b\\ \end{array} } \right]$$
and thus the system has no solution for
that is precisely $b=-2$.