All relations are functions. (true or false)
No, the statement "all relations are functions" is false. While all functions are relations, not all relations are functions; a function requires each input to have exactly one output, which isn't a requirement for relations.
State the domain and range:
x | y |
3 | 7 |
5 | 9 |
3 | 8 |
D: {3, 5} R: {7, 8, 9}
What is a relation?
a relationship between two sets of values, often represented as ordered pairs, where the first element of each pair belongs to the first set (domain) and the second element belongs to the second set (range).
x | y |
2 | 4 |
1 | 5 |
2 | 6 |
Which variable is the input, and which one is the output?
(Which one is the x-variable, which one is the y-variable?)
x-variable is the input, y-variable is the output
Is it a function? Justify your answer.
Yes, it passes the Vertical Line Test.
Evaluate f(x)=42 if f(x)=3x+15
x = 9