Let $A, B\in M_{3\times 3}(R)$ such that $$\det(A)=\det(A+B)=\det(A-B)=0$$ Show that $ \det(A+2B)=3\det(B)$
Observe that $$\det(A+0B)=\det(A+B)=\det(A-B)=0$$ and hence the $3\!-\!\mathrm{degree}$ polynomial of$$\det(A+tB)$$ has roots $t=0,1,-1$
But unfortunately there is nothing more I can tell.
Could anyone give me some hint please?
$$\det(A+tB)=c\cdot t(t-1)(t+1)\tag{1}$$
If $t\neq0$, rewrite (1) it as
$$\det\left(\frac1tA+B\right)=c\cdot \left(1-\frac{1}{t^2}\right)$$
Let $t\to\infty$, we get
$$\det B=c$$
Let $t=2$ in eq.(1)
$$\det(A+2B)=6c=6\det B$$
Remarks:
The OP is incorrect, take an example:
$$A=diag(0,1,1),~~~~B=diag(1,1,-1)$$
which satisfies $$\det A=\det(A+B)=\det(A-B)=0$$
Hence, $A+2B=diag(2,3,-1)$, and easy to check
$$\det(A+2B)=-6=6\det B$$