document.write( "Question 890715: find the seventh term of the sequence whose first two terms are 2 and 3 and each term beginning with the third is the sum of the two terms preceding it. \n" ); document.write( "
Algebra.Com's Answer #539265 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
2+3=5 (1st, 2nd, and 3rd terms)
\n" ); document.write( "3+5=8 (4th term)
\n" ); document.write( "5+8= 13 (5th term)
\n" ); document.write( "8+13 = 21 (6th term)
\n" ); document.write( "13+21 = ? (7th term)
\n" ); document.write( "
\n" );