Question 165497
here's the definition of function.
-----
A function is an equation (this is where most definitions use one of the words given above) if any x that can be plugged into the equation will yield exactly one y  out of the equation.
-----
looking at each of your selections will help to determine if they are functions or not.
-----
a. f(x) = x + 5
i would say yes.
for every value of x, there can only be one value of f(x).
-----
b. f(x) = 3 if x>2 otherwise f(x) = -2
i would say yes again.
for every value of x, there can only be one value of f(x).
-----
c. f(x) = 7 if x>0  or  f(x) = -7 if x<0  or  f(x) = 7 or -7 if x = 0
i think no.
it looks like at first glance, that this would not be a function since it looks like there can be more than one value of f(x) for a value of x.
the first part says
f(x) = 7 if x > 0.
that's one value of f(x) for every value of x > 0.
the second part says
f(x) = -7 if x < 0.
again ok.  that's one value of f(x) for every value of x < 0.
the third part says
f(x) = +/- 7 if x = 0.
here's where it falls down.
that's 2 values of f(x) when x = 0.
-----
definition says a and b are function, c is not.
check out paul's online notes for a review of the subject if you have time.
-----
http://tutorial.math.lamar.edu/classes/alg/functiondefn.aspx#Fcns_Defn_Ex2
-----