document.write( "Question 604718: Find the number of terms in the sequence 5,2,-1,...,-37\r
\n" );
document.write( "\n" );
document.write( "The next term in 3,6,12,24,48,...\r
\n" );
document.write( "\n" );
document.write( "The 100th term in 6,8,17,26,35,...\r
\n" );
document.write( "\n" );
document.write( "Given that the sequence 1,6,x,y,20,...is a Fibonacci sequence, find x and y. \n" );
document.write( "
Algebra.Com's Answer #381365 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the number of terms in the sequence 5,2,-1,...,-37 \n" ); document.write( "The next term in 3,6,12,24,48,... \n" ); document.write( "--- \n" ); document.write( "Note: It looks to me like the next term is -4 \n" ); document.write( "================================================ \n" ); document.write( "The 100th term in 6,8,17,26,35,... \n" ); document.write( "a(100) = a(1)+(n-1)d \n" ); document.write( "= 3 + 99*(-3) \n" ); document.write( "= -294 \n" ); document.write( "=========================== \n" ); document.write( "Given that the sequence 1,6,x,y,20,...is a Fibonacci sequence, find x and y. \n" ); document.write( "x = 1+6 = 7 \n" ); document.write( "y = 6+7 = 13 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |