SOLUTION: y=|x-3| and i need to state the domain, range and x and y intercepts

Algebra ->  Absolute-value -> SOLUTION: y=|x-3| and i need to state the domain, range and x and y intercepts      Log On


   



Question 86758: y=|x-3| and i need to state the domain, range and x and y intercepts
Answer by albert(7) About Me  (Show Source):
You can put this solution on YOUR website!
y=abs%28x-3%29:


x-3 if x%3E=3
-%28x-3%29 if x%3C3


The Domain is all the Real Numbers and the Range is [0, +infinity),


--The x-intercepts is the point: (3, 0) only if x%3E=3


--the y-intercepts is the point: (0, 3) only if x%3C3
**Make the graph and confirm.
Cheers.