Homework on Functions - Questions

  1. A function computes an input and demonstrates an output.
    2.4. 17. 0.
    3.f(x)= (x/4)-5.
1 Like

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

A function is a computation ( calculation ) a system of reckoning, you give something an input you do a calculation,then it gives you an output.

2/ A/ 4 B/ 17 C/ 0
f(x) (x/4)-5

1 Like

f(2)=2^2=4
f(7)=7+10=17
f(0)=0^2=0
2.
f(x)=(×÷4)-5

1 Like

1 Function describes what will happen to a variable every time its computed
2a 4
2b 17
2c 0
3 f(x)=((x/4)-5)

1 Like
  1. A function is a calculation that takes an input and gives a specific output based on what
    the function is programed to calculate.

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

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

1 Like
  1. function is equal to computation
  2. 4; 17; 0
  3. f(x) =x/4-5
1 Like
  1. Function is computation (input =-output)

2.a) f(2)= 2X2 = 4

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

c) f(0)= 0

  1. f(x) = x/4-5
  1. A function produces an operation or series of operations to a specified input and produces a certain 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

A function creates a mathematic script to automatically produce an output when the variable is added.

  1. Calculate the output of the following function
    • 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. its a computation
  2. a. 4 b. 17 c. 0
  3. f(x)=(x/4)-5
1 Like
  1. A function are computations of unique inputs and outputs

  2. a - 4
    b - 17
    c - 0

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

1 Like

Good job! You have it perfectly right :ok_hand:

You’re lucky that 2x2 = 2^2 :wink:
https://forum.toshitimes.com/t/homework-on-functions-questions/8429/438?u=fabrice

The parity of zero is even.

The parity of zero is even.
So 0^0=0 (defined)
Undefined is the lack of having a value.

1 Like

Yeah :grin: and the parity of zero is even, so it’s just zero.

2 is even, so f(2)=2^2=4

1- A function is a mathematical artifact that generates an output for a given input.

2-

  • f(2) = 4 2 is even
  • f(7) = 17 7 is odd
  • f(0) = 0 0 is even

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

1 Like

Thank you Fabrice my man!

1 Like
  1. Describe what a function does in your own words
    Takes a number and calculates it in the give function to obtain result
    i.e. f(5)= 4x -1 then f(5) = 19

  2. Calculate the output of the following function
    (a) f(2) = 4 if x is even
    (b) f(7)= 17 if x is odd
    © f(0)= 10 if x is odd

  3. f(x)/4 = x-5
    Iff x=2 then