How to find the big-theta for a growth function

60 Views Asked by At

Is it possible to find the big theta of the growth function : $$f(n) = \frac{5*n * 2^n + n^3 + 1}{n+5}$$

I know I need to show this function to be a set of big O and big Omega but i do not know how to start