It should be easily provable that for any polynomial $x\to P(x)$ : $$P(x)e^{-x}$$ will be exponentially decaying for large enough $x$.
It's derivative is $$P'(x)e^{-x} - P(x)e^{-x} = e^{-x}(P'(x)-P(x))$$
Only has zeros where $P'(x)-P(x) = 0$.
Since this is a polynomial of same degree as $P(x)$ by the fundamental theorem of algebra it will have at most degree of $P(x)$ number of real zeros.
Now we have proven monotocity for all $x$ above some largest $x$, let us call it $x_0$. What remains is to prove limit at infinity is $0$.
This you can probably finish, I suppose.
Added for rigour: This question assumes a couple of things:
Our function is differentiable. This is ensured by a theorem saying that the product of two differentiable functions is differentiable.
The product theorem of differentiable functions $$(f(x)g(x))' = f'(x)g(x) + f(x)g'(x)$$
A differentiable function which has no zeros in the derivative on an interval is strictly monotonic on this interval.
The function has a limit 0 as $t\to \infty$. Limits are usually treated before derivatives are introduced in course literature. One of the main reasons for this being, that differentiation in such literature often is defined as a limit:
$$f'(x) = \lim_{h\to 0} \left\{ \frac{f(x+h)-f(x)}{h} \right\}$$