The task is to find the variables a, b so that, the planes $E1, E2 $ and $E3$,
1) have no common point
2) have a common point
The equations are:
$$E1: 1x - 1y - 1z = -2$$
$$E2: 3x +1y -1z = b$$
$$E3: ax + 8y+2z =7$$
I think task 1 has to solved like this: Means one line gives no sense:
$$ \begin{pmatrix} x & y & z & ? \\ x & y & z & ? \\ 0 & 0 & 0 & 4\\ \end{pmatrix}$$
2 like this so that there is a unique solution:
$$ \begin{pmatrix} 1 & 0 & 0 & ? \\ 0 & 1 & 0 & ? \\ 0 & 0 & 1 & ?\\ \end{pmatrix}$$
Are my two approaches correct? And how should i start? Thanks