- A function gives you an output based on the declared variable.
f(2) = 4
f(7) = 17
f(0) = 0
- f(x) = (x/4)-5
f(2) = 4
f(7) = 17
f(0) = 0
1 - Computation that gives output from input
2 - 4,17,0
3 - f(x)= (x/4) - 5
A function is single unit of computation that takes in an input and produces an output
a) f(2) = 4, b) f(7) = 17, c) f(0) = 0
f(x) { (x / 4) - 5 }
Function is computation. We give input and get output
a) 4
b) 17
c) 0
3.f(x) = x / 4 -5
A function is a computation that allows for input for a variable. Let’s you solve for a variable
1)4
2) 17
3)0
f(x)= (x/4)-5
A function is a mathematical equation that is performed on a variable.
a. 4
b.17
c. 0
f(x) = x/4-5
Standard order of operations is assumed
Answer: f(x)= (x/4)-5
A function is mathmatical equation that can take an input to a desired output.
f(x) =
x^2 if x is even
x+10 if x is odd
a) f(2) = 4
b) f(7) = 17
c) f(0) = 0
f(x)= x/4-5
a) 4
b) 17
c) 0
f(x)=(x/4)-5
2 .
a) f(2) = 4
b) f(7) = 17
c) f(0) = 0
f(x) = (x/4)-5
a) 4
b)17
c)0
A computation with input and output.
a) 4
b) 17
c) 1
f(x) = (x/4) - 5
Is this a typo?
a function is a mathematical equation in which X is a variable
a. f(2), b. f(17), c. f(0)
q1-ans
Function is a program that take input and return value after perform some calculations.
q-2
a) f(2) = 4
b) f(7) =49
c) f(0) =0
q-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.
ans.
f(x) = {
x/4 -5
}
Haha. Definitely. It should be zero. Thank you. Don’t need that muscle memory moving forward.