Homework on Functions - Questions

  1. A function is a mathematic equation producing result under the same condition for different variables.
  2. a. f(2) = 4
    b. f(7)= 17
    c. f(0)= 0
  3. f(x)=x/4 - 5
1 Like
  1. A function is a computation such as input/output

  2. A-4
    B-17
    C-0

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

1 Like
  1. a function defines a set of actions to take consistently on different variables; the variable is the input, the result of the actions taken to the variable is the output
  2. a. 4 b. 17 c. 0
  3. f(x) = (x/4) - 5
1 Like

1 it’s a computation that will calculate the outputs for various inputs
2 a 4
b 17
c 0
3 f(x)=(x/4)-5

1 Like

A function is a mathematical computation whereby you give rules to an input to get an output.

a) 4
b) 17
c) 0

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

1 Like

A function is an algebraic formula that has a variable identified as its input and a calculation defined as its output that is dependent on the input variable.

a) f(2)={2^2}. 4
b) f(7)={7+10}. 17
c) f(0)={}. 0

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

1 Like
  1. A function calculates specific input and delivers one output to each input.

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

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

1 Like

0^0 = 1, but the answer for c is 0^2 = 0.

Thanks for catching my error. You are correct. 0^0 could be 1 or it could be undefined, right? 0^2 = 0. That’s why I like to put my calculations in the answer, and not just show the answer. It helps me learn.

1 Like
  1. A Function takes a number of inputs, performs operations on the inputs, and gives results of the operations at Outputs

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

  3. 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 computation that turns an input into an output

  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

A function produces a unique output from an input, based on a mathematical computational rule.

a) 4
b) 17
c) 0

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

1 Like

well i just learned something new, lol

1 Like
  1. Describe what a function does in your own words
    A function is a definition of an output which performs a mathematical task consisting of inputs and out puts

  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)=2x2= 4
* b) f(7)=7+10=17
* c) f(0)=0

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 - Questions

  1. Describe what a function does in your own words

a function takes an input and does a computation to return an output.

  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. A function is a mathematical equation whereby we have an input and an output with a variable usually known as x.

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

  1. f(x) = (x/4) -5
1 Like

Thank you for getting back to me. I appreciate your time, but I’m still having a tough time understanding why I need to add 10 if 7 is an odd number.???

I have no background in this industry so most things are foreign to me.

Ill watch the video again to better understand the equation for question 2&3.

  1. Function takes input and depending on the conditions and operations unique to each functions it produces an output.

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

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

1 Like

1 - A function provides a computation
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 computations that are added to an input in order to get a result.

  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