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