document.write( "Question 1200957: Consider a population that grows according to the recursive rule
\n" ); document.write( "Ln+1=Ln+36
\n" ); document.write( "With an initial population L0=2\r
\n" ); document.write( "\n" ); document.write( "Find the next five terms in the sequence:
\n" ); document.write( "L1=
\n" ); document.write( "L2=
\n" ); document.write( "L3=
\n" ); document.write( "L4=
\n" ); document.write( "L5=\r
\n" ); document.write( "\n" ); document.write( "(PLEASE HELP!)
\n" ); document.write( "

Algebra.Com's Answer #835194 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The recursive rule is

\n" ); document.write( "\"L%28n%2B1%29=L%28n%29%2B36\"

\n" ); document.write( "This says the (n+1)th term in the sequence is equal to the (n)th term plus 36.

\n" ); document.write( "In normal language, you find the next term of the sequence by adding 36 to the current term.

\n" ); document.write( "We are given that L(0) is 2 -- that is, the \"zero-th\" term of the sequence is 2.

\n" ); document.write( "Then, using the recursive rule, the next (1st) term is 2+36 = 38.

\n" ); document.write( "And then the next (2nd) term is 38+36 = 74.

\n" ); document.write( "It should be clear how to proceed to finish answering the question.

\n" ); document.write( "
\n" ); document.write( "
\n" );