GO to CONTENT

ADVANCED FUNCTIONS vs RELATIONS: QUIZ EXPLANATIONS

Graph

Function: Each x maps to one single y, no matter that is the same y.

Graph

Not Function: For x = -4 there are infinitely many y's.

Graph

Not Function: x = 3 maps to four y's.

Graph

Function: Each x maps to one single y, no matter that is is the same y = 2.

(4,0),(3,1),(12,5),(4,-6),(-2,4)

Not Function, two sets of points have the same x entry 4, mapping once towards 0 and once to (-6).

Input,x -2 -1 0 1 3 2
Output,y 2 9 5 3 1 8

Function: Each entry in the top row is different.

(0,0),(3,1),(12,5),(4,-6),(-2,4)

Function: There are no two parenthesis with the same x.

Input,x -5 -1 -1 1 2 5
Output,y 7 9 2 3 1 8

Not Function. On the top row with the input, x = -1 appears twice mapping to two different y values.