Could "y = |x| + a" count as a single variable polynomial?

For the question attached, could “y = |x| + a” be a single-variable polynomial that exists in all four quadrants?

As an example, I attached a picture of y = |x| - 2


Firstly, the expression is not a polynomial. A polynomial cannot have operators like modulo.

\sum_{k}{a_k \cdot x^k}

Secondly, you are correct that | x | + a; a < 0 will go through 4 quadrants but unfortunately, it’s not a polynomial.

1 Like

ahhh. That’s why. Ok thank you Ellipse!