For the two lines to have no solutions, then the lines must never intersect with each other. To accomplish this, for instance, if both were in the form of

, then we make both lines
equal in gradient,
but vertical translation must never equal so that they never intersect.
In this case, we can use matrices and find the determinant, then make it equal to zero to find the value of one variable that will make the system of 2 linear equations have either infinite solutions, or no solutions.
Firstly, divide the second equation by half so that the both of the equations have the coefficient of x as equal. For the left side of the equation, we can use the matrix method explained above.
Note that this is one way of approaching of finding the value of c, and you can do this without using the matrix method (you can find that for yourself, it's also in front of you).
 = - \frac{1}{2} + c = 0<br />\\ \therefore c = \frac{1}{2}<br />\end{aligned})
Great! We've fulfilled the first requirement of having a system of linear equations of no solutions.
Now to deal with the constants at the right side of both equations (
assuming z is an arbitrary constant, as x and y are independent and dependent variables respectively). Both lines must not have the same vertical translations, hence:

Just to make it clear for the and/or bit:

(In English: e can equal 4
but d must not equal -6) OR

OR

These are the possible solutions for d and e with

, for the system of linear equations to have no solution.
If you don't understand this last bit

To solve this, imagine them both as linear equations. If both lines are equal (infinite solution), then the substituting those values of d and e will make the system of linear equations behave as having infinite solutions.
I'll leave it there, hopefully you can finish the rest from here
