document.write( "Question 178887: find the nth term of each geometric sequence. a[1]=-10,r=4,n=2 \n" ); document.write( "
Algebra.Com's Answer #133834 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the nth term of each geometric sequence. a[1]=-10,r=4,n=2 \n" ); document.write( "a(n) = a(1)r^(n-1) \n" ); document.write( "a(2) = -10*4^(2-1) = -10*4 = -40 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |