Homework on Functions - Questions

Function decides what will happen with input before it becomes output
2.
a) 4
b)17
c)0
3.
f(x) (x/4)-5

  1. A function is a routine that takes an input, process it with some mathematical calculation, and gives an output.
  2. a. f(2) = 4
    b. f(7) = 17
    c. f(0) = 0
  3. f(x) = (x / 4) - 5
1 Like
  1. Function is math about calculations where you can input something to get an output

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

1 Like

Homework on Functions - Answers

  1. In my own words function is an input that gives you an output.

  2. a) 4
    b) 17
    c) 0

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

1 Like

1- a function is an equation with a variable. The input determines the output
2
a) 4
b) 17
c) 0

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

2 Likes

Homework on Functions - Questions

  1. Describe what a function does in your own words

A function is a computation with a variable input required to generate the 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)
    f(2) = 2^2 = 4

  • b) f(7)
    f(7) = 7+10 = 17

  • c) f(0)
    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. Describe what a function does in your own words
  • A function takes any number in a input to generate a 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)
  • 2^2 = 4
  • b) f(7)
  • 7+10 = 17
  • c) f(0)
  • 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. Describe what a function does in your own words
Applies a set of mathematical rules to an input which then produces a unique 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)
  • b) f(7)
  • c) f(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.

I need to brush up on my algebra in order to understand and answer most of these questions.

1 Like

A function is a computation that takes an input and using the applied mathematical formula generates an output.
a) 4
b)17
c)0

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

1 function - it a computation that allows us using input come to output.
2. 4
17
0
3 f(x)= (x/4) - 5

1 Like
  1. A function gives a solution for a equation where there is a variable.

  2. 4;17;0

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

1 Like

A function is a mathematical equation with defining rules.
a 4
b 17
c 0
3. f(x) = (x/4)-5

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

It is a computational process in which there is an input (variable) and the output which represents the result of the computational operation defined in 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) = 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

if X = 2 (even)–> 2^2 = 4
if X = 7 (odd)–> 7 + 10 = 17

1 Like
  1. Describe what a function does in your own words
    A function returns an output for a given 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)
    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 is the mathematical rule that determines the value of inputs and outputs

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

f(x) = (x/4) - 5
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.

1 Like

1.- A function is a computation which uses an input to give an output.
2.-
a)4
b)17
c)0,10
3.- f(x)=(x/4)-5

1 Like
  1. A function is a computation of an input and output.

a) 4
b)17
c) 0

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

1.function allows for computations. Solving for x (input) gives and output calculation.
2. a. 4, b.17, c. 0
3. f(x)=x/4-5

1 Like
  1. A f(x) shows a relation and dependency of a variable x. There msy be a constant involved which can be of value 0 or any other value.

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

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

1 Like