y = |x| translated half a unit to the left
y = |x| translated half a unit downward
y = |x| translated half a unit to the right.
y = |x| translated half a unit upward

Respuesta :

Left— y = |x+.5|
Down— y = |x| - .5
Right— y = |x -.5|
Up— y = |x| + .5

Hope this helps!

Otras preguntas