We actually don't need to do any computation. By definition, the inverse function
changes the role of input and output. So, if a function f maps x onto y, the inverse function maps y onto x.
You have to think like this: if the function makes a step further, the inverse function makes that same step back.
This means that the composition
is always the identity function
. In fact,

So, for every function, you have

Answer: c. 22X
Step-by-step explanation:
You don't have the graph icon here, so we'll have to graph this parabola without it.
Your parabola is y = -x^2 + 3., which resembles y = a(x-h)^2 + k. We can tell immediately that this parabola opens down and that the vertex is (0,3).
Plot (0,3). Besides being the vertex, this point is also the max. of the function.
Now calculate four more points. Choose four arbitrary x-values, such as {-2, 1, 4, 5} and find the y value for each one. Plot the resulting four points. Draw a smooth curve thru them, remembering (again) that the vertex is at (0,3) and that the parabola opens down.
Answer:
y = 1/3x - 2
Step-by-step explanation:
We are asked to find the equation of a line with two points
Step1: find the slope
m = (y_2 - y_1)/(x_2 - x_1)
( 0 , -2) (6 , 0)
x_1 = 0
y_1 = -2
x_2 = 6
y_2 = 0
Insert the values
m = ( 0 - (-2)/ (6 - 0)
m = ( 0 + 2)/(6 - 0)
m = 2/6
m = (2/2)/(6/2)
m = 1/3
Step 2 : substitute m into the equation of line
y = mx + c
y = intercept y
m = slope
x = intercept x
c = intercept
y = 1/3x + c
Step 3: sub any of the two points
Let's pick ( 6 ,0)
x = 6
y = 0
Insert the values into
y = 1/3x + c
0 = 1/3(6) + c
0 = 1*6/3 + c
0 = 6/3 + c
0 = 2 + c
c = 0 - 2
c = -2
Sub c = -2
y = 1/3x - 2
The equation of the line is
y = 1/3x - 2