document.write( "Question 999211: Given the formula f(n) = 3(-1)n find the first 5 terms of this sequence \n" ); document.write( "
Algebra.Com's Answer #616987 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From f(n) = 3(-1)n, we look at f(1) thru f(5) and get \n" ); document.write( "f(1) = -3 \n" ); document.write( "f(2) = -6 \n" ); document.write( "f(3) = -9 \n" ); document.write( "f(4) = -12 \n" ); document.write( "f(5) = -15 \n" ); document.write( "If you meant f(n) = 3(-1)^n, then there are different answers... \n" ); document.write( " \n" ); document.write( " |