Respuesta :
Answer: Yes it's a function.
============================================================
Explanation:
While x = 3 does repeat itself, the y value repeats itself as well for this particular x value. In other words, we have two copies of (3,5). Toss out any duplicate (x,y) pairings and we have this simplified set:
{(1,3), (2,4), (3,5), (4,10), (5,15)}
At this point, we don't have any repeated x values. Therefore, we have a function. Any input x leads to exactly one y output. The y values are allowed to repeat themselves.
-------------
Extra info:
- The domain is {1,2,3,4,5} which is the set of x coordinates
- The range is {3,4,5,10,15} which is the set of y coordinates.
- This function is one-to-one because there are no repeat y values.
Answer:
No
Step-by-step explanation:
If you look at the numbers in each pair, three is the first number (x) in 2 of them. Functions cannot have repeating Xs.