https://forum.toshitimes.com/t/homework-on-functions-questions/8429/438?u=fabrice
- A function is a mathematical equation with a variable x
- a) 4 b) 17 c) 0
- f(x) = (x/4) - 5
-
A function is a mathematical computation with an input and an output.
-
a = 4, b = 17, c = 0
-
f(x) = (x/4)-5
Homework on Functions - Questions
-
Describe what a function does in your own words
represent a variable in a math problem to have different output for a answer. -
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 calculation consisting of an input resulting in an output.
a. 4
b. 17
c. 0
f(x)=(x/4)-5
- Function is a computation. Computations have inputs and for every input there is an output.
- a. 4
b. 17
c. 0 - f(x)=(x/4)-5
-
A function does the same thing to each number
-
a) 4
b) 17
c) 0 -
f(x)=x/4-5
- A hash function converts a numerical input value into another nathematical unique digital finger print value.
2.a) = 4
b) = 17
C)= 0
3, f(x) = x/4 -5
-
A function is a mathematical way to represent a relation between an input and an output. It means that, basing on how the function is written, a certain input will produce a specific output. It also means that by having an output and by knowing the function from which it originates it would be possible to derive the input provided.
-
a -> f(2)=x^2=2^2=4
b -> f(7)=x+10=7+10=17
c -> f(0)=x^2=0^2=0 -
f(x)= [(x/4)-5]
-
A function is a math formula that takes an input and computes and output.
-
a)4 b)17 c)0
-
f(x) = x/4-5
- A function is a computation of an input to produce an output.
What will be the output for the following inputs?
- a) f(2) f(2)=x^2=2^2=4
- b) f(7) b -> f(7)=x+10=7+10=17
- c) f(0) c -> f(0)=x^2=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)
- Describe what a function does in your own words
a computing system that are input and output both function are variable. - Calculate the output of the following function
What will be the output for the following inputs?
- a) 4
- b) 17
- c) 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 in which you assign a number to a variable. Once the number (your input) is assigned to the variable the equation can be solved and it will give you an answer (your output).
-
A) f(x) = 2^2 = 4
B) f(x) = 7+10 = 17
C) f(x) = 0^2 = 0 -
f(x) = (x/4)-5
-
A function is a mathematical computation that provides an output given certain variables (input).
-
f(2)=4
f(7)=17
f(0)=0 -
f(x) = (x/4)-5
- Describe what a function does in your own words
A function is a computation that given a certain input will produce an output accordingly.
- Calculate the output of the following function:
a) 4
b) 17
c) 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 that given an input (value) gives an output (value).
- 4 ; 17 ; 0
- f(x) = (x/4)-5
B) 7 is odd, so you must do (x+10)
7+10=17
ah I see, I was confused with how the question was worded. Thanks for the clarification!
- Describe what a function does in your own words
A function is a computation that takes 1 or more arguments, processes a calculation using those arguments and then returns the result of the calculation to the invoker of the function.
- 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) = x^2 = 4
- b) f(7) = x+10 = 17
- c) f(0) = x^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 a mathematical expression that performs certain calculations on an input to produce an output.
- a) 4
b)17
c) 0 - f(x)= (x/4)-5