document.write( "Question 320277: What is the fifth term of the sequence whose first term is a1 = 8 and whose nth term is an = 3an-1 + 7? \n" ); document.write( "
Algebra.Com's Answer #229388 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the fifth term of the sequence whose first term is a1 = 8 and whose nth term is an = 3a(n-1) + 7? \n" ); document.write( "------\r \n" ); document.write( "\n" ); document.write( "a(5) = 3*a(4) + 7 \n" ); document.write( "------ \n" ); document.write( "a(1) = 8 \n" ); document.write( "a(2) = 3*a(2) + 7 = 24+7 = 31 \n" ); document.write( "a(3) = 3*a(2) + 7 = 93+7 = 100 \n" ); document.write( "a(4) = 3*a(3) + 7 = 300+7= 307 \n" ); document.write( "a(5) = 3*a(4) + 7 = 921+7 = 928 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |