Question 174588
A function is a set of ordered pairs with the following 
restriction: Each x value must have only one y value
associated with it.
====================================
Which of the following are functions? Explain why/why not. 
A. f(x)=2 if x>1 otherwise f(x)=-1
This is a function.  Choose any value of x and the corresponding
y value will be 2 if x>1, or it will be -1 if x<=1
But each x value will have only one corresponding y value.
-------------------------------------------------------------- 
B. f(x)=5 if x>0 or f(x)=-5 if x<0 or f(x)=5 or -5 if x=0
Not a function because you have two points (0,5) and (0,-5)
Notice that x=0 has two associated y values, so not a function.
---------------------------------------------------------------
C. f(x)=x/10
This is a function; each x value has one y value associated with it.
=========================
Cheers,
Stan H.