-
A function gives an output based on the input.
a) =4
b) = 17
c) = 0
f(x)= (x/4)-5
A function gives an output based on the input.
a) =4
b) = 17
c) = 0
f(x)= (x/4)-5
Describe what a function does in your own words:
It is a computation tat takes an input, computes (relation) and gets and output.
It does the same actions to each unique variable entered.
A function relates an input to an output.
a) 4
b) 17
c) 0
A function delivers an output based on an input. A given input will always result in the same output.
The function says: if the number is even, the output is x^2, but if the number is odd, the output is x+10
Results:
f(2): 4
f(7): 17
f(0): n/a
0 is even number=> f(0) = 0π
1 A function is a computation/calculation applicable as a formula. The execution of the computation enable to apply these formulas and to optain outputs out of the inputs.
2.
f(x) = {
x^2 if x is even
x+10 if x is odd
}
What will be the output for the following inputs?
3
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/4)-5
Function is a computation defined with an input to get a desired output.
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
A function is a series of input and output defined by a certain parameter provided.
a) 2 is even thus f(x)= 4
b) 7 is odd thus f(x) = 17
c) 0 is even thus f(x) =0
f(x) = (x/4) -5
A function is a computation in which you give a number for the input , a set calculation is made from the function and then a another number will come out as an output.
a) 4
b) 17
c) 0
A function turns an input into an output derived of the specific βrulesβ given by said function. So, if my function is F(x) = X - 2, then any value i input will be said value minus 2.
f(2) = 4
f(7) = 17
f(0) = 0
f(x) = (x/4) - 5
3 F(X) = (X/4)-5
Creates an output for every input.
f(2) = 4
f(7) = 17
f(0) = 0
f(x) = x/4 - 5
Functions map inputs on to outputs according to a set of rules.
a) 4 b) 17 c) 10
f(x) = (x/4) - 5
A function is a set of computations that brings a resultant output depending on what the input(variable) was.
the output of the
a. 4
b. 17
c. 0
f(x) = (x/4) -5
A function receives a number or amount as an input, does a particular math action to it (it does a calculation which uses the input), and then gives / sends out a related output, which is the result of the math action (the solution to the math problem).
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) = {x^2 if x is even, x+10 if x is odd} = 4
b) f(7) = {x^2 if x is even, x+10 if x is odd} = 17
c) f(0) = {x^2 if x is even, x+10 if x is odd} = 0
f (x) = (x / 4) - 5
Describe what a function does in your own words
A function takes one or more inputs, applies mathematical computations using those inputs to produce 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?
f(x) = {
(x / 4) - 5;
}
A function is a pre-set of instructions that compute an input by a set parameter/calculation to get a certain output.
f(x) = {
x^2 if x is even
x+10 if x is odd
}
Homework on functions
Used to compute a certain value for the input. You give input and calculate output with a 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