Homework on Functions - Questions

1 A function is a mathematical process that takes variable inputs and outputs a value.
2 a) 4
b)17
c) 0
3 f (x) = (x/4) - 5

1 Like
  1. A function is a task that needs a trigger or input and deliver an expected output based on the input.
  2. a) 4, b) 17, c) 0
  3. f(x)=(x/4)-5
1 Like

^ is actually an exponent. Commonly used in text editors that don’t support the notation

Okay, Thanks for the clarification.

Okay, Thanks for the clarification.

thanx for that cheers,

  1. a function is an instruction to carry out a specific action withint a mathmatical equation
  2. Calculate the output of the following function
  • a)
    2 = even
    f(x) = x^2 if even
    f(2) = 2^2
    f(2) = 4

b) 7 = odd
f(x) = x+10 if odd
f(7) = 7 + 10
f(7) = 17

c) 0 is even
f(0) = (0^2)
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. A function is a computation that has an input and output.
    The output is dependent on the input.

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

  1. f(x) = (x/4) - 5
2 Likes
  1. a function maps an input to an output in such a way that there is only 1 output for the same input.
  2. f(2) = 4, f(7) = 17, f(0) = 0
  3. f(x) = x/4 -5
1 Like

A function is the pathway the input took to reach that output number

A.) f (2)^2 =4
B.) f (7) +10=17
C.) f (0) ^2= 0

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

2 Likes

a) 4
b) 17
c f(x) = (x/4) - 5

2 Likes
  1. A function uses a formula to give an output depending on the input.

  2. a) 4 b) 17 c) 0

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

1 Like

Functions HW

  1. Describe what a function does in your own words

A) A Function is a mathematical formula that you can create that will take in data and give you a result

  • 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. A function defines the relationship between one variable and another variable.

  2. a) 4
    b) 17
    c) 0

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

1 Like
  1. Function calculates what its written to do
  2. a) 4
    b) 17
    c) 0
  3. f(x)=(x/4)-5
2 Likes
  1. describe what a function does.
    A function does computations taking input a then computing the output to the specific formula

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

  1. f(x)=x/4-5
2 Likes
  1. Functions accept an input (number), process it in a set manner and provide an output (number)
    eg. If a function doubles whichever input number it recieves, an input of 4 outputs 8, input 10 outputs 20

  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.

Functions are things that relate an input value to exactly one output value.

  1. What would be the output for the following inputs?
    a. 4
    b. 17
    c. 0

  2. Write the definition of a function f that takes an input x, divides it by 4 and then outputs that result subtracted by 5.

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

1 Like
  1. Functions relate inputs to outputs

  • a) f(2) = 2^2 = 4
  • b) f(7) = 7 + 10 = 17
  • c) f(0) = 0
  1. f(x) = (x/4) - 5
2 Likes
  1. Functions are mathematic computations that use variables to represent inputs and outputs.

  2. a.4 b.17 c.0

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

1 Like