Hint $\ $ By $ $ Vieta, $\,\ x^2 -\frac{10}3 x - 67\, =\, (x-a)(x-b)\iff \ \color{#0a0}{a+b} = 10/3,\ \color{#c00}{ab} = -67$
$(a-b)^2$ is symmetric in $\,a,b\,$ so by FTSP it can be written as a polynomial in $\,\color{#0a0}{a+b},\ \color{#c00}{ab}$
Indeed, applying Gauss's Algorithm we find that $\, (a-b)^2 = (\color{#0a0}{a+b})^2 -4\color{#c00}{ab}\, =\, \dfrac{16\cdot 157}9$
Remark $\ $ The same algorithm works for polynomials in any number of variables. It reduces problem like this to rote mechanical computation, i.e. no guesswork is required to solve such problems, only simple polynomial arithmetic. The algorithm yields a constructive interpretation of the FTSP = Fundamental Theorem of Symmetric Polynomials, that every symmetric polynomial has a unique representation as a polynomial in the elementary symmetric polynomials.
Gauss's algorithm may be viewed as a special case of Gröbner basis methods (which may be viewed both as a multivariate generalization of the (Euclidean) polynomial division algorithm, as well as a nonlinear genralization of Gaussian elimination for linear systems of equation). Gauss's algorithm is the earliest known use of such a lexicographic order for term-rewriting (now mechanized by the Grobner basis algorithm and related methods).