SOLUTION: I seem to have a problem with functions!
n(x)=3^x m(t)=SQRT(t)+1 find m(n(x))
My solution was SQRT(3^x)+1.
Please help!
Algebra ->
Functions
-> SOLUTION: I seem to have a problem with functions!
n(x)=3^x m(t)=SQRT(t)+1 find m(n(x))
My solution was SQRT(3^x)+1.
Please help!
Log On
You can put this solution on YOUR website! n(x) = 3^x
-----
m(t) = sqrt(t) + 1
-----
find m(n(x))
-----
substitute n(x) for t in the equation of m(t).
-----
since n(x) = 3^x, this means that:
-----
m(t) = sqrt(t) + 1 becomes:
m(3^x) = sqrt(3^x) + 1
-----
that should be your equation.
-----
to prove this is true, substitute any value for x and solve.
-----
let x = 8 (chosen at random)
-----
n(x) = 3^x = 3^8 = 6561
-----
m(3^x) = sqrt(3^x) + 1 = sqrt(3^8)) + 1 = sqrt(6561) + 1 = 81 + 1 = 82
-----
m(t) = sqrt(t) + 1
let t = 6561
you get:
m(t) = sqrt(t) + 1 = sqrt(6561) + 1 = 81 + 1 = 82
-----
you get the same answer whether you solve for:
m(n(x)) = sqrt(n(x)) + 1 directly, or whether you solve for:
n(x) first and then use that value in m(t).
-----
the equations are equivalent.
-----
the key to solving these types of problems is to substitute the function for the variable and then solve.
-----
check this website out.
It has some examples that may help you to understand what is going on.
-----
http://www.regentsprep.org/Regents/math/algtrig/ATP5/EvaluatingFunctions.htm
-----
just copy that line into your browser address bar and hit the return.
-----
it's short and sweet so take the time to look at it if you can.
-----
fyi,
your solution was correct.
-----