A function is a computation using a certain input to calculate a certain output
a.4
b.17
c.0
f(x) = (x/4)-5
A function is a computation using a certain input to calculate a certain output
a.4
b.17
c.0
f(x) = (x/4)-5
A function performs mathematical calculations on what is put into it.
a) f(2)= 4
b) f(7)= 10 +7 = 17
c) f(0)= 0 x 2 = 0
3). f(x)= (x/4) - 5
f(2) = 4
f(7) = 17
f(0) = 0
3. f(x) = x/4 -5
A function allows a computation to input rules (what x is equal to) and leads to the output. And as others have mentioned (cheating here) allows variables to have a say in the output.
I got confused due to the writing of this I guess but trying to crack it actually helped in the end and made it easier
a)where f(2) would be f(x) = 2^2 = 4
b) where f(7) where x is an odd number which is seven so, using the calculation above:
f(7) = (7+10) = 17
c) f(0) where f(x) = (0^2) = 0
f(x)=(x/4)-5
A function is made of input and output. Output delivers the value out of input with the formula inserted into the function.
f(x) = {
x^2 if x is even
x+10 if x is odd
}
A Function is a Calculation. You are taking a formula with a variable. The Function will solve for that variable based on the input given to it.
a) f(2) = (2)^2
= 4
b) f(7) = (7)+10
= 17
c) f(0) = 0
Computes using the input to determine the output.
A. 4
B. 17
C. 0
f (x) = /4-5
A function is a rule that connects output values to each value. The relationship between value and value is often described with a mathematical formula, where the value represents with one or more variables
A=4, B=17, C=0
F(x/4)-5
A function is a computation that takes an input and creates an output
a) f(2) = (2^2 if 2 is even, 2+10 if 2 is odd) = 4
b) f(7) = (7^2 if 7 is even, 7+10 if 7 is odd) = 17
c) f(0) = (0^2 if 0 is even, 0+10 if 0 is odd) = 0
The function multiples the input by itself if it is even or adds 10 to the input if it is odd.
a) 4, b) 17, 3) 0
f(x) = x/4 - 5
a function contains a input and a output, it can only have one output to be a function.
a (2)
b (7)
c (0)
A function transforms an input to an output in accordance to the rules defined by the function.
a= 4, b=17, c=0
f(x0 = (x/4)-5
Describe what a function does in your own words
A function maps an input value to a single output value in some predetermined way.
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 function is an input variable, which determines output variable.
A 4
B 17
C0
F(x)= x/4 - 5