SOLUTION: Uhm, not sure if this is the right heading.. but I cannot figure this out for the life of me.
Graph f(x) = |x| for x <2
1 for 2 <= x < 4 (<= being less than or
Algebra ->
Graphs
-> SOLUTION: Uhm, not sure if this is the right heading.. but I cannot figure this out for the life of me.
Graph f(x) = |x| for x <2
1 for 2 <= x < 4 (<= being less than or
Log On
Question 252340: Uhm, not sure if this is the right heading.. but I cannot figure this out for the life of me.
Graph f(x) = |x| for x <2
1 for 2 <= x < 4 (<= being less than or equal to)
1 - x for x >= 4 (>= being greater than or equal to)
Thank you.
(: Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Graph f(x) = |x| for x <2
.............1 for 2 <= x < 4 (<= being less than or equal to)
.............1 - x for x >= 4 (>= being greater than or equal to)
Thank you.
------------
I can't show you the graph on this site.
Do this:
1st: Draw the x/y coordinate system
2nd: Mark 2 and 4 on the x-axis.
That breaks the x-axis into 3 segments.
---
3rd: Graph y=|x| over the (-inf,2) segment.
4th: Graph y = 1 over the [2,4) segment,
5th: Graph y = 1-x over the [4,+inf) segment.
---
I can show you what the three graphs look like but cannot restrict
them to a particular interval:
==========
y = |x| is red
y = 1 is green
y = 1-x is blue
==========
Cheers,
Stan H.