Homework on Functions - Questions

  1. A function is a mathematic calculation that executes a formula from an input to give a result (output).

  2. a) 4
    b) 17
    c) 0

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

2 Likes
  1. A function is used to descibe mathematical equasions with several possible variables

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

  1. f(x)=x/4-5
2 Likes

. A function does a mathematical calculation

2 a) 4
b) 17
c) 0

3 f(x) = x/4 - 5

1 Like
  1. A function is a computation. It has a name, an input and an output. Once an input is put into the function it calculates then determines what the output is.2
  2. The outputs for the following inputs would be
    a. f(2)…2^2 = 4 ((I am assuming ^ means and/adding. If it means multiply then c. would be f(x) = 0*2 =0))
    b. f(7)…7+10 = 17
    c. f(0)…0+2 = 2
  3. f(x) = (x/4)-5
    What does ^ mean?
2 Likes
  1. Function is a computation that uses an input to compute an output.
  2. f(2) = 4 f(7) = 17 f(0) = 0
  3. f(x) = (x/4) - 5
2 Likes
  1. a function = a relation from a set of inputs to a set of possible outputs where each input is related to exactly one output.

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

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

2 Likes

1 - a function is a computation of some kind that takes an input value and creates an output or result.

2 - 4
17
0

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

1 Like
  1. A function is a mathematic equation that defines how to process a variable input (x).

2 a 4
b 17
c 0

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

2 Likes

Answers:

  1. A function does the similar thing of a math problem 2+2=4, 2+2 input, =4 output
  2. I don’t remember its been many years.
  3. f(x) = x/4-5 so f(x)input and x/4-5 is output , not sure but gave it a shot
1 Like
  1. A function transform an input into an ouput. It modify the input into the output in a certain way which is the definition of the function.

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

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

  4. c) f(0) = 0 (0*0)

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

2 Likes
  1. Function take a number calculate and give a result.

  2. a) 4
    b) 17
    c) 0

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

1 Like
  1. A function does the things You defined it to do with the input You give and it Gives an output accordingly.

  2. a) f(2) = is even so f(2) = 2^2 = 4
    b) f(7) = is odd so f(7) = 7 +10 = 17
    c) f(0) = 0 is neither odd nor even so~ I guess Error 404 :smiley:

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

  1. Functions take input, do math or conditions with it and give then new calculated output.

  2. 4, 17, 0

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

2 Likes
  1. A function receives an input, does a computation using a previously written formula and devolves an output.

  2. a) 4
    b) 17
    c) 0

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

2 Likes
  1. Describe what a function does in your own words
    Is a mathematical computation
  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
2 Likes
  1. Describe what a function does in your own words
  • A function is a computation that takes an input, works with it in some way, and then produces an output.

  1. 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

2 Likes

1- Receives inputs and passes them through a fix mathematical operation to come out with outputs.

2-
a) 4
b) 17
c) o

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

1 Like

Hey Fabric,

Thanks for the correction. I’m new to this type of learning (online), so there something in particular I need to do here, to acknowledge the correction?

Learning the curve.

Joni

2 Likes

A function does the same actions to each unique variable entered.
4
17
0
f(x) = (x/4)-5

2 Likes

Check this out:

https://forum.toshitimes.com/t/homework-on-functions-questions/8429/438?u=fabrice

On your last answer ©
The parity of zero is even, so 0^2=0x0=0

1 Like