Regroup 14.1 and youll get it so easy
The value of X = 10. A is the answer. You will equate the denominator by multiplying by the numerator and eventually you will get you answer which is 10
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.
Step-by-step explanation:
You have 5 digits.Youdonot say if duplication is allowed. I will assume not
For the first digit you have 5 choices. One of the 5 digits is gone.
You now have 4 digits to choose from. You pick one. Now you have but 3 left.
The total answer if 5*4*3*2*1 = 120
The first one is < because if you have 5 part of 7, you have more parts than if you have 4 parts of 7, but it’s negative so it’s the opposite