Answer:
can you pop out all the boxes I need to see what the numbers are to get a further understanding
Well, we need to consider the x and y coordinates of the giben points, and check wether the y coordinate is greater than twice the x coordinate minus 1 (i.e. 2x-1):
- For the first point, the x coordinate is 0. So, 2x-1 = -1. The y coordinate is 2, and 2>-1. So, this point is a solution.
- For the second point, the x coordinate is 4. So, 2x-1 = 7. The y coordinate is 2, and 2<7. So, this point is not a solution.
- For the third point, the x coordinate is 0. So, 2x-1 = -1. The y coordinate is -10, and -10<-1. So, this point is not a solution.
- For the fourth point, the x coordinate is 4. So, 2x-1 = 7. The y coordinate is 1, and 1<7. So, this point is not a solution.
For the function f ( x ) = x² we have the new function f 1 ( x ) = 1/2 x².
f ( x ) = a · x²
- If |a| < 1 the graph is compressed vertically by a factor of a.
- If |a| > 1 the graph is stretched vertically by a factor of a.
Here: a = 1/2 < 1
Answer:
C. The graph will be compressed vertically.