Homework on Functions - Questions

  1. A function describes the set of rules how an input has to be processed mathematically to create an specific output.

  2. a) 4
    b) 17
    c) 0

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

1 Like
  1. It’s a computation which requires an input and calculates an output.

a) 4
b) 17
c) 0
3. f(x) = {(x/4)-5}

1 Like
  1. A function is a computation that transforms inputs in outputs.
    2.a)4, b)17, c)0
    3.f(x)=(x/4)-5
  1. Describe what a function does in your own words
    Computating an input to 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. A calculation that converts an input to an output.

2a) 4

2b) 17

2c) 0

  1. f(x)=(x/4)-5
1 Like
  1. A function gives an input and calculates an output.

  2. a) 4
    b) 17
    c) 0

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

1 Like

the 3rd Question was not that easy to capture how it should be written after watching your video. I really had to look at all the others who wrote about it. I must be off…It is late :laughing:

A function is a formula which creates outputs based on inputs.

a) 4
b) 17
c) 0

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

1 Like

Homework on Functions - Questions

  1. Describe what a function does in your own words
    A function is a computational process that converts an input into 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)
    f(x) = x^2 if x is even, x+10 if x is odd
    f(2) = 2^2
    f(2) = 4

  • b) f(7)
    f(x) = x^2 if x is even, x+10 if x is odd
    f(x) = 7+10
    f(x) = 17

  • c) f(0)
    f(x) = x^2 if x is even, x+10 if x is odd
    f(x) = 0^2
    f(x) = 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

Another example of another function…

f(IvanonTechAcademy)=A Blockchain Academy Certificate and an awesome career in the blockchain industry!!! Five out of four people that don’t understand ratios probably won’t get this joke… :wink:

2 Likes

Putting the F U N in functions!!! I’ve completed the work for this assignment, which can be found at the link below, which I believe is 100% correct but totally subject to correction, or improvement, should anyone find an error or suggest a worthwhile clarification. I hope the homework I posted will help anyone who is struggling with this assignment and, furthermore, if you want more personalized assistance with this assignment then please feel welcome to message my profile. I’ll even try to allocate a mutually agreeable specific time to help you over a phone call, a FB video chat, text messaging, Skype, whatever works best for you, if needed. Anyways, my best to everyone and if I can be of assistance then please feel welcome to let me know.

Homework on Functions Completed by SatoshiNoobamoto

1 Like
  1. A function is a fixed computation that takes an input and generates an output

a) 4
b) 17
c) 0

  1. F(x) = (x/4) -5
1 Like
  1. Describe what a function does in your own words

A method that performs a computation.

  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.

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

1 Like
  1. It starts with an input and creates a different output with the output depending on the function’s properties.

  2. f(2)=2^2=4
    f(7)=7+10=17
    f(0)=0^2=0

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

1 Like
  1. A function is a computation that takes an input which it computes and then gets an output.

  2. A:2^2=4
    B: 7+10=17
    C: 0

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

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

2.a. 4 b. 17 c. 0

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

1 Like
  1. A function is a computation that takes an input, and applys a calculation to that input

2.a. 4
b. 17
c. 0

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

1 Like
  1. For a given input, have an expression to give desired output.
  2. a) 4
    b)17
    c)0
  3. h(x) = (x/4)-5
1 Like
  1. Describe what a function does in your own words
    A function is a set of instructions which modifies an input value, which is variable, to yield 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)=.25x-5

1 Like

1- Functions transform an input and gets an output out.
2- a) 4 b) 17 c) 0
3- f(x)=x/4-5

1 Like
  1. Function is computation which follows specific mathematical rules.

a) f(x)= 2x thus when x=2, f=4 also
when x=0, f=0

b) f(x) = x+10 thus when x=7, f=17

  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}