How would I prove or disprove this?
I tried it like this:
$$8^{n-3}\in O\left(2^n\right)$$ $$8^{n-3}\leq c\cdot 2^n$$ $$8^n\cdot8^{-3}\leq c\cdot 2^n$$ $$8^n\leq c\cdot 2^n$$
(We can remove the $8^{-3}$ because it is a constant)
But I'm really unsure. Is this even correct? What would c have to be then?