The parity of zero is even.
The parity of zero is even. So 0^2 = 0
Checkout this post explaining the meaning of ^
- A function takes a given input value and puts it into a formula or mathematical operation which produces a result or output.
- a) 4
- b) 17
- c) 0
- f(x) = x/4-5
- A function takes a variable (input) and performs an operation/operations on that variable to produce a result (output).
2a) 4
2b) 17
2c) 0
- f(x) = (x/4) - 5
- it computes an output
- a) 4 b)17 c) 0
- f(x)=(x/4)-5
-
It is a formula that accepts an input and produces and output.
a) 4
b) 17
c) 0
1) Describe what a function does in your own words: A function is a mathematical computation that has an input and an output based on the input formula parameters.
2) a) f(2) = 4
b) f(7) = 17
c) f(0) = 0
3) f(x) = x/4 - 5
-
It takes an input, computes whatever the function is supposed to compute and provides an output
-
4, 17, 0
-
f(x) = x/4-5
-
A function takes some input, performs some calculation, and outputs a value.
- 4
- 17
- 0
- f(x) = { (x / 4) - 5 }
1.a function specifies the outcome of what will be calculated
2.4
b 17
c 0
d f(x) = (x / 4) - 5
1.an functoin is the same actions to each variable entered
2. a)5
b)22
c)0
3,. d(y)=(y/5)-6
Answers:
1- A function takes a data input and produces an output based, it uses predefined parameters to generate the output
2- A= 4, B= 14, C= 0.
3- f(x) = {(x/4)-5}
- a function is a computation where you give an imput and recive an output.
- a) 4
b) 17
c) 0 - f(x)= (x/4)-5
- A function is a mathematical calculation with one or more variables.
- a) f(2)=4
b) f(7)=17
c) f(0)=0 - f(x)=(x/4)-5
-
A function is a mathematical input that equals an output.
-
a) 4
b) 17
c) o -
f(x)=(x/4)-5
- a function is an equation that tells you what to do with the variable input
- a. 4 b. 17 c. 0
- f(x) = (x/4)-5
- it applies a relationship with a an independent variable X
- a) 2^2=4 b) 7+10=17 c) 0
- f(x)=x/4-5
1.-It assigns certain rules given an input to produce an output
2.-4, 17, 0
3.-f(x) = (x/4)-5
Function does the same actions to each unique variable entered.
a) 4
b) 17
c)0
f(x) = (x/4)-5
-
Describe what a function does in your own words
A function is the proces between the input and the 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
- Write the definition of a function f that takes an input x, divides it by four and then outputs that result subtracted by 5.
[/quote]
f(x)=(x/4)-5