SOLUTION: I'm having problems solving some questions for example, y = -[x+6] I'm supose to find the range and domain of the euaqtion.

Algebra ->  Functions -> SOLUTION: I'm having problems solving some questions for example, y = -[x+6] I'm supose to find the range and domain of the euaqtion.      Log On


   



Question 26775: I'm having problems solving some questions for example, y = -[x+6] I'm supose to find the range and domain of the euaqtion.
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
y+=+-abs%28x+%2B+6%29
By domain one means - for what values of x does y exist?
I can put any number I want in place of x, and I still get a perfectly
good value for y.
The domain of x is -infinity to + infinity.
The values I get for y are never positive however.
abs%28x+%2B+6%29 is always positive or zero (zero if x = 6).
The minus bofore the abs means y is always negative or zero.
So, the range is 0 to -infinity