<h3>
Answer: Reflect over the y axis</h3>
=====================================================
Explanation:
We have these two given functions
The change is that the x has been replaced with -x
We can say
f(x) = x+7
f(-x) = -x+7 ... replace each x with -x
g(x) = f(-x)
g(x) = -x+7
When we replace x with -x, we're flipping the x inputs from positive to negative, and vice versa. This visually will reflect the line over the vertical y axis. A point like (1,8) on f(x) reflects over to (-1,8) on g(x).
As another example, the point (-5,2) on f(x) reflects over the y axis to arrive at (5,2) on the g(x) function.
Answer:
Sammi is correct i took the test
Step-by-step explanation:
See the attached image for the graph. Specifically figure 2 is the graph you want. You can leave the red points on the graph or decide to erase them (leave behind the blue line though).
To generate each of the red points, you'll plug in various x values to get corresponding y values.
For instance, plug in x = 0 and we get...
y = -|x-6| - 6
y = -|0-6| - 6
y = -|-6| - 6
y = -6 - 6
y = -12
So when x = 0, the y value is -12. The x and y value pair up to get (x,y) = (0,-12)
Another example: plug in x = 2
y = -|x-6| - 6
y = -|2-6| - 6
y = -|-4| - 6
y = -4 - 6
y = -10
So the point (2,-10) is on the graph
The idea is to generate as many points as possible so we get an idea of what this thing looks like.
Generate enough points, and you'll get what you see in Figure 1 (see attached image)
Then draw a line through all of the points. The more points you use, the more accurate the drawing. Doing that will generate the blue function curve you see in Figure 2 (also attached)