I am trying to understand plane equations but am finding it a bit confusing. My understanding of the plane equation says that for points that lie in the plane they will give an output of $0$ i.e. $f(x) = 0$. If I want to define a plane that gives an output of 1 then I have $f(x)=1$, but isn't this the same as $f(x) - 1 = 0$, so it would be the same as defining a plane that has an intercept that is $1$ lower.
Why is it that when I see diagrams they show that the line is shifted away from the origin i.e. with a higher intercept? Why does it not now have a lower intercept?
Hint:
I suggest you how to see the question for a straight line, and you can extend easily to a plane. A stright line has equation: $$ f(x)=0 \iff ax+by+c=0 $$
If $b \ne 0$ the intercept with the $y$ axis is given by:
$$ x=0 \Rightarrow by+c=0\Rightarrow y=-\frac{c}{b} $$
If you write the new equation: $$ ax+by+c=1 $$ you find: $$ x=0 \Rightarrow by+c=1\Rightarrow y=-\frac{c}{b}+\frac{1}{b} $$ and, depending on the signs of $b$ and $c$, this adds or subtract something to the first intercept.