document.write( "Question 171192: Find the first five terms of the sequence for which A1=5 and An+1=3An+1
\n" );
document.write( "I'm not sure if I started this right. 3(5)+1=16
\n" );
document.write( "Is this right? Could you please explain how to do this problem.
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #126363 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! A1=5 \n" ); document.write( "A2= 3(A1)+1=3(5)+1=16 (you were right) \n" ); document.write( "A3= 3(A2)+1=3(16)+1=49 \n" ); document.write( "A4=3(A3)+1=3(49)+1=148 \n" ); document.write( "A5=3(A4)+1=3(148)+1=445 \n" ); document.write( " |