Homework on Functions - Questions

  1. A function is a mathematical calculation that carries out a calculation on an input variable to give an output solution.
  2. a) 4
    2 b) 17
    2 c) 03. f(x/4-5)
1 Like
  1. A function takes the input and computes the output based on the function instructions.
  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 description of rules (or commands) to be applied to a given input.

  2. a) 4
    b) 17
    c) 0

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

1 Like
  1. A function takes an input variable and computes a output.

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

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

1 Like

A function is a computation of numbers. A given input number will produce a different output number.
A.) 4
B.) 17
C.) 0

F(X/4) - 5=

1 Like

Homework on Functions - Questions

  1. Describe what a function does in your own words
    A function alters an input value based on its predefined set of rules.

  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
1 Like
  1. A function is a computation that seeks to use an equation to solve for inputs and outputs
  2. a)4, b)17, c) 0 is neither odd or even. if it was one of the two it would be 0 or 10 for the answers.
  3. f(x)=(x/4)-5
1 Like

A function is a written command of how it is to operate.

  1. A 4 b 17 c 0

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

1 Like
  1. Describe what a function does in your own words
    Function is form of a math computation where there is an input and it solves to give an output

f(x) = {

x^2 if x is even

x+10 if x is odd

}


    a) f(2) = 4

    b) f(7) = 17

    c) f(0) = 0

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

A function is basically a calculation that is done conditionally depending on the number initially provided.

  1. = 2
  2. = 17
  3. = 0

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

1 Like
  1. Is a calculation that has an input and an output.
    2.a= 4
    2.b=17
    2.c=0
    3=-5
1 Like
  1. Describe what a function does in your own words
    a function is a computation with defined terms as input and 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
2 Likes
  1. Describe what a function does in your own words:
    A function is a computation when something is inputted you get an output based on that input.

  2. Calculate the output of the following function
    f(x) = { x^2 if x is even or 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

  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

2 Likes
  1. A function is a computation of numbers. Numbers into an equation or function will result in an output of a number.

a. 4
b. 17
c. unknown

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

A function solves a mathematical problem established by an equation

f(2) =2^2
f(2)=4

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

f(0)=0

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

1 Like

This is not correct, you must square the number if X is even. :slight_smile:

This is not enough, you must divide by 4 first. :slight_smile:

0 is an even number :wink:

Oh yes, indeed 2 x 2 hahaha! Thanks for noticing it, I was doing the calculations late at night while tired. :smiley: ! I thought to myself 2 x 2 = 4 but still wrote 2 for some mysterious reason :smiley: !

  1. A function calculates an output via a predetermined fixed logic, allowing variable inputs.

2.a. f(2)=2.2=4
b. f(7)=7+10=17
c. f(0)=0.2=0 (0 is even, had to google that ;0))

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