Recall: Let us recall two useful result to solve this kind of exercise.
1. A system of equation Ax=b has a solution if and only if b can be written as a linear combination of columns of A.
2. A system of equation Ax=b, b≠0 has a unique solution if and only if A is invertible.
Let A be the given matrix and b be the given vector. Note that
A=(12421212(a−4))andb=(64a)
Note that we can very easily calculate the determinant of A by applying elementary column/row operation. Basically, our idea is to convert the given matrix into a lower triangular matrix by using elementary column operation. Then by multiplying all its diagonal entries we can find the determinant.
Note that
A=(12421212(a−4))C3←C3−2C2→(12021012(a−8))C2←C2−2C1→(1002−3010(a−8))
It follows that
det
To have a unique solution to the given system we must need \det A\neq 0, that means,
a-8\neq 0\implies a\neq 8.
Therefore, the correct answer is D.