document.write( "Question 983472: What is the 10th term of the sequence, 5, 11, 17, 23 ... \n" ); document.write( "
Algebra.Com's Answer #604269 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Hi there,
\n" ); document.write( "5, 11, 17, 23,...
\n" ); document.write( "The numbers increase by 6
\n" ); document.write( "so, 5,11,17,23,29,35,41,47,53,59.
\n" ); document.write( "Formula:
\n" ); document.write( "a + (n - 1)d
\n" ); document.write( "a = 5
\n" ); document.write( "d = 6
\n" ); document.write( "5 + (10 - 1)6
\n" ); document.write( " 10th term = 59
\n" ); document.write( "Hope this helps:-)
\n" ); document.write( "
\n" );