So i'm doing some problems from quadratic equations, this one in particular is supposed to be solved with vieta's formulas, I'm quite lost at what to do since there is a minus here, for example in solving $x_1^2+x_2^2$ for the same equation, its just a matter of adding $+2x_1x_2 -2x_1x_2$ to it and then inserting vieta's formulas in, but I have no idea what to do with -.
\begin{aligned} & x^2-3 x-10=0 \\ & x_1^2-x_2^2=? \end{aligned}
HINT…try using $$(x_1-x_2)^2=(x_1+x_2)^2-4x_1x_2$$