Answer:
-33.6
Step-by-step explanation:
1. Solve inside the brackets = 4.2
2. Multiply that by -8 = -33.6
Answer:
Answer is D hope this helps :)
Step-by-step explanation:
8*4=32 :) I hope this helps!
Assuming the order required is as n-> inf.
As n->inf, o(log(n+1)) -> o(log(n)) since the 1 is insignificant compared with n.
We can similarly drop the "1" as n-> inf, the expression becomes log(n^2+1) ->
log(n^2)=2log(n) which is still o(log(n)).
So yes, both are o(log(n)).
Note: you may have more offers of answers if you post similar questions in the computer and technology section.