- A function is where you add an input values and performs a defined mathematical task to produce an output value.
a) 4
b) 17
c)0
- f(x) = (x/4)-5
a) 4
b) 17
c)0
A function is a computation(s) that has an input and an output, where X is the variable in the formula.
(a). f(2)=(2^2)= 4 (b). f(7)=7+10= 17 ©. 0
f(x)=(x/4)-5
A function is a set of mathematical rules that decides the output depending on the input
1 - A function is a mathematical equation with a input and output
2 - a) 4
b) 17
c) 0
3 - f(x) =(x/4)-5
A function takes an input and puts it through a calculation to give you an output.
a: 4
b: 17
c: 0
Homework on Functions - Questions
A function is a mathematical operation that is performed on a variable (input) to produce a result (output)
f(x) = {
x^2 if x is even
x+10 if x is odd
}
What will be the output for the following inputs?
f(x) = x/4-5
BODMAS means we don’t need to use brackets but for the sake of clarity we can also write
f(x) = (x/4)-5
Glenn_CostaRica
1. Describe what a function does in your own words
A function is a set of rules that takes some input, applies the rules to the content of the input, and generates some output as a result.
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} (PS: one can take all the brackets, naturally).
1. Describe what a function does in your own words.
A function is a computation where each input produces a specific 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) f(x) = {x^2}; f(2) = (2^2) = 4.
b) f(7) f(x) = {x+10}; f(7) = (7+10) = 17.
c) f(0) f(x) = {x^2}; f(0) = (0^2) = 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}
Q1: A function applies a given set of rules to an input in order to get an output.
Q2: 4, 17, 0
Qq3: f(x) = (x / 4) -5
a function is a mathematical equation ,computation that takes an input produce an output according to an input formula.
2- A) = 4
B) = 17
C) = 0
3- f(x)= x/4-5
Function is a mathematical calculation, where it has an input of some value and gives ona output of some valeu
f(even)^2 = even
f(odd + 10) = odd
a) f(2)^2 = 4
f(2+10) = 12
b) f(7)^2 = 49
f(7+10) = 17
c) f(0)^2 = 0
f(0+10) = 10
A function uses a set imput to generate an output based on variables entered.
What´s the outputs?
a) 4
b) 17
c) 0
f(x) = (x/4)-5
Homework on Functions - Questions
f(x) = {
x^2 if x is even
x+10 if x is odd
}
What will be the output for the following inputs?
1.) A function is a computation that takes an input, computes and gets an output.
2.a.) 4
b.) 17
c.) 0
3 f(x) = x/4 - 5