Answer:
a circle with center at (h, k) or (3, -4) and radius 3
Step-by-step explanation:
Next time, please share the answer choices.
(x - 3)^2 + (y + 4)^2 = 9 = 3^2
is a circle with center at (h, k) or (3, -4) and radius 3.
Answer:
what set of numbers??
you haven't provided any set of numbers
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.
This is the "commutative property of addition." The order in which you add numbers together doesn't matter, and doesn't change your final results.