Homework on Functions - Questions

  1. Describe what a function does in your own words
    A function is a mathematical computation such that given an input, it yields the computed 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 = (x-20)/4 
2 Likes
  1. A Function is a mathematical equation in which an input yieldds an output.

(a) 4
(b) 17
© 0

1 Like

what happen to number 3 answer🤔

1. Describe what a function does in your own words.
A function is a script that is followed in order to get an answer, it’s universal and can be read by anyone.

2. Solve the following function.
2a. f(2) = 4
2b. f(7) = 17
2c. 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 is a computation that has an input and an output:
input 1 output 2

  1. 4
    17
    0

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

1 Like

Homework on Functions - Questions

  1. Describe what a function does in your own words
  • A mathematical equation that allows various numbers to be interchanged to come to a solution.
  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. functions take inputs and transform them into outputs

  2. a. 4
    b. 17
    c. 0

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

1 Like
  1. A function is a mathematical equation where you have an input of a variable and receive an output of a number.
  2. (A) 4; (B) 17 © 0
  3. f(x) = 1/4x -5
1 Like
  1. f(x) = x/4 - 5 :slightly_smiling_face:
  1. A function is a mathematical calculation or formula following certain rules.

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

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

1. Describe what a function does in your own words: It is like a machine that has an input and an output. And the output is related somehow to the input. https://www.mathsisfun.com/sets/function.html

  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) 10+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 defines an interaction of input given f(x) syntax, which then gives the output given x and f(x).

f(x) = { x^2 if x is even x+10 if x is odd }

f(2)=2^2=4

f(7)=7+10=17

f(0)=0^2=0

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

1 Like
  1. a function is computation where it takes an input and gives you an output.

a) 4
b) 17
c) 0

  1. f(x)=(x/4)-5
1 Like
  1. A function is a mathematical formula that takes a value (input) and places it in the mathematical formula and produces a result (output).
  2. a. 4, b. 17, c. 0
  3. f(x) = (x/4) - 5
1 Like
  1. A function specifies the relationship between an input and 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 is a set of instructions that take an input and produce an output
    a) 4
    b) 17
    c) 0
  2. f(x) = {
    x/-5
    }
1 Like
  1. An equation that does the same process to whatever variable you decide.
  2. A:4 B:17 C:0
  3. f(x) = {(x/4)-5}
1 Like

1
Function is a mathematical task where x is variable.

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

A function is a calculation allowing to associate a variable called “number” with x which has repercussions on the result.

2 - Calculate the output of the following function

f (x) = {

x ^ 2 if x is even

x + 10 if x is odd

}
3 - What will be the output for the following inputs?

a) f (2) = f (x) = 2 ^ 2 = 4
b) f (7) = f (x) = 7 +10 = 14
c) f (0) = f (x) = 0

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

1 Like

Is this a typo? :grin: