To express the notation in Theta, We need to look at the term that grows the most with respect to larger input size.
If "n" is bigger, 1000n^3 grows bigger relatively more than other n^2 or n parts.
So the ans should be theta(n^3)