- Functions is a computation or a calculation
2.a) Output 4
2.b) Output 17
2.c) Output 0
- f(x)=(x/4)-5
2.a) Output 4
2.b) Output 17
2.c) Output 0
2)a ) 4
b) 17
c) 0
1. Describe what a function does in your own words
A function is a mathematical equation that takes an input and computes an output.
2. Calculate the output of the following function
What will be the output for the following inputs?
3. Write the definition of a function f that takes an input x, divides it by four and then outputs that result subtracted by 5.
f(x) = (x/4)-5
f(x)=(x/4)-5
âŚ
Describe what a function does in your own words
It will give you a certain output based on the function and the input given.
Calculate the output of the following function
f(x) = {
x^2 if x is even
x+10 if x is odd
}
What will be the output for the following inputs?
f(x) = (x / 4)-5
A function is a set of rules where an input generates an output based on those rules.
a) 4
b) 17
c) 0
A function is a mathematical equation, which allows you to change one or more variables.
f(2)=4
f(7)=17
f(0)=0
Describe what a function does in your own words
A function is a computation that requires an input variable, a calculation resulting in an output.
Calculate the output of the following function
f(x) = {
x^2 if x is even
x+10 if x is odd
}
What will be the output for the following inputs?
a) f(2) = 4
b) f(7) = 17
c) f(0) = 0
Write the definition of a function f that takes an input x, divides it by four and then outputs that result subtracted by 5.
f{x} = (x/4)-5
Describe what a function does in your own words
Calculates mathematical problem for the input.
Calculate the output of the following function
f(x) = {
x^2 if x is even
x+10 if x is odd
}
What will be the output for the following inputs?
1.Describe what a function does in your own words.
A function accepts an input and produces an output. In other words, takes different variables and completes the same action.
2.Calculate the output of the following function.
f(x) = {
x*2 if x is even
x+10 if x is odd
}
a. f(2) = 4
b. f(7) = 17
c. f(0) = 0
3.Write the definition of a function âfâ that takes an input x, divides it by four and then outputs that result subtracted by 5.
f(x) = (x/4) -5
Homework on Functions
Describe what a function does in your own words
A function is something that takes an input, performs some operations on it and then gives an output.
Calculate the output of the following function
a) f(2) = 2^2 = 4
b) f(7) = 7+10 = 17
c) f(0) = 0^2 = 0
Write the definition of a function f that takes an input x, divides it by four and then outputs that result subtracted by 5.
f(x) = { (x/4) - 5 }
A function is a computation that takes an input, computes the input with the function and show an output.
What will be the output for the following inputs?
A = f(2) 4
B = f(7) 17
C = f(0) 0
1)A function provide the input instructions for an output solution
2) a)4 b)17 c)0
3)f(x) = [(x/4)-5]
A function does the same thing to whatever variable is input to it.
4, 17, 0
f(x) = (x/4)-5
A function is a computation of a variable with certain parameters to produce a result.
a) 4 b) 17 c) 0
f(x) = (x/4) - 5