document.write( "Question 698750: how do you work out the missing terms in the sequence?
\n" );
document.write( "1, 2, 3, 5, ? , 13, 21, ?, \n" );
document.write( "
Algebra.Com's Answer #431012 by vidya p(12)![]() ![]() ![]() You can put this solution on YOUR website! Solution: \n" ); document.write( "Given sequence is: 1,2,3,5,?,13,21,? \n" ); document.write( "here we can see that : third term is obtained by adding the first two term, \n" ); document.write( "in similar way fourth term 5 is adding second two terms , \n" ); document.write( "hence 5 term = 3 + 5 \n" ); document.write( "= 8 \n" ); document.write( "and the last term is = 13 + 21 \n" ); document.write( "34 \r \n" ); document.write( "\n" ); document.write( "hence the sequence would be: \n" ); document.write( "1,2,3,5,8,13,21,34 \r \n" ); document.write( "\n" ); document.write( "Thanks \n" ); document.write( "best regards, \n" ); document.write( " |