The answers in C are inverses of each other.
In order to find the inverse of any equation, you simply switch the x and f(x) values and then solve for the new f(x). What it will result in is your new inverse function. If we do this for each of the problems above, only one will produce the second equation properly. See the work below for how to do it for C.
f(x) = 11x - 4 ---> Switch the x and f(x)
x = 11f(x) - 4 ----> Add 4 to both sides
x + 4 = 11f(x) ----> Divide both side by 11
= f(x) ----> Now put in the correct order
f(x) =
Since our inverse matches the g(x) function, this means that C is the correct answer.
Twice. Dividing by ten will move the decimal point one place to the left. Rather than dividing by ten twice, you can divide by 100 once.
Answer:
B and D (
Step-by-step explanation:
1*2/3*2=2/6
1*3/3*3=3/9
Answer:
x=0, y=2. (0, 2).
Step-by-step explanation:
3x+2y=4
8x-3y=-6
---------------
3(3x+2y)=3(4)
2(8x-3y)=2(-6)
-----------------------
9x+6y=12
16x-6y=-12
----------------
25x=0
x=0/25
x=0
3(0)+2y=4
0+2y=4
2y=4-0
2y=4
y=4/2
y=2