If $\;\det \begin{pmatrix} a & x & x & x \\ x & b & x & x \\ x & x & c & x \\ x & x & x & d \end{pmatrix} =f(x)-xf’(x)$
where $f'(x)$ denotes the derivative of $f(x)$ w.r.t. $x$, then $f(x)$ is equal to
$(a) \quad (x-a)(x-b)(x-c)(x-d)$
$(b) \quad (x+a)(x+b)(x+c)(x+d)$
$(c) \quad 2(x-a)(x-b)(x-c)(x-d)$
$(d) \quad 2(x+a)(x+b)(x+c)(x+d)$
I have tried using the properties of determinant to get the determinant in the form of $$\det \begin{pmatrix} a & x & x & x \\ 0 & b-x & x-c & 0 \\ 0 & 0 & c-x & x-d \\ x-a & 0 & 0 & d-x \end{pmatrix}$$
which is equal to $a \det \begin{pmatrix} x & x & x \\ b-x & x-c & 0 \\ 0 & c-x & x-d \end{pmatrix} +(a-x)\det \begin{pmatrix} x & x & x \\ b-x & x-c & 0 \\ 0 & c-x & x-d \end{pmatrix}$
which seems difficult to evaluate knowing that it is a objective problem there must be some way out. Please help me with this one.