document.write( "Question 1046252:  What is the 7th number of this Fibonacci-type sequence?
\n" );
document.write( " 
\n" );
document.write( "    2, ___, ___, 10, ___, ___, ___, ___, 110, ___
\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "  \n" );
document.write( "
| Algebra.Com's Answer #661749 by robertb(5830)     You can put this solution on YOUR website! The Fibonacci-type sequence would look like this\r \n" ); document.write( "\n" ); document.write( "2, \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore the seventh term is 42.\r \n" ); document.write( "\n" ); document.write( "Asker, you are right, the sequence in the problem is Fibonacci-TYPE, which requires ADDING the TWO PREVIOUS TERMS TO GET THE NEXT TERM. \n" ); document.write( "(Although it is NOT the Fibonacci sequence 1,1,2,3, 5, 8, etc..) \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ignore what the other tutor is saying.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Somebody needs to learn about the English language... \n" ); document.write( " |