Question Statement:-
Prove that:- $$\begin{vmatrix} b+c-a-d & bc-ad & bc(a+d)-ad(b+c)\\ c+a-b-d & ca-bd & ca(b+d)-bd(c+a)\\ a+b-c-d & ab-cd & ab(c+d)-cd(a+b)\\ \end{vmatrix}\qquad\qquad=2(a-b)(b-c)(c-a)(a-d)(b-d)(c-d)$$
Attempt at a solution:-
I tried to write the given determinant as the product of two other determinants but was not able to come up with anything worthwhile. My attempt was to think on seeing the first column that the determinant would look somehow like this $$\begin{vmatrix} b+c & -1 & ?\\ c+a & -1 & ?\\ a+b & -1 & ?\\ \end{vmatrix}\begin{vmatrix} 1 & a+d & ?\\ 1 & b+d & ?\\ 1 & c+d & ?\\ \end{vmatrix}$$
The question marks represent those entries of the determinant which I was not able to come up with to obtain the original matrix.
It will be very helpful if you could guide me in the right direction to obtain the the determinants whose product gives the original determinant.
If you have an easier method then it would be very helpful too.