- A function is a computation in which takes an input value and performs a mathematical procedure to create an output value.
- A) 4
B) 17
C) 0 - F(x)= (x/4)-5
-
A function is a computation that ensures the same rules defined by the input (x) are applied to each variable entered.
-
a) 4; b) 17; c) 0
-
f(x)=(x/4)-5
1.Functions are computations that takes an input, does some calculations and gives an output.
2.f(2^2) = 4
f(7+10) =17
f(0) = 0
3.f(x)=(x/4)-5
- A function is the directive given to a variable (input) that will ultimately result in an output
a) f(2)= 2^2 = 4
b) f(7)= 7+10=17
c) f(0)=2/0=0
f(x)= (x/4)-5 (honestly im guessing this is whats meant by write the definition. I hope.
- Describe what a function does in your own words
Function calculates the output from the input according to the parameters given to it.
- 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
- 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
Homework on Functions
1- Function where you define steps or rules to follow and perform a specific operation.
2- f(2)=4 , f(7)=17 , f(0)=0
3- f(x)={(x/4)-5}
Is this a typo?
1.) Is a relation between an Input and an Output. Each Input can have 1 Output.
2.)
a) 4
b) 17
c) 0
3.) f(x) = (x/4)-5
1.) Describe what a function does in your own words
Functions are simple computations. They are using input to perform a calculation and then provide the output.
2.) Calculate the output of the following function
a.) 4
b.) 17
c.) 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) - 5
-
Describe what a function does in your own words.
Performs a calculation on a given input and produces an output.
-
f(2) = 4
f(7) = 17
f(0) = 0 -
f(x) = (x/4) - 5
-
A function it’s a computation that defines a relationship between one variable and another variable
-
a)4
b)17
c)0 -
f(x)= (x/4)-5
1. Describe what a function does in your own words
With functions an input can be mathematicaly calculated according to the given formula.
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) - 5
-
Functions take inputs , perform operations and then provide an output.
-
a) f(2) =4
b) f(7) =17
c) f(0) =0
3.f(x) = {x/4}-5
Yes and thank you for the oversight I will edit now. It was pretty late…lol.
-
Describe what a function does in your own words
A function takes an input, does some work (a computation) and provides an 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) – 4
b) 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
- a function takes an input, does the programed calculation and returns a output
- a-4
b-17
c-1
-
A function takes a mathematic variable, calculate it, and gives you an output.
a) 4
b) 17
c) 0
- f (x) = (x/4) - 5
- Describe what a function does in your own words
A function is a computation or mathematical equation that determines the output from a given specific input
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)
- b) f(7)
- c) f(0)
a. f(2) = 4
b. 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
A function is a computation. It is an input that adds an output.
- a) f(2)=4
- b) f(7)=17
- c) f(0)=0
F(x)=(x/4)-5
This was very hard for me to understand. Took a while to grasp. I have a lot of math practice to do till I feel comfortable. Practice I shall.
1 Function is mathematical operation where x is variable
-
4, 17, 0
-
f(x)= x/4-5