I have to use properties of determinants to show that
$$\left| \begin{array}{ccc} b^2+c^2 & ab & ac \\ ab & a^2+c^2 & bc \\ ac & bc & a^2+b^2 \end{array} \right| = 4a^2b^2c^2$$
I am tempted to start by reducing the above expression to
By dividing respective rows by a,b,c and multiplying respective columns by a,b,c, $$\left| \begin{array}{ccc} b^2+c^2 & b^2 & c^2 \\ a^2 & c^2+a^2 & c^2 \\ a^2 & b^2 & a^2+b^2 \end{array} \right|$$
and it's a road-bock ahead.
Please provide a hint. I would appreciate if you don't provide the whole solution, but just a hint.
You have to compute
$$ D=\left| \begin{array}{ccc} y+z & y & z \\ x & x+z & z \\ x & y & x+y \end{array} \right| $$
where $x=a^2,y=b^2,z=c^2$. You can proceed as follows :
$$ \begin{array}{lcl} D &=& \frac{1}{x}\left| \begin{array}{ccc} xy+xz & xy & xz \\ x & x+z & z \\ x & y & x+y \end{array} \right| \\ &=& \frac{1}{x}\left| \begin{array}{ccc} 0 & xy-y(x+z)-z(y) & xz-y(z)-z(x+y) \\ x & x+z & z \\ x & y & x+y \end{array} \right| \\ &=& -2yz\left| \begin{array}{ccc} 0 & 1 & 1 \\ 1 & x+z & z \\ 1 & y & x+y \end{array} \right| \\ \end{array} $$
Since you insist on not being provided the full solution, I stop here.