document.write( "Question 1144231: I have a sequence of 5,11,17,23. I need to know what the number will be for the 100th number in the sequence. \n" ); document.write( "
Algebra.Com's Answer #765258 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "
\r
\n" ); document.write( "\n" ); document.write( "One way to solve this is to operate on the original sequence so it is in correspondence to 1,2,3,..., 100 then reverse the steps:\r
\n" ); document.write( "\n" ); document.write( "I. 5, 11, 17, 23, ... \r
\n" ); document.write( "\n" ); document.write( "If you subtract 5 from each element:
\n" ); document.write( "II. 0, 6, 12, 18, ...\r
\n" ); document.write( "\n" ); document.write( "Then divide each element by 6:
\n" ); document.write( "III. 0, 1, 2, 3, ...\r
\n" ); document.write( "\n" ); document.write( "Then add 1 to each element:
\n" ); document.write( "IV. 1, 2, 3, 4, ...\r
\n" ); document.write( "\n" ); document.write( "We can now work our way back from IV to I, reversing the operations:\r
\n" ); document.write( "\n" ); document.write( "The 100th element in IV will be 100 (simple counting from 1 to 100)
\n" ); document.write( "The 100th element in III will be 99 (subtracted 1)
\n" ); document.write( "The 100th element in II will be 594 (multiplied by 6)
\n" ); document.write( "The 100th element in I will be 599 (added 5)\r
\n" ); document.write( "\n" ); document.write( "The 100th element of the sequence is \"+highlight%28+599+%29+\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Another way to go is to recognize that the sequence is
\n" ); document.write( "\"+a%5Bn%5D+=+6n+-+1+\" for n = 1,2,3, ...\r
\n" ); document.write( "\n" ); document.write( "and plug in 100: \"+a%5B100%5D+=+6%2A100+-+1+=+599+\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
\n" );