Homework on Functions - Questions

I guess there is a typo in 3 :wink:

  1. A relation between two or more variables.
  2. 4,17,0.
  3. f(x)= f/4 -5
1 Like

1 A function is a mathematical formula to calculate an Output value having the Input value
2.
Output is 4
Output is 17
Output is 0
3. f(x) = (x/4)-5

1 Like

A function is a computation, you give an input and recive an output.

a) 4 (2x2)
b) 17
c) 0 why is this 0 can someone explain please?

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

1 Like
  1. A function is a formula where an output is produced based on an input value.

  2. a) 4
    b) 17
    c) 0

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

1 Like
  1. A function takes an input value, performs some mathematical operations on it and gives back the
    resulting value.

  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 basic input- output maths, where you put a number into a formula, then it gives you another number corresponding to the first.
    2a. 4
    2b. 17
    2c. 0
  2. f(x)=(x/4)-5
1 Like

1,An equation that’s given an input an gives an output
2, 4
17
0
3, f(x)=(x/4)-5

1 Like
  1. Describe what a function does in your own words
    A function is a mathematical operator that receives an input and delivers an output, performing some operation that does the indicated conversion.
  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 the mathematical calculation to have a certain output.
  2. a) 4 b)17 c) 0
  3. f(x) = (x/4)-5
1 Like

Function is a computation which require an input to receive an output.

A) 4
B) 17
C) 0

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

1 Like

Homework on Functions

  1. Describe what a function does in your own words

Functions are a formula that takes an input and applies computations to obtain an output.

  1. Calculate the output of the following function
  • a) x = 4
  • b) x = 17
  • c) x = 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

f(32) = (32/4)-5 = 16-5 = 11

1 Like
  1. Is a way to compute and generate a result.

  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 a computation, a function is the varible of that computation.

  2. calculate the output of f(x) = x^2 if x is even, example x=2 f(2)=4 so f would be 2.
    if odd f(x)= x+10. f(7) = 7+10
    f(0) =10

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

1 Like

0 is even number, f(0) = 0^2 = 0.

  1. A function is basically a computation.

2,a. 4
b. 17
c. 0

  1. f(x) = (x/4) - 5
1 Like
  1. A function is a set of predetermined rules with respect to numbers. Put a variety of numbers into functions and you will get a variety of numbers out, depending on the rules of the base function.

f(2) = 4
f(7) = 17
f(0) = 0

  1. f(x) = (x/4) - 5
1 Like
  1. Function it’s a principle of operation.
  2. a) f(4)
    b) f(17)
    c) f(0)
  3. f(x)= (x/4)-5
1 Like
  1. A function is a set of rules that define various outcomes.

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

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

1 Like
  1. A function fallows instruction as calculations using a variable to produce an output as a result.

a) 4
b)17
c)0 if we take zero as an even number.
3 f(x)=x/4-5

1 Like