document.write( "Question 508968: tn= 2t n-1+5 and t=3
\n" ); document.write( "Find the next four terms given the recursive definition
\n" ); document.write( "t2=?
\n" ); document.write( "t3=?
\n" ); document.write( "t4=?
\n" ); document.write( "
\n" ); document.write( "Thank you for helping on the previous problem, but I am having trouble understanding this one. Do you just replace 2t with 2x3. Would the formula equal tn= 2x3(n-1)+5?
\n" ); document.write( "

Algebra.Com's Answer #341207 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
t(n) = 2*t(n-1)+5 and t(1) = 3
\n" ); document.write( "Find the next four terms given the recursive definition
\n" ); document.write( "t(1) = 3
\n" ); document.write( "t(2) = 2*3+5 = 11
\n" ); document.write( "t(3) = 2*11+5 = 27
\n" ); document.write( "t(4) = 2*27+5 = 59
\n" ); document.write( "=======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "============\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );