You can take the log of the left and right hand side, and then apply the <span>logarithm rules:
log(a</span>ˣ) = x·log(a)
log(ab) = log(a) + log(b)
log(9^(x-1) * 2^(2x+2)) = log(6^(3x))
log(9^(x-1)) + log(2^(2x+2)) = 3x log(6)
(x-1) log(9) + (2x+2) log(2) - 3x log(6) = 0
x(log9 + 2log2 - 3log6) = log9 - 2log2
x = (log9 - 2log2) / (log9 + 2log2 - 3log6)
simplifying by writing log9 = 2log3 and log6 = log2+log3
x= 2(log3 - log2) / (2log3 + 2log2 - 3log2 - 3log3) =
x= -2(log3 - log2) / (log3 + log2) = -2 log(3/2) / log(6)
So 6^x = 4/9
Answer:
F(-3) = -5
Step-by-step explanation:
I got it right on the test
Answer:
y = -1/4x+2
Step-by-step explanation:
We can find the slope by finding two points on the line, and doing (y1-y2) ÷ (x1-x2). The two points I chose were (0,2), and (4,1). We can plug this into the equation to get (2-1) ÷ (0-4), to get -1/4, which is our slope. We can see on the graph, that the line intersects with the y axis when the y coordinate is 2, making the y-int 2.