- Functions perform a set of computation for a desirable outcome
a. 4
b. 17
c. 0
3.
f(x) = {
(x / 4) - 5
}
a. 4
b. 17
c. 0
3.
f(x) = {
(x / 4) - 5
}
A function is the formula that determines the type of action for a set of inputs
a= 4
b=17
c=0
f(x)=(x/4)-5
a=4, b=17, c=0
f(x)=(x/4)-5
1). A function is a computation, a mathematical formula that when you take an input and based on that input(variable) will produce an output. A function is a relation between a set of inputs and a set of outputs where each input is related to an output. A function is often written as a βfβ and the input denoted as an x.
2). f(x)={x^2} f(2) = {2^2} = 4
f(x)={x+10} f(7)={7+10} = 17
f(x)={x} f(0)={0} = 0
3). f(x)={(x/4)-5}
2 .
a.) 4
b.) 17
c.) 0
Describe what a function does in your own words
Function is used to run the same calculations for different input without having to run the calculations over again
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 computation whereby variable inputs create an output.
a) 4
b) 17
c) depends on if you believe 0 is odd or even, 0 or 10
(x/4) - 5
0 is even number. f(0) = 0^2=0
is a correspondence rule between two sets such that each element of the first set corresponds to one and only one element of the second set.
a) 4
b) 17
c) 0
f(x) = (x/4) - 5
f(x) = {
x^2 if x is even
x+10 if x is odd
}
What will be the output for the following inputs?
- Describe what a function does in your own words
A function takes an input, runs a calculation, and creates an output. Itβs a formula, much like the ones you place in an Excel cell.
- 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)
a) = 4
- b) f(7)
b) = 17
- c) f(0)
c) = 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
Is a branching function. Simply meaning you decide the path the function will take based on the function input. So in case where x = 7, it means that x is an odd number and therefore you use the second path (x + 10). And in case x= 2, since 2 is even number, you use the first path. f(2) = 2^2 = 4.
^ this symbol in mathematics always means to the power of, that means if you take (a) as an example f(2) = 2^2 or simpler f(2) = 2x2. if we had to the power of 4 (^4) and took the f(2) as a factor then we would have f(2) = 2^4 which mean f(2) = 2 x2 x2 x2 = 16.
F(x) is simply a notation for a function where x is the function variable or input. To get the formula for x you should read the question more carefully:
It states you should write a function f, that takes an input x and divides it by 4 => x/4 . Then outputs that result subtracted by 5 => (x/4) - 5 .
You could split this in two parts or functions a(x) which divides the input by 4 => a(x) = x/4 and takes this input in a new function that then subtracts the input by 5 => b(x) = a(x) - 5 or to simplify in one function you would get f(x) = x/4 - 5 .
1.A function is a computation that takes the input and computes and we gets an output
2.f(2)=4
f(7)=17
f(0)=0
3. f(x)=(x/4)-5
A3. f(x) = ((x/4) - 5)
A function is a computation - that creates an input and creates an output.
4
17
0
f(x) = (x/4)-5
Describe what a function does in your own words
A function takes an input value, and processes some sort of computation to get to a new output value
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: 4
B: 17
C: 0
1 a function is something that take an input and gives back an output
2 a 4, b 17, c 0
3 f(x) = x/4 - 5