I got this question wrong on my midterm, I need someone to explain how did they get the answer.
$$ A(n) = \frac{2+3n}{5\sqrt{n}(1+4\log{n})} $$ $$ B(n) = \frac{2\sqrt{n}(4+7\log{n})}{\sqrt{n} + 5\log{n}} $$ $$ C(n) = 7\log{n} + 8^{(\frac{\log{n}}{9} )} $$
Answer: $$B(n) = Ө(\log {n})$$
$$ C(n) = Ө(n^\frac{1}{3}) $$
$$A(n) = Ө{(\frac{\sqrt{n}}{\log{n}})}$$
so the answer is B(n) , C(n) , A(n)
How did they get the big-Ө, can anyone explain?