41.7k views
1 vote
Help this is due in like 35 min and I don’t k is how to do it

Help this is due in like 35 min and I don’t k is how to do it-example-1
User FruitJuice
by
6.1k points

1 Answer

6 votes

Answer:

g(x) = -3*abs(x-1) + 3

Explanation:

The graph got shifted over 1, so:

abs(x-1)

Flipped over x-axis:

-abs(x-1)

Scaled by a factor of 3, I just check the slope:

-3*abs(x-1)

Then finally shifted up 3:

-3*abs(x-1) + 3

User Kgutwin
by
6.5k points