- A function is a basic mathematical concept for computation. It requires a function name, syntax and an input for an output to be calculated.
2a) 4
2b) 17
2c) 0
- f (x/4)-5
2a) 4
2b) 17
2c) 0
a:4
b:17
c:0
3. f(x)=(x/4)-5
Describe what a function does in your own words
A function is an input that comes to an output. Sort of like an algebra mathematics equation
f(x) = x/4 - 5
Function takes over some number, change it and reates a new number.
a-4, b-17, c-0
f (x) = (x/4) - 5
A function is a mathematical structure wich applies the same action to each unique variable entered, after this you get an output.
4 / 17 / 0
f(x) : [x:4-5]
A function is a computation in which we insert an input that gives an output after a calculation.
a) 4
b) 17
c) 0
F (x) = (x / 4) - 5
Homework on Functions - Questions
It is a definition that determined output based on input.
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
}
function is basically a calculation. It either use its own data or you have to provide it and it does its thing to calculate whatever is needed.
a) 4
b) 17
c) 0
f(x)=(x/4)-5
Takes input and proceeds operation rules of function in order to produce an output.
4, 17, 0
Function is a computation with an input factor that is in an equation that leads to an output.
In the case of the problem below there are 2 questions that are asked. If x is even then
multiply x by 2. If x is odd then add 10 to x.
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) 2x2=4
b) f(7) 7+10=17
c) f(0) 0x2=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
A function is a procedures with one or more variables that produces an output based on the calculations that consist it and the values of the variables.
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
2. 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?
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 }
Describe what a function does in your own words.
A function takes an input (x), does a previously defined calculation to it and creates through that an output (y).
Calculate the output of the following function
f(x) = {x^2 if x is even} or {x+10 if x is odd}
f(2) = {2²} = 4
f(7) = {7+10} = 17
f(0) = {0²} = 0 (zero is an even number)
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}
1. Describe what a function does in your own words
A function is a computation on an input to determine the output
2. 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
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
Functions are computations with unique input and unique output.
a. f(2) = 4 b. f(7 )= 17 c. f(0) = 0
f(x) = (x/4)-5
A) 4
B) 17
C) f(x)=x/4-5
A function takes input, implicates conditions and gives an output.
A function is a mathematical expression that takes an input and produces an output