1- a function is a mathematical equation in which X is a variable
2- A) = 4
B) = 17
C) = 0
3- f(x)= x/4-5
1- a function is a mathematical equation in which X is a variable
2- A) = 4
B) = 17
C) = 0
3- f(x)= x/4-5
Describe what a function does in your own words
A function performs a calculation on an input and produces 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
f(x)=(x/4)-5
1- A function is a computation that transforms a given input into a an output through a predefined process.
2- a) 4
b) 17
c) 0
3- f(x) = x-5
Set of instructions/rules to a variable (input) to get a result (output)
a) f(2) = 4
b) f(7) = 17
c) f(0) = 0
A function applies mathematical rules/formulae to an input in order to produce an 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
1, Describe what a function does in your own words
2,
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^2 if x is even
x+10 if x is odd
}
What will be the output for the following inputs?
a) 4
b) 17
c) 0
1/ when becoming same input, a function always produces same unique output
2/ f(x)= x.x, f(x) = x + 10
a/ 4
b/ 17
c/ 0
3/ f(x) = x/4 - 5
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
a.) f(2) = 4
b.) f(7) = 17
c.) f(0) = undefined
3. f(x) = (x/4) - 5
What will be the output for the following inputs?
a) f(2)
Because 2 is even
f(2)= 2^2=4
b) f(7)
Because 7 is odd
f(7)= 7+10= 17
c) f(0)
Because 0 is even
f(o) = 0^2 = 0
[quote=βivan, post:1, topic:8429β]
A function is simply an automation of some type of calculation.
a) 4
b) 17
c) 0
f(x) = (x/4) - 5
Describe what a function does in your own words
A function is the application of some work or change upon an original or specific value (or number) which results in a modification or change to the original/specific value (or number) expressed as an output
NOTE: the output may be the same (value/number) as the original/specific input or different.
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)
ANSWER: 4
b) f(7)
ANSWER: 17
c) f(0)
ANSWER: 0,10
a. 4
b. 17
c. 0
A function does calculations and will calculate a new number if you give it a number to be added, multiplied, subtracted, or divided. A function can get a number input and then calculate an output number result.
A) f(2)=4
B) f(7)=17
C) f(0)=0
f(x)=x/4-5