Answer:
25
simple, when you add another number into the sequence, it is increased by 1 per each number...
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.
Answer:
B. 7 inches
Step-by-step explanation:
The surface area of a cube is denoted by: A = 6s², where s is the side length.
Here, we know that A = 294 in², so plug this into the equation to solve for s:
A = 6s²
294 = 6s²
s² = 49
s = √49 = 7
The answer is thus B, 7 inches.
1) Always be polite and professional.
2) Specifically address the points that you disagree with.
3) Provide Evidence.
4) Close with a brief summary of your rebuttal.