document.write( "Question 704501: What is the next two numbers in this sequence, 4,9,7,14,10,19,13,24,16,29 \n" ); document.write( "
Algebra.Com's Answer #434114 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Look at the odd numbered terms (in red)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4,9,7,14,10,19,13,24,16,29\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Going from 4, to 7, to 10, etc tells us we're adding 3 to each term. This is because 4+3 = 7, 7+3 = 10, etc.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So part of the rule is this: if n is an odd number, then you use the rule: an = 3n+1 where n starts at n = 1. This rule only works if n is odd though.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If n is even, then we have this sequence (look at the above sequence, but instead of the red terms, focus on the black terms): 9, 14, 19, 24, 29\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now we're adding 5 to each term. So the rule is: if n is even, then use the formula an = 5n+4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So in the end, we have this rule\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If n is odd, use the formula an = 3n+1, where n starts at n = 1
\n" ); document.write( "If n is even, use the formula an = 5n+4, where n starts at n = 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "That completes the entire sequence because any number is either even or odd.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The next term would be odd, so use the odd formula: 3n+1 = 3(6)+1 = 19. So the next term after 29 is 19\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The term after that is even, so use 5n+4 = 5(6)+4 = 34.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the next two terms are: 19 and 34\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you need more help, you can email me at jim_thompson5910@hotmail.com\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To find other ways to contact me, you can also visit my website: http://www.freewebs.com/jimthompson5910/home.html\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Thanks,\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Jim\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );