asked 112k views
3 votes
The graph of a piece wise-defined function is given. Write a definition for that best describes this graph. (-22), (0,0),(2,2)

The graph of a piece wise-defined function is given. Write a definition for that best-example-1

1 Answer

6 votes

9514 1404 393

Answer:

f(x) = {x ≤ 0: -x, 0 < x ≤ 4: 4 -x}

Explanation:


\displaystyle f(x)=\begin{cases}-x&amp;\text{for }x\le0\\4-x&amp;\text{for }0<x\le4\end{cases}

The graph is of the line y = -x for x ≤ 0 and of the line y = -x +4 for the interval (0, 4].

_____

Additional comment

There's not a really good way to specify piecewise functions in plain text. The method used in the Answer section matches that used by the Desmos online graphing calculator. It is of the form {condition: value, condition: value, ...}.

answered
User Jacob Gorban
by
7.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.