Question 643486: {(0,4),(1,2),(3,5)} give the domain and range of the relations. thanks for your help
Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! The domain is the set of allowable inputs or x values.
The range is the set of possible outputs or y values.
-------------------------------------------------------
This means that...
Domain: {0, 1, 3}
Range: {2, 4, 5}
Note: Remember to sort and get rid of any duplicates. Sorting isn't 100% necessary, but it's nice to keep everything consistent.
|
|
|