Respuesta :

The numeric values for the function are given as follows:

  • x = 5, y = 3.
  • x = 8, y = 4.
  • x = 13, y = 5.

How to find the numeric value of a function?

The numeric value of an expression is found replacing each instance of the variable by it's attributed value.

In this problem, the function is given by:

[tex]f(x) = \sqrt{x - 4} + 2[/tex]

Hence, the numeric values are given as follows:

  • [tex]f(5) = \sqrt{5 - 4} + 2 = 3[/tex]
  • [tex]f(8) = \sqrt{8 - 4} + 2 = 4[/tex]
  • [tex]f(13) = \sqrt{13 - 4} + 2 = 5[/tex]

A similar problem, in which we find the numeric value of an expression, is given at https://brainly.com/question/28181015

#SPJ1