document.write( "Question 543552: A sequence begins 2,14,26,38,50 and each term is 12 more than the last. Whats the equation? \n" ); document.write( "
Algebra.Com's Answer #354859 by Alan3354(69443) You can put this solution on YOUR website! A sequence begins 2,14,26,38,50 and each term is 12 more than the last. Whats the equation? \n" ); document.write( "----------- \n" ); document.write( "term(n+1) = term(n) + 12 \n" ); document.write( "----- \n" ); document.write( "term(n) = 2 + 12n, n = 0,1,2,3... \n" ); document.write( " \n" ); document.write( " |