Homework on Functions - Questions

Its a mathematical rule that calculates an input giving the calculated output

a) f(2) = 4
b) f(7) = 17
c) f(0) = 0

  1. f(x) = (x/4) - 5
1 Like
  1. A function is a computation that determines an output from a set of given inputs.

  2. I’ve never seen the ^ symbol in an equation. Admittedly I needed to look for the explanation. “And” meaning multiply is a new one.
    a) 4
    b) 17
    c) 0

  3. f (x) = ( x / 4) - 5
    Can anyone clarify if the brackets would actually be needed in this instance as division and multiplication are usually prioritised in an equation, right?

1 Like

No they are not required. :slight_smile:

1 Like

1.Function is you a certain formula to put in in order to get a related output.

2.f(2)=4
f(7)=17
f(0)=0

3.f(x)= (x/4)-5

1 Like
  1. A function is a computation that gives an output based on parameters set by the input, where x is the variable.
  2. a) f(2) = 4
    b) f(7) = 17
    c) f(0) = 0
  3. f(x) = { (x/4) - 5 }
1 Like

1.Function is a computing command.

    • a) f(2)=4
    • b) f(7)=17
    • c) f(0)=0
  1. f(x)=x/4-5

1 Like
  1. Produce an output based on a set of instruction applied on the input
  2. Calculate the output of the following function
    a) 4
    b) 17
    c) 0
  3. f(x) = {(x/4) - 5}
1 Like

1 Function is the computation of input to receive output.
a. 4
b17
c 0
3 f = { x/4-5}

1 Like
  1. A function defines an outcome based on its input

  2. a) f(2)=4
    b)f(7)=17
    c)f(0)=0

  3. f(x)=(x/4)-5

1 Like
  1. Describe what a function does in your own words - it makes a computation/calculation based on an input and, as a result, it delivers an output
  2. 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
  1. 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 Like
  1. Describe what a function does in your own words.
    A function is a computational equation that receives an input which produces a desired output.

  2. Calculate the output.
    a. 4
    b. 17
    c. 0

  3. F(x) = x/4 - 5

1 Like
  1. You give an input to the function and get a defined ouput.

a) 4
b) 17
c) 0

3.)

f(x) = (x/4) - 5

1 Like
  1. A function takes an input, runs the required calculations based on that input and gives an output.
  2. a) 4
    b) 17
    c) 0
  3. f(x)= (x/4)-5
1 Like

1: A function is a set computation that takes an input value, then manipulates that value and outputs an output value.

2:
a = 4
b = 17
c = 0

3:
f(x){
y = x / 4
y - 5
}

1 Like
  1. A function takes an input value, performs a calculation on that value, then gives an output value based on the calculation.

  2. a) f(2) = 4
    b) f(7) = 17
    c) f(0) = 0

  3. f(x) = (x/4)-5

1 Like

1 It’s a mathematical operation.

2 a) 4, b) 17, c) 0

3 f(x)=(x/4)-5

1 Like

The input is a number, performs an operation then gives the result as output.

a) 4
b) 17
c) o

f(x) = x/4-5

1 Like

Hey @JasaInc, hope you are great.

I think you forgot to type the “x” variable in your equation, maybe you want to redesign the answer :nerd_face:

If you have any more questions, please let us know so we can help you! :slight_smile:

Carlos Z.

2 Likes
  1. function is an equation where you have x as the variable in the equation.
    2)a- F(2)= 2(2)=4
    b-F(10)=7+10
    c- F(0)=2(0)=0
  2. F(x) =(x/4-5)
1 Like
  1. function is used to do some work and return back the result, it can be mathematical or other thing

  2. f(2) =4. , f(7)=17 , f(0)=0

f(x) = {

x=x/4

x= x -5

}

1 Like