Functions Flashcards
What is a function?
Function is the relationship between two sets of numbers, numbers you put into the function and numbers that come out
What is the varaible for input of a function ?
x
What is the variable for output of a function?
f(x) or sometimes y
if f(x) = x^2 + 5 then what is f(4) = ?
f(4) = 4^2 + 5 which equals 21
For all integers a and b, let a ^ b = 1 / (a + b). What is the value of 3 ^ 4 ?
All you do is plug in numbers and follow the instructions to get
1/ (3 + 4) which equals 1/7
For all integers k, let *k = 45 - k. What is the value of (40)?
- k = 45 - k
- 40 = 45 - 40
- 40 = 5
- 5 = 45 - 5
- 5 = 40
So (40) = 40
If f(x) = x^2 + 3 and f(t) = 4, which of the following could be the value of t?
1 4 7 16 19
= 1
For all integers x, let f(x) be defined as the function:
f(x) = { x/2 if x is even
{ 3x + 1 if x is odd
input of function = ?
domain
output of function = ?
range
For all positive integers greater than 1, let x * y be defined as the remainder when x is divided by y,
QA: 5 * 6
QB: 6 * 5
Answer:
QA: 5 * 6 = 5
QB: 6 * 5 = 1
answer = A