Option A,
let eqn 1 be: -m1x+y=b1
let eqn 2 be: -m2x+y=b2
eqn1 - eqn2 => (m2-m1)x = b1-b2
now, if there is only 1 unique solution, that means,
in c1V1=0, there is no ci that is not equal to zero, therefore c1=0 => m2-m1 = 0 => m2==m1
and b1-b2 =0, => b1==b2.
I know my answer is not very clear, but let me know what you didnt understand