f(2) = 2^2 = 4
0 is even number. f(0) = 0^2 = 0.
f(2) = 2^2 = 4
0 is even number. f(0) = 0^2 = 0.
Homework on Functions
A function is a mathematical equation that requires an input for calculation to return an output
a) f(2) = 2^2 = 4
b) f(7) = 7 + 10 = 17
c) f(0) = 0^2 = 0
f(x) = (x/4) - 5
A function is an automatic calculation of certain input that creates an output together with specified variables.
a) 4
b) 17
c) 0
f(x) = { (x/4)-5 }
A function is calculation where you have X as a variable input and a mathematical output based on X
4
17
0
f(x) = (x/4) - 5
2/a. 4
2/b. 17
2/c. 0
a) 4
b) 17
c) 0
a) 4
b) 17
c) 0
3. f(x)=x/4-5
a) 4
b)17
c) 0
f(x) = (x/4) - 5
Homework on Functions - Questions
f(x) = {
x^2 if x is even
x+10 if x is odd
}
What will be the output for the following inputs?
A: * a) f(2) = 4
* b) f(7) - 17
* c) f(0) - 0
Homework on Functions - Questions
A function is a mathematical term of describing a computation, that happens to an input variable in order to get an output variable.
For example. F(x)= x +1.
These computations have all an input and output described in a set of x and a set of y. F is for 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 meaning output is (2x2)=4
B) f(7)17 meaning output is (7+10)=17
C) f(0)0 meaning output is (0)=0
f(x)=(x/4).
f-5 =()
f(x)= (x/4)-5
If input is an even number, then output will be that number to the power of two;
if input is an odd number, then the output will be that number + 10
a) 4 b) 17 c) 0
f(x)=x/4 - 5
Describe what a function does in your own words:
A function is a formula that takes an input, performs a mathematical task, and gives an output.
Calculate the output of the following function:
(a) 4
(b) 17
© 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 set of instructions that are used to reach a desired outcome. It lays out exactly what should be done in certain conditions and keeps the outputs uniform.
a) 4
b) 17
c) 0