8. Now I deserve brainliest:)
Answer:
a₇₆ = - 134
Step-by-step explanation:
The n th term of an arithmetic sequence is
= a₁ + (n - 1)d
where a₁ is the first term and d the common difference
Here a₁ = 16 and d = a₂ - a₁ = 14 - 16 = - 2, then
a₇₆ = 16 + (75 × - 2) = 16 - 150 = - 134
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.
Hi there!
x - 3y = 9
x = 9 + 3y
-4x + y = 8
-4(9+3y) + y = 8
-36 - 12y + y = 8
-36 - 11y = 8
-11y = 44
-y = 4
y = -4
x - 3y = 9
x - 3(-4) = 9
x + 12 = 9
x = 21
So, your answers are y = -4 and x = 21.
Hope this helps!