How do you graph #y<=absx#?
2 Answers
Jun 23, 2017
See below
Explanation:
graph{abs(x) [-10, 10, -5, 5]}
Since they want
graph{y<=abs(x) [-10, 10, -5, 5]}
Look what
graph{y>=abs(x) [-10, 10, -5, 5]}
Jun 23, 2017
See below:
Explanation:
Let's first graph the line
The absolute value function returns a positive value of what is inside. And so:
That gives us the graph of
graph{absx}
Now let's figure out which side of the line is the solution set and should be shaded.
We know that when
graph{y-absx<=0}