Homework on Functions - Questions

  1. computing of an equation
  2. a) 4
    b) 17
    c) 0
    30 f(x)=(x/4)-5
1 Like
  1. Describe what a function does in your own words

a) A function is a repeatable process. Input goes in, the process occurs, and then output comes out.

  1. 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.

a) f (x ) = { (x / 4) – 5 }

1 Like
  1. A function is a mathematical computation that takes an input then computes to get an output.

  2. A. 4
    B) 17
    C) 0

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

1 Like

A function is a mathematical procedure in which the input and the output can vary but the formula is the same.
2.a)4
b)17
c)0
3.f(x)=x/4-5

1 Like

A function is a computation that has an input and an output.

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

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

1 Like
  1. a function is formula that can be applied to variables to achieve outputs
  2. a) 4 b)17 c)0
  3. f(x) = (x/4)-5
1 Like
  1. Describe what a function does in your own words
    A function takes an input and processes it according to a formula and produces an output.

  2. Calculate the output of the following function

  • 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. A function is a computation that exists of two parts, an input and an output and where they both share a relation two eachother

  2. 4
    17
    0

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

1 Like
  1. A function is a computation of an output based on the input

  2. a) 4
    b) 17
    c) 0

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

1 Like
  1. A Function is a computation given from an input, computes following math rules an get an output.

  2. a. 4
    b. 17
    c. 0

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

1 Like
  1. A function is a binary expression involving one or multiple variables in which an input (x) goes through a mathematical equation to produce an output result ( y = f (x) ).

  2. f (2) = 2^2 = 4

    f (7) = 7 + 10 = 17

    f (0) = 0^2 = 0

f (x) = x                  	              / : 4
f (x) = x/4	
f (x) = 0.25 * x	                      / - 5
f (x) = ( 0.25 * x ) - 5
1 Like
  1. A function is an equation in which “x” is the variable and the output of the function is dependent on what is inputted for the value of “x”

  2. a. 4
    b. 17
    c. 0

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

1 Like

A function is when a value is inputted and a calculation is applied giving a new output.
a) 4
b) 17
c) 0
f(x) = (x/4) - 5

1 Like
  1. function is a computation that takes an input, computes and gets an output.

2
a) 4
b) 17
c) 0

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

/ Viktor

1 Like
  1. Describe what a function does in your own words

A function is a mathematical instruction that takes an input value and performs a mathematical task to it, generating an output value.

  1. Answers:

f(2) = 4
f(7) = 17
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

It dictates what happens to the input number

  1. a) 4
    b) 17
    c) 0

  2. F(X) = X / 4 - 5

1 Like
  1. A function is a rule that determines the relationship between an input and an output.
  2. a. 4 b. 17 c. 0
  3. f(x)=(x/4)-5
1 Like

Functions Homework

  1. Computation from an input to an output
    2a. f(2)=x+2=4
    2b. f(7)=x+10=17
    2c. f(0)=x+0=0
  2. f(x)=x/4-5
1 Like
  1. A function uses rules and variables to get an output value.

  2. a) 4 b) 17 c) 0

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

1 Like
  1. a function is telling what is going to have when you apply the function to a number
  2. 4, 17, 0
  3. f(x)= (x/4)-5
1 Like