SOLUTION: How do you find the domain and range

Algebra ->  Functions -> SOLUTION: How do you find the domain and range      Log On


   



Question 22006: How do you find the domain and range
Answer by Alwayscheerful(414) About Me  (Show Source):
You can put this solution on YOUR website!
DOMAIN:
1. Find the smallest X value (just for this example, call this X%5B1%5D
2. Find the greatest X value (just for this example, call this x%5B2%5D
3. x%5B1%5D%3Cx%3Cx%5B2%5D
RANGE
1. Find the smallest Y value (just for this example, call this Y%5B1%5D
2. Find the greatest Y value (just for this example, call this Y%5B2%5D
3. y%5B1%5D%3Cy%3Cy%5B2%5D
Hope this helps!