Which function is shown in the graph?
y = | x | + 4
y = | x + 4 |
y = | x | - 4
y = | x - 4 |
y = | x | + 4
y = | x + 4 |
y = | x | - 4
y = | x - 4 |
2 Answers
Explanation:
#"consider the intercepts, that is where it crosses the"#
#"x and y axes"#
#•" let x = 0, for y-intercept"#
#• " let y = 0 for x-intercept"#
#x=0toy=|-4|=4larrcolor(red)"y-intercept"#
#y=0to|x-4|=0#
#rarrx-4=0rArrx=4larrcolor(red)"vertex"#
See a solution process below:
Explanation:
First, we can eliminate some functions by evaluating them for
-
Equation 1:
#y = abs(0) + 4 = 4# Still a possibility -
Equation 2:
#y = abs(0 + 4) = 4# Still a possibility -
Equation 3:
#y = abs(0) - 4 = -4# Rule this one out. -
Equation 4:
#y = abs(0 - 4) = abs(-4) = 4# Still a possibility
Next, we can evaluate the three remaining functions for
-
Equation 1:
#y = abs(4) + 4 = 8# Rule this one out. -
Equation 2:
#y = abs(4 + 4) = 8# Rule this one out. -
Equation 4:
#y = abs(4 - 4) = abs(0) = 0# This is the one!
If we had selected
- Equation 3:
#y = abs(4) - 4 = 0# This would of still been a possibility