Homework on Functions - Questions

https://forum.toshitimes.com/t/homework-on-functions-questions/8429/438?u=fabrice

  1. A function is a mathematical equation with a variable x
  2. a) 4 b) 17 c) 0
  3. f(x) = (x/4) - 5
  1. A function is a mathematical computation with an input and an output.

  2. a = 4, b = 17, c = 0

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

1 Like

Homework on Functions - Questions

  1. Describe what a function does in your own words
    represent a variable in a math problem to have different output for a answer.

  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

A calculation consisting of an input resulting in an output.

a. 4
b. 17
c. 0

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

1 Like
  1. Function is a computation. Computations have inputs and for every input there is an output.
  2. a. 4
    b. 17
    c. 0
  3. f(x)=(x/4)-5
1 Like
  1. A function does the same thing to each number

  2. a) 4
    b) 17
    c) 0

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

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

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

  2. a -> f(2)=x^2=2^2=4
    b -> f(7)=x+10=7+10=17
    c -> f(0)=x^2=0^2=0

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

1 Like
  1. A function is a math formula that takes an input and computes and output.

  2. a)4 b)17 c)0

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

1 Like
  1. 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
  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 computing system that are input and output both function are variable.
  2. Calculate the output of the following function
    What will be the output for the following inputs?
  • a) 4
  • b) 17
  • c) 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 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).

  2. A) f(x) = 2^2 = 4
    B) f(x) = 7+10 = 17
    C) f(x) = 0^2 = 0

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

  1. A function is a mathematical computation that provides an output given certain variables (input).

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

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

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

A function is a computation that given a certain input will produce an output accordingly.

  1. Calculate the output of the following function:

a) 4
b) 17
c) 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 given an input (value) gives an output (value).
  2. 4 ; 17 ; 0
  3. f(x) = (x/4)-5
1 Like

B) 7 is odd, so you must do (x+10)
7+10=17

1 Like

ah I see, I was confused with how the question was worded. Thanks for the clarification! :grinning:

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

  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) = x^2 = 4
  • b) f(7) = x+10 = 17
  • c) f(0) = x^2 = 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 mathematical expression that performs certain calculations on an input to produce an output.
  2. a) 4
    b)17
    c) 0
  3. f(x)= (x/4)-5
2 Likes