a) 4
b)7
c)0
A function does the same action to each unique variable
f (x) = (x\4)-5
a) 4
b)7
c)0
A function does the same action to each unique variable
f (x) = (x\4)-5
Formula where we put an input (certain number) to get an output (result of the function)
a) F(2) -> result is 4
b) F(7) -> result is 17
c) F(0) -> result is 0
They are factories we built to do a specific operation ,that we add numbers ,for an example and their is an output of numbers
f(2) = 2^2 = 4
f(7) = 7 + 10 = 17
f(0) = 0
f(x) = (x/4) - 5
1- A function is a computational tool by which a given input is processed to result an
output.
2-
a) 4
b) 17
c) 0
3- f(x) = (x/4) -5
A function takes a set of values, does some computations on the entered values and returns a result.
A function takes an input and given its parameters generates an output
A. 4
B. 17
C. 0
F(x)= (x/4)-5
Function is a mathematical formula, a computation, that takes an input and generates an output as a result.
output: 4
output: 17
output: 0
f(x) = x / 4 - 5
A function is a mathematical equation that defines or “assigns” an input (a letter) that defines x as the input/function to be later used in an equation to get an output.
a) 4
b) 17
c) 0
f(x) = x / 4 - 5
Thanks misunderstood the question
function is a computation that’s takes input and return an output.
2.
A. 4
B. 17
C. 0
3.
A function is a formula that gives an input and produces an output based on the inputs direction.
What happens to question number 3🤔
A function gives a calculated output based on a given input.
a. f(2) = 4
b. f(7) = 17
c. f(0) = 0
f(x) = (x/4) - 5
if x is even, meaning x%2 == 0, then 2 would be 4 and 0 would be 0
else 7 would be 17
A function is a placeholder for a value and is used to take input and produce out to calculate a formula.
a) 2^2 = 4
b) 7+10 = 17
c) f(0) = 0
Describe what a function does in your own words : Afunction is a mathmatical equaion whch provides and output that is variablly dependent on the input value. A function will take an input an apply a set of steps / calucatins to it to provide an output. The function does not change… only inputs and its’s outputs.
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. f(x) = (x/4)-5
Takes the input, changes when becoming the output
a. 4
b. 17
c. 0
3
f(x)=x/4-5