document.write( "Question 987239: 1,3,2,6,4,9 what sequence is this
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #608012 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "Odd terms double, even terms add 3 \n" ); document.write( ". \n" ); document.write( "ODD TERMS: \n" ); document.write( "First term (1) x 2 = third term (2) \n" ); document.write( "Third term (2) x 2 = fifth term (4) \n" ); document.write( "Fifth term (4) x 2 = Seventh term would be 8 \n" ); document.write( ". \n" ); document.write( "EVEN TERMS: \n" ); document.write( "Second term(3) + 3 = fourth term (6) \n" ); document.write( "Fourth term(6) + 3 = sixth term (9) \n" ); document.write( "Sixth term (9) + 3 = eighth term would be 12 \n" ); document.write( " |