document.write( "Question 615322: Which of the following are the first three iterates of the function f(x)=3x+2 for the initial value of x^0=-2
\n" );
document.write( "a. -2,-4,-10
\n" );
document.write( "b. 4, -10,28
\n" );
document.write( "c. -4, -10, -28
\n" );
document.write( "d. -4, 10, -28\r
\n" );
document.write( "\n" );
document.write( "I think the answer is (C). Is that correct? \n" );
document.write( "
Algebra.Com's Answer #387087 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! I'm not 100% familiar with the topic of function iterates, but my guess is that you plug in an initial value x = x0 to get x1 = f(x0). Then you plug in x1 = f(x0) to get x2 = f(f(x0)), etc etc to generate a sequence of values.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If that's the case, then you are correct. \n" ); document.write( " |