Its a mathematical rule that calculates an input giving the calculated output
a) f(2) = 4
b) f(7) = 17
c) f(0) = 0
- f(x) = (x/4) - 5
Its a mathematical rule that calculates an input giving the calculated output
a) f(2) = 4
b) f(7) = 17
c) f(0) = 0
A function is a computation that determines an output from a set of given inputs.
I’ve never seen the ^ symbol in an equation. Admittedly I needed to look for the explanation. “And” meaning multiply is a new one.
a) 4
b) 17
c) 0
f (x) = ( x / 4) - 5
Can anyone clarify if the brackets would actually be needed in this instance as division and multiplication are usually prioritised in an equation, right?
No they are not required.
1.Function is you a certain formula to put in in order to get a related output.
2.f(2)=4
f(7)=17
f(0)=0
3.f(x)= (x/4)-5
1.Function is a computing command.
f(x)=x/4-5
1 Function is the computation of input to receive output.
a. 4
b17
c 0
3 f = { x/4-5}
A function defines an outcome based on its input
a) f(2)=4
b)f(7)=17
c)f(0)=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 is a computational equation that receives an input which produces a desired output.
Calculate the output.
a. 4
b. 17
c. 0
F(x) = x/4 - 5
You give an input to the function and get a defined ouput.
a) 4
b) 17
c) 0
3.)
f(x) = (x/4) - 5
1: A function is a set computation that takes an input value, then manipulates that value and outputs an output value.
2:
a = 4
b = 17
c = 0
3:
f(x){
y = x / 4
y - 5
}
A function takes an input value, performs a calculation on that value, then gives an output value based on the calculation.
a) f(2) = 4
b) f(7) = 17
c) f(0) = 0
f(x) = (x/4)-5
1 It’s a mathematical operation.
2 a) 4, b) 17, c) 0
3 f(x)=(x/4)-5
The input is a number, performs an operation then gives the result as output.
a) 4
b) 17
c) o
f(x) = x/4-5
Hey @JasaInc, hope you are great.
I think you forgot to type the “x” variable in your equation, maybe you want to redesign the answer
If you have any more questions, please let us know so we can help you!
Carlos Z.
function is used to do some work and return back the result, it can be mathematical or other thing
f(2) =4. , f(7)=17 , f(0)=0
f(x) = {
x=x/4
x= x -5
}