Answer :
If the function is given as h(x)=3x-10 and j(x)=2x2 +1, the value of h(j(-3)) is 47.
What is function?
A function is defined as a relationship between a group of inputs that each have one output. A function is a connection between inputs in which each input is associated to exactly one output. Functions are typically categorized into four categories. Based on Element: One to one Function, many to one function, onto function, one to one and onto function, into function. Quite often, when working on a project, a series of duties must be repeated with different input. To guarantee that the analyses are performed consistently, the code should be wrapped in a named function that is called each time it is required.
Here,
(h.j)(-3)=h(j(-3))
j(-3)=2x²+1
=2*(-3)²+1
=19
h(19)=3x-10
=3*19-10
=47
The value of h(j(-3)) will be 47 if function is given as h(x)=3x-10 and j(x)=2x^2 +1.
To know more about function,
https://brainly.com/question/29633660
#SPJ1