Asum F.

asked • 05/20/15

the functions of f and g are defined above. what is the value of f(g(-3))?

f(x)=x+3
g(x)=/x-3/

1 Expert Answer

By:

Asum F.

thanks so much
Report

05/20/15

David W.

PLZ remember that functions are often represented in the form y=f(x) use x to represent the input value and y to indicate the output value.
 
When a function is represented in the form f(g(x)), that means that the output of one function is the input to another function, as Stephanie has described so well.
 
In computer programming, this is called a "pipe" (short for pipeline), because if you already have a program that finds the biggest ten numbers in a very large list and another program that sorts any number of songs based on their rankings, you can use the first program to select the ten most popular songs out of the thousands (?) being played and make that result be the input to the sort program in order to produce the "top 10" list for this week.  In fact, if you have a nicely selected library (of maybe 100 handy programs) you can "pipe" these together and together and together to solve almost any problem very quickly.
 
But please note! -- the x in the first equation is not the x in the second equation (neither is the y).  But, I think you probably knew that.
Report

05/20/15

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.