Problem 1 : show that 3n2 + 25 is O(n2).
Problem 2 : if 4n3 + 7n2 + 12 is O(n3) find its corresponding n0 and k according to the Big O notation formula. problem 3 : show that nlog(n) β 2n + 13 is β¦(nlog(n)).
problem 4 : show that n2 + 5n + 7 is Ξ(n2). problem 5 : show that 0.5n2 β 3n is Ξ(n2).
problem 6 : show that 3n2 + 8nlog(n) is Ξ(n2).




