-
A function is a computational operation where an input results in an output.
-
a) f(2) = 4
b) f(7) = 17
c) f(0) = 0 -
f(x) = (x / 4) - 5
-
A function is used to set a task for a given variable.
-
f(2) Even = 4 Odd= 12
f(7) Even= 14 Odd=17
f(0) Even =2 Odd =10 -
Input f(x) = x/4
Output f(x) = x-5
-
A function is a computation that gives a specific outcome (output) after following defined rules derived from the X equation (input)
-
(a) 4 (b) 17 © 0
-
f(x) = (x/4) -5
1.) A function takes an input and gives an output based on the variable and what the function does.
2
17
0
3.) f(x)= (x/4) -5
- a function sets the parameters for an equation. Give it an input and you get an output.
2 .a4, b17, c0
- f(x) = (x/4) - 5
-
A function is a mathematical ecuation in which we set the mathematical operation itself based on a variable, X.
-
a). 4 ; b). 17 ; c). 0
-
f(x)=(x/4)-5
-
Describe what a function does in your own words
Function is a computation that takes in an input, process/compute it, and then produce 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
}
Only one answer is correct.
1.A function is a command which calculates input and provides the output.
2.a) f(2)=4
b)f(7)=17
c)f(0)=0
- f(x)=(x/4)-5
-
A function calculates a specific calculation on an input and produces an output.
a) 4
b) 17
c) 0
- f(x) = (x/4) - 5
-
A functions takes an variable input does something with it an returns an output.
a) f(2) = 4
b) f(7) = 17
c) f(0) = 0
- f(x) = (x/4) - 5
-
A function is some piece of information you create to receive a specific outcome given different situations.
It will apply equally to each unique variable entered.
a) f (2) = 4
b) f (7) = 17
c) f (0) = 0
- f (x) = ( x/4 ) - 5
-
A function accepts an input, applies some changes to that input. The result of the changes is called the output.
-
a.4, b.17, c.10
-
f(x) = { x / 4 - 5}
- a computation to verify the validity of the data.
- 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)
Answer: it took me a long time to figure it out. lols. to make things easier
^ means x (multiply).
A. *x^2 if x is even
- so if x is an even number, x multiply by 2
B. *x+10 if x is odd
- so if x if odd, add x with 10
-
f (2)
(2)x2 =4 (use the A equation) -
f(7)
(7) +10=14 (use the B equation) -
f (0)
(0)x0=0 (use the A equation)
- 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)-7
A function is a computational formula that produces an output when when inputs are entered into the formula
A)4
B)17
C)0
F(x)=(x/4)-5
Describe what a function does in your own words: it makes a calculation with an input and creates an output from that calculation
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) = 2^2 = 2x2 = 4
b) f(7) = 7+10 = 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
1- A VARIABLE IN AN EQUATION WHERE X IS THE FUNCTION
2A- 4
2B-17
2C-0
3- F(X) = x/4 - 5
-
Describe what a function does in your own words.
Function gets and an input, calculates an output by given condition and returns that 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) = 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
I see thanks alot I misunderstood the formula even and odd are the numbers given…so
1.F(2) will = 4 because 2 is a even number multiplied f(x)
- F(7) will = 17 because odd number f(7)+ 10=17
3 F(0) will = 0 because even function f(0) x 2= 0
F(x) = x/4-5
- Describe what a function does in your own words.
As per my understanding, to achieve some certain goals, we create a system where we write a set of mathematical instructions to achieve those goals in a specific manner called ‘syntax’ and this whole system is called function. Now, whenever desired or random ‘number’ or ‘information’ called input is processed through this function, then given input is manipulated according to the pre-written set of mathematical instructions in that function and produce a result called output.
2. Answers-
a) f(2) = 4
b) f(7) = 17
c) f(0) = 0
- f(x) = (x/4)-5