Can you help me figuring out how to solve the next problem?
If the points M and N have affine coordinates $(m_1,m_2,m_3)$ and $(n_1,n_2,n_3)$ with respect to some points A,B,C, then the points X of the line MN have the affine coordinates $(x_1,x_2,x_3) = m (m_1,m_2,m_3) + n (n_1,n_2,n_3)$ with respect to A,B,C. Prove that, up to a scalar multiple, there exists an unique triplet $(p_1,p_2,p_3)$ of real numbers having the property: $(p_1,p_2,p_3) * (x_1,x_2,x_3) = 0$ for every X belonging to MN.
Thank you.