Respuesta :

The numeric values for the given function are as follows:

a) f(2.7) = 10.

b) f(1.9) = 7.

c) f(-3.6) = -14.4.

How to find the numeric value of a function/expression?

To find the numeric value of a function, we replace each instance of the variable by the desired value.

For this problem, the function is defined as follows:

f(x) = int(4x).

The function int(x) has the output as the largest integer that is less or equal to the value of x.

Hence the numeric values are given by:

  • f(2.7) = int(4 x 2.7) = int(10.8) = 10.
  • f(1.9) = int(4 x 1.9) = int(7.6) = 7.
  • f(-3.6) = int(4 x -3.6) = int(-14.4) = -15.

More can be learned about the numeric values of a function at brainly.com/question/28367050

#SPJ1