document.write( "Question 850170: The first term is 3.To get the next term,you square the previous term and subtract 2. What is the general rule? \n" ); document.write( "
Algebra.Com's Answer #512268 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! tn=3+(n-1)^2-2 \n" ); document.write( "tn=1+(n-1)^2 \n" ); document.write( " |