Homework on Functions - Questions

  1. A function is a computation in which takes an input value and performs a mathematical procedure to create an output value.
  2. A) 4
    B) 17
    C) 0
  3. F(x)= (x/4)-5
1 Like
  1. A function is a computation that ensures the same rules defined by the input (x) are applied to each variable entered.

  2. a) 4; b) 17; c) 0

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

1 Like

1.Functions are computations that takes an input, does some calculations and gives an output.
2.f(2^2) = 4
f(7+10) =17
f(0) = 0
3.f(x)=(x/4)-5

1 Like
  1. A function is the directive given to a variable (input) that will ultimately result in an output

a) f(2)= 2^2 = 4
b) f(7)= 7+10=17
c) f(0)=2/0=0

f(x)= (x/4)-5 (honestly im guessing this is whats meant by write the definition. I hope.

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

Function calculates the output from the input according to the parameters given to it.

  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

Homework on Functions
1- Function where you define steps or rules to follow and perform a specific operation.
2- f(2)=4 , f(7)=17 , f(0)=0
3- f(x)={(x/4)-5}

1 Like

Is this a typo? :slight_smile:

1.) Is a relation between an Input and an Output. Each Input can have 1 Output.

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

Functions are simple computations. They are using input to perform a calculation and then provide the output.

2.) Calculate the output of the following function

a.) 4

b.) 17

c.) 0

3.) 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.

    Performs a calculation on a given input and produces an output.

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

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

1 Like
  1. A function it’s a computation that defines a relationship between one variable and another variable

  2. a)4
    b)17
    c)0

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

2 Likes

1. Describe what a function does in your own words
With functions an input can be mathematicaly calculated according to the given formula.

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

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

2 Likes
  1. Functions take inputs , perform operations and then provide an output.

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

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

1 Like

Yes and thank you for the oversight :blush: I will edit now. It was pretty late…lol.

  1. Describe what a function does in your own words
    A function takes an input, does some work (a computation) and provides 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

  3. 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 takes an input, does the programed calculation and returns a output
  2. a-4
    b-17
    c-1
1 Like
  1. A function takes a mathematic variable, calculate it, and gives you 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 function is a computation or mathematical equation that determines the output from a given specific input
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)
  • b) f(7)
  • c) f(0)

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
2 Likes

A function is a computation. It is an input that adds an output.

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

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

This was very hard for me to understand. Took a while to grasp. I have a lot of math practice to do till I feel comfortable. Practice I shall.

2 Likes

1 Function is mathematical operation where x is variable

  1. 4, 17, 0

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

2 Likes