-
Describe what a function does in your own words
Function is a calculation that is given an input value and through the rules of the function is gives an output. -
a) f(2)= 4, b) f(7)=17, f(0)=0
-
f(x)=x/4-5
- It is a computation that will calculate the outputs for various inputs
- 4 - 17 -0
- f(x) = {(x/4)-5}
- A function does calculation, computatiton. Basically does simple math.
- a=4
b=17
c=0 - f(x)=x/4-5
- Describe what a function does in your own words
A function takes an input, then provides an output based on that input which can change the information within the computation body of the function or output the same information without any change.
- a) f(2) = 4
- b) f(7) = 17
- c) f(0) = 0
f(x) = { (x/4) - 5}
1.A function produces an output by doing a set of instructions with or without an input
2.a) 4, b)17, c)0
3. f(x)= (x/4)-5
-
A function takes an input and applies a set of calculations to get a desired output
-
a. 4
b. 17
c. 0 -
f(x/4) = x -5
- A function is a computation discribed in a formula
- a). 4
b). 17
c). 0 - f(x)= x/4 - 5
-
It operates like a computer receiving an input and giving an output by applying to the input some parameters.
-
The output will be X exponentially multiplied by 2 (square) if X is even.
If X is odd, then it will be add to 10.
a. 4
b. 17
c. 0
F(x) =
{
(x / 4) - 5
}
1. Describe what a function does in your own words.
A function indicates to the program that a task is about to be performed. The elements of the function assign a value to the input which determines the mathematical 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}
f-5 = {}
f(x)=(x/4)-5
- A function is a math expression that transforms a set of given inputs into an output value.
- a) 4, b) 17, c) 0
- f(x) = x/4 - 5
-
Describe what a function does in your own words
Function is a mathematical formula where a variable input will result in a output -
What will be the output for the following inputs?
• a) f(2) = 2^2 = 4
• b) f(7) = 7+10=17
• c) f(0) = 0^2=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
-
A function is computation having input and output
-
Output shall be the input to the 2nd power if input is an even number, Output shall be the input plus 10 if the input is an odd number
so,
a) 4
b) 17
c) 0 -
f(x) = (x/4)-5
- Describe what a function does in your own words
A function produces a output by inserting a variable input with a set of instructions on how to mathematically solve it.
-
Calculate the output of the following function
f(2)=4
f(7)=17
f(0)=0 -
f(x)= (x/4)-5
Homework on Functions - Answers
-
A function is a computation that transforms any relevant input, through the application of a specific calculation (aka algorithm) upon it, into a mathematically defined output.
-
f(x)
a. f(2) = 4
b. f(7) = 17
c. f(0) = 0 -
f(x) = x/4 - 5
-
A function is a input/output computation.
-
f(4)
f(x) = (x/4)-5
Here it comes baby! Time to kick the gray matter into gear.
-
Functions are how to run calculations, forming the base of algorithm.
-
f(x) = {x^2 if x is even, x+10 if x is odd}
a. x=2 then 2^2=4
b. x=7 then 7+10=17
c. x=0 then 0^2=0 -
F(x) = {(x/4)-5}
Homework on Functions - Questions
- Describe what a function does in your own words
- an expression or rule where each input has one output
- 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)
- f(2)=4
- b) f(7)
- f(7)=17
- c) f(0)=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: A function is a binary relation between an input and an output. -
a - f(2) = 4 b - f(7) = 17 c - f(0) = 0
-
f(x)=(x/4)-5
1.A. function is a computation(mathematical calculation) where you have a set of inputs and a possible set of outputs.Each input is related to exactly one output.
2a)4
b)17
c)0
3.f(x)=(x/4)-5
- Describe what a function does in your own words
A function is a predefined rule where it takes an input and calculates an output based on that rule. - Calculate the output of the following function
- a) f(2) = 4
- b) f(7) = 17
- c) f(0) = 0
f(x) = x/4-5