Answer:
13
Step-by-step explanation:
(3 - 2i)(3 + 2i)
Expand
(9 + 6i - 6i - 4i^2)
Add
(9 - 4i^2)
Convert i^2
i^2 = (
)^2 = -1
(9 - 4(-1))
Add
(9 + 4)
= 13
Answer:
i really dont understand is that the whole oimg??
Step-by-step explanation:
Answer:
x = 8
Step-by-step explanation:
40 + 6x + 2 = 90 {Complementary angles}
Combine like terms
40+ 2 + 6x = 90
42 +6x = 90 {Subtract 42 form both sides}
6x = 90 - 42
6x = 48 {divide both sides by 6}
6x/6 = 48/6
x = 8
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.
X = 2y
2x + 2y = 24
So if x = 2y that means 2x = 4y. Which means that 2x + 2y = 24 can be written as 4y + 2y = 24. Simplified to 6y = 24. Now we need to get 1y so we divide both sides by 6, 6y/6 = y and 24/6 = 4. so y = 4. so x= 2y can be written as x = 8.