document.write( "Question 356816: Consider two function machines that are placed as
\n" );
document.write( "shown. Find the final output for each of the following
\n" );
document.write( "inputs:
\n" );
document.write( "a)5 b)3 c)10 d)a\r
\n" );
document.write( "\n" );
document.write( "f (x) = x – 1
\n" );
document.write( "f (x)
\n" );
document.write( "g(x) = 7x
\n" );
document.write( "(g f )(x) \n" );
document.write( "
Algebra.Com's Answer #254748 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Consider two function machines that are placed as \n" ); document.write( "shown. Find the final output for each of the following \n" ); document.write( "inputs: \n" ); document.write( "a)5 b)3 c)10 d)a \n" ); document.write( "f (x) = x – 1 \n" ); document.write( "f(5) = 4 ; f(3) = 2 ; f(10) = 9 ; f(a) = a-1 \n" ); document.write( "--------- \n" ); document.write( "g(x) = 7x \n" ); document.write( "g(5) = 7*5=35; g(3) = 21 ; g(10) = 70 ; g(a) = 7a \n" ); document.write( "---------------- \n" ); document.write( "(g f )(x) \n" ); document.write( "g(f(5)) = g(4) = 28 \n" ); document.write( "g(f(3)) = g(2) = 7*2 = 14 \n" ); document.write( "g(f(10) = g(9) = 7*9 = 63 \n" ); document.write( "g(f(a)) = g(a-1) = 7(a-1) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |