Homework on Functions - Questions

  1. A function performs a calculation with an input to produce an output.

  2. a) 4 b) 17 c) 0

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

1 Like

Hello
My homework

  1. A function is calculation where you have input and output.

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

  1. f(x)=(x/4)-5
1 Like
  1. A function is an computation, we give it an input and we get the output ;
  2. a)4
    b)17
    c) 0 ;
  3. f(x)=(x/4)-5 ;
1 Like
  1. A function returns a computation based on input.

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

  3. A function f that takes an input x, divides it by four and then outputs that result subtracted by 5 would be
    f(x) = (x/4)-5

1 Like

A function is made of two components input and output, when one fills the input plus a agreed formula which could be anything the result will be the output.

a) = 4

b) = 17

c) = 0

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

[quote=β€œivan, post:1, topic:8429”]
Describe what a function does in your own words
[/quote] Answer: A function is a mathematical code of single function variables, consisting of inputs and outputs.

  1. Calculate the output of the following function. Answe

Answers:
a) 4
b) 17
c) 0

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

1 Like
  1. Fucction means a equation of X

  2. A) 4
    B) 17
    C) 0

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

1 Like

1 a function is a calculation, getting an input, run the calculation and gives an output

4
17
0

3 f(x) = x / 4 - 5

A function is a process of transforming an input and receiving an output
2.a. 4 b. 17 c. 0
3 f(x) = x/4 - 5

1 Like
  1. A Function is a computation, it has an input and output.

  2. What will be the output for the following inputs?

A) 4
B) 17
C) 0

  1. f(x) = x/4 - 5
1 Like
  1. Function is mathematical equation where you enter an input X creating an output.

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

f (x) = x/4) -5

1 Like

Functions, Hash Functions and Cryptography

Describe what a function does in your own words

A function is a set of specialized tasks/instructions given as an input which you can activate by giving it some variables producing an Output.

a 4

b 17

c 0

f(x) = x/4 -5

1 Like

Use the X^2 function if the input requested to be used is even.

Use the X+10 function if the input requested to be used is odd

X^2 means that you square the input (multiply it by itself) which (in this instance the variable is an even number which A) f(2) is)

f(2) is even so the function is 2 squared which equals 4
2x2 = 4

The second variable requested to be used is f(7)
This is an odd number
Hence the second formula is used
7+10 = 17

The third variable is 0
This is an even number
Hence the first formula is used
0x0 = 0

Does that make sense to you?

14 Likes
  1. A Function is a formula. It defines the operations to occur using mathematical syntax with whatever variables are provided. The variables are the inputs and are substituted into the syntax to compute an output. In essence a function is the logic portion of a math problem.

  2. a. f(2)
    In this instance the input is even
    Use the even formula for the computation
    2x2
    2x2 = 4

  3. b. f(7)
    In this instance the input is odd
    Use the odd formula for the computation
    7+10
    7+10 = 17

  4. c f(0)
    In this instance the input is even
    Use the even formula for the computation
    0x0
    0x0 = 0

  5. f = x/4-5

3 Likes
  1. A function is when from a value x you get a value y. Something that results from something else. Input value x β†’ Output y
  2. a) f(2)= 4
    b) f(7)= 17
    c) f(0)= 0
  3. F(x) = (x/4) - 5
2 Likes
  1. It translates input value to an output value. The function describes how to do that.
  2. 4, 17, 0
  3. f(x)= (x/4)-5
2 Likes
  1. A series of instructions
  2. a. 4
    b. 17
    c. 0
  3. f(x) = (x/4) - 5
1 Like
  1. A function takes an input and puts it through a transformation to produce an output; f(x) = y.

  2. a) 4 b) 17 c) 0

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

2 Likes
  1. a function is an input that computes to get an output.
  2. A. f(2), B. f(7), F(0)
  3. f(X) = (X/4)-5
1 Like
  1. Describe what a function does in your own words:
    A function makes a mathematical operation on a given number
  2. Calculate the output of the following function:
    a. 4
    b. 17
    c. 0
  3. f(x) = x/4-5
2 Likes