According to the logarithmic property of base change, the correpta answer is option one or the first.
The logarithmic property of base change says that
loga (b) = logc (b) / logc (a)
Therefore the same property applies to this problem and the correct expression for this question is:
logb (x) / logb (a)
Answer:
-1-(-3)
Step-by-step explanation:
hope this helps
Answer:
x^2+10x+24
Step-by-step explanation:
(x+6)×(x+4)
=x^2+4x+6x+24
=x^2+10x+24 (ans)
Answer:
(4, 5 )
Step-by-step explanation:
x + y = 9 → (1)
x - y = - 1 → (2)
adding the 2 equations term by term will eliminate y
2x + 0 = 8
2x = 8 ( divide both sides by 2 )
x = 4
substitute x = 4 into either of the 2 equations and solve for y
substituting into (1)
4 + y = 9 ( subtract 4 from both sides )
y = 5
solution is (4, 5 )
Let,
f(x) = -2x+34
g(x) = (-x/3) - 10
h(x) = -|3x|
k(x) = (x-2)^2
This is a trial and error type of problem (aka "guess and check"). There are 24 combinations to try out for each problem, so it might take a while. It turns out that
g(h(k(f(15)))) = -6
f(k(g(h(8)))) = 2
So the order for part A should be: f, k, h, g
The order for part B should be: h, g, k f
note how I'm working from the right and moving left (working inside and moving out).
Here's proof of both claims
-----------------------------------------
Proof of Claim 1:
f(x) = -2x+34
f(15) = -2(15)+34
f(15) = 4
-----------------
k(x) = (x-2)^2
k(f(15)) = (f(15)-2)^2
k(f(15)) = (4-2)^2
k(f(15)) = 4
-----------------
h(x) = -|3x|
h(k(f(15))) = -|3*k(f(15))|
h(k(f(15))) = -|3*4|
h(k(f(15))) = -12
-----------------
g(x) = (-x/3) - 10
g(h(k(f(15))) ) = (-h(k(f(15))) /3) - 10
g(h(k(f(15))) ) = (-(-12) /3) - 10
g(h(k(f(15))) ) = -6
-----------------------------------------
Proof of Claim 2:
h(x) = -|3x|
h(8) = -|3*8|
h(8) = -24
---------------
g(x) = (-x/3) - 10
g(h(8)) = (-h(8)/3) - 10
g(h(8)) = (-(-24)/3) - 10
g(h(8)) = -2
---------------
k(x) = (x-2)^2
k(g(h(8))) = (g(h(8))-2)^2
k(g(h(8))) = (-2-2)^2
k(g(h(8))) = 16
---------------
f(x) = -2x+34
f(k(g(h(8))) ) = -2*(k(g(h(8))) )+34
f(k(g(h(8))) ) = -2*(16)+34
f(k(g(h(8))) ) = 2