Homework on Functions - Questions

1- a function is a mathematical equation in which X is a variable

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 performs a calculation on an input and produces an 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

1 Like
  1. A function is a defined set of mathematical rules that takes an input and creates a specified output based on that formula.
  2. a) 4
    b) 17
    c) 0
  3. f(x)= (x/4)-5
1 Like

1- A function is a computation that transforms a given input into a an output through a predefined process.
2- a) 4
b) 17
c) 0
3- f(x) = x-5

1 Like
  1. Set of instructions/rules to a variable (input) to get a result (output)

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

  1. f(x)= (x/4) - 5
1 Like
  1. Describe what a function does in your own words

A function applies mathematical rules/formulae to an input in order to produce an output.

  1. 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, Describe what a function does in your own words

  • Function is a mathematical equation, that takes an input, computes, and gets an output.

2,

  • a) 2

b) 17

c) 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. Describe what a function does in your own words
    A function is an algorithm with known inputs to solve code or logic by using math/Algebra
  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. Input and Output. When you input information into the variable, it provides a command output and results in a function.

a) 4
b) 17
c) 0

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

1/ when becoming same input, a function always produces same unique output
2/ f(x)= x.x, f(x) = x + 10
a/ 4
b/ 17
c/ 0
3/ f(x) = x/4 - 5

1 Like
  1. Describe what a function does in your own words. Function converts input parameter x into output y. X input has always just one Y 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) = x^2 = 4
  • b) f(7) = x+10 = 17
  • c) f(0) = x^2 = 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 mathematic operation that gives you an output according to the imput you give.
  2. A=4
    B=17
    C=0
    3.f(x)=(x/4)-5
1 Like
  1. A calculation that produces outputs from inputs using a mathematical equation.

a.) f(2) = 4
b.) f(7) = 17
c.) f(0) = undefined
3. f(x) = (x/4) - 5

1 Like

What will be the output for the following inputs?

  • a) f(2)
    Because 2 is even
    f(2)= 2^2=4

  • b) f(7)
    Because 7 is odd
    f(7)= 7+10= 17

  • c) f(0)
    Because 0 is even
    f(o) = 0^2 = 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

[quote=β€œivan, post:1, topic:8429”]

  1. Describe what a function does in your own words
    A function is a computation. You give an Input it computes and you get an output.
  2. Calculate the output of the following function
  • 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

A function is simply an automation of some type of calculation.
a) 4
b) 17
c) 0

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

1 Like
  1. A function is a computation that accepts and input and produces an output.
  2. a) f(2) = 4; b) f(7) = 17; c) f(0) = 0;
  3. f(x) = { ((x/4) - 5) }
1 Like
  1. Describe what a function does in your own words
    A function is the application of some work or change upon an original or specific value (or number) which results in a modification or change to the original/specific value (or number) expressed as an output

    NOTE: the output may be the same (value/number) as the original/specific input or different.

  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)
    ANSWER: 4

  • b) f(7)
    ANSWER: 17

  • c) f(0)
    ANSWER: 0,10

  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.
    ANSWER: f(x) = (x/4) - 5
1 Like
  1. It takes an input and gives an outout based on what the function is doing

a. 4
b. 17
c. 0

  1. f(x) = x/4 - 5
1 Like
  1. A function does calculations and will calculate a new number if you give it a number to be added, multiplied, subtracted, or divided. A function can get a number input and then calculate an output number result.

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

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

1 Like