<h3>
Answer: reflection over x axis</h3>
g(x) = -f(x) is the same as g(x) = -1*f(x)
Since y = f(x), we are really saying g(x) = -1*y. Whatever the y coordinate is on f(x), multiply it by -1. This turns something like y = 2 into y = -2, or something like y = -3 into y = 3, etc etc. Visually this reflects the point over the horizontal x axis. Do this to all points on f(x), and the entire curve reflects over the x axis.
I show an example of y = x^2 turn into y = -x^2 in the attached image below.
Answer:
5/7
Step-by-step explanation:
A common factor of 8 can be canceled from numerator and denominator.
40/56 = (5·8)/(7·8) = (5/7)·(8/8) = (5/7)·1 = 5/7
_____
Since you know your multiplication tables, you know that 40 and 56 are both multiples of 8.
__
If you don't know your multiplication tables, you can find the greatest common divisor (GCD) of the two numbers and divide each by that. The GCD can be found using Euclid's algorithm. For that, you divide the larger by the smaller and use the remainder as the new smaller number. The original smaller number is now the larger number. For these numbers, that looks like ...
56 ÷ 40 = 1 r 16
40 ÷ 16 = 2 r 8
16 ÷ 8 = 2 r 0 . . . . . the zero remainder signals that the divisor (8) is the GCD
Now, your fraction is ...
(40/8) / (56/8) = 5/7
The coordinate of point B is at (29, -15): Option C is correct.
The formula for calculating the midpoint of two points is expressed as:

Given the coordinate points
A is (5, 7).
B is (x, y).
M is (17, -4)
Substituting into the formula to get x and y
17 = 5+x/2
5+x = 34
x = 34 - 5
x = 29
Get the value of y. Similarly;
-4 = 7+y/2
-8 = 7+y
y = -8-7
y = -15
Hence the coordinate of point B is at (29, -15)
Learn more here: brainly.com/question/13989426