SOLUTION: 22. (See Week 5 Lecture page “Composite Functions” for a starting point.)
The population of viruses in an influenza culture after t hours is given by the function
x(t) = 4e^t/2.5
Algebra ->
Rational-functions
-> SOLUTION: 22. (See Week 5 Lecture page “Composite Functions” for a starting point.)
The population of viruses in an influenza culture after t hours is given by the function
x(t) = 4e^t/2.5
Log On
Question 1090122: 22. (See Week 5 Lecture page “Composite Functions” for a starting point.)
The population of viruses in an influenza culture after t hours is given by the function
x(t) = 4e^t/2.5
The cost y in dollars for a new automated microscope to count x viruses in a sample is
y(x) = ln 2x
Create the composite function that calculates the cost y in dollars of counting the number of viruses in an influential culture after t hours. Answer by Theo(13342) (Show Source):
the function f(x) replaces the argument of x in g(x).
you have x(t) = 4e^(t/2.5)
you have y(x) = ln(2x)
the function y(x(t)) replaces the argument of x in y(x) with the output of 4e^(t/2.5) in g(t)
this goes to the heart of the definition of a function.
in the function x(t) = 4e^(t/2.5):
x(t) is the name of the function.
t is the input of the function.
4e^(t/2.5) is the output of the function.
here's what i found on the web that looks like a pretty good reference.
read it all the way through because it describes how to replace the original argument with another expression when evaluating that expression within the function.