If both $x$ and $y$ are solutions to a system of linear equations with infinite solutions then
$$z = αx + (1 −α)y$$ is also a solution for any real α.
I'm having some trouble understanding this. Can you explain how this is derived and also its intuition?
I understand that multiplying for example $x$ by a scalar usually necessitates a change in $y$ for $z$ to be a solution, but how do we know that scalar is $1-α$?
Let $x$ be a solution to $Ax=b$ and let $y$ be a solution too, i.e. $Ay=b$. Testing $z=\alpha x+(1-\alpha)y$ $$ Az=A(\alpha x+(1-\alpha)y)=\alpha Ax+(1-\alpha)Ay=\alpha b+(1-\alpha)b= (\alpha+1-\alpha)b=b. $$ Thus $z$ is a solution too.
Intuition: all solutions to $Ax=b$ span a linear manifold, think a plane in $\mathbb{R}^3$. The condition $z=\alpha x+(1-\alpha)y$ is a parameter equation for a line through points $x$ and $y$. Clearly if $x$ and $y$ are on the plane, then the whole line through them (any $z$ on the line) is also on the plane.