Homework on Functions - Questions

If you have troubles to understand, I can always do a voice chat on discord or something.

1 Like

The parity of zero is ‘even’
So 0^2=0

1 Like

f(x) = x/4 - 5
So it divides the input(x) with 4 and this result minus 5

1 Like

You need to change x with the giving values. Then depending if x is even or odd you do a different operation.

f(2) so if you change x with 2 = even, so 2^2=4
b) f(7) = 7 is odd so we need to add 10 (7+10)= 17
c) f(0) = 0 is even so 0^2 = 0

2 Likes

4 is the answer to a)
^ means a power relation so ^2 means multiply by itself.
https://forum.toshitimes.com/t/homework-on-functions-questions/8429/438?u=fabrice

1 Like

yes thats it was it means

2 Likes
  1. a fonction is a process which perform calculus over data entries to produce a mathematical answer.

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

f(x)=x/4-5

1 Like

Answers

  1. A function is a math computation that takes an input and gets an output.

2a) f(2) = 4

2b) f(7) = 17

2c) f(0) = not defined

  1. f(x) = (x/4) - 5
1 Like
  1. Function takes input provided and follows it’s predefined procedure to give an output

    • 4
    • 17
    • 0 or error lol?
  2. f(x)=(x/4)-5

1 Like
  1. Describe what a function does in your own words
    A function is a computation or equation in which there is a variable input which result in an output.

  2. Calculate the output of the following function

a. 4
b. 17
c. 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 the action between an input and an output.

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

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

thanks for the graphic explication it clarify my mind :slight_smile:

1 Like
  1. A function adds something to an input to give an output.

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

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

1 Like

1 Function is an instruction that activate an output giving a input.
2 a) f (2) if is even = 4
b) f (7) if is odd +10 = 17
c) f (0) not sure

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

1 Like
  • A function is a rule that would be executed as programmed.
  • a) 4
    b) 17
    c) 0
  • f(x) = (x/4)-5
2 Likes
  1. Function is a computation which reaches a certain outcome (output) depending on the input.

  2. a. 4
    b. 17
    c. 0

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

2 Likes

The parity of zero is even, so 0^2=0 (0 x 0)

1 Like

The parity of zero is even, so 0^2=0 (0 x 0)

1 Like

The parity of zero is even,
So we replace x with zero:
f(0)=0^2=0

If you don’t understand this symbol ^
Check out:
The meaning of ^

1 Like

No just don’t get Math

1 Like