Step 1: Rewrite both equations into the form $y = f(x)$:
$$\begin{aligned}
y &= 3x^2 - 17x - 28 \\
y &= \frac x3 + \frac13
\end{aligned}$$
Step 2: Subtract one equation from the other:
$$0 = 3x^2 - 17x - \frac x3 - 28 - \frac13$$
Step 3: Observe that the right-hand side is negative at $x = 0$ (since the constant term is negative) and tends to $+\infty$ as $x$ tends to either $+\infty$ or $-\infty$ (since the coefficient of the $x^2$ term is positive). Thus, there must be at least one positive and one negative solution. And two is the maximum number of solutions a (non-degenerate) quadratic equation can have, so there cannot be more.
Ps. If the constant term had happened to be positive, we would've had to check whether the right hand side might still be negative somewhere else. A useful trick here is to find the minimum of the RHS from step 2 by taking its derivative with respect to $x$ and setting it to zero:
$$\frac{d}{dx} 3x^2 - 17x - \frac x3 - 28 - \frac13 = 2 \cdot 3x - 17 - \frac13 = 0 \\ \implies x = \frac{17 - \frac13}{6} = \frac{51 - 1}{18} = \frac{25}{9}$$
which you can then plug into the RHS to see if it's positive, zero or negative there (yielding 0, 1 or 2 solutions respectively). But depending on how fast you work and what tools you have, that may take a bit more than a minute.
Of course, if you expect that there are two solutions and just want to confirm it, you just need to find some value of $x$ for which the RHS is negative. So for a quick and dirty check, you could just pick some nice and round value of $x$ close to the minimum like, say, $x = 3 \approx \frac{25}{9}$, and plug that in. If you get a negative value, that's already enough to confirm the existence of two solutions.