document.write( "Question 1117129: What is the nth term of the sequence below?
\n" );
document.write( "—5,—7,—9,—11,—13
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #732106 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Assuming each term is 2 less then the preceding term, and -5 is term 1: \n" ); document.write( "------------- \n" ); document.write( "nth term = -5 -2*(n-1) \n" ); document.write( "==================== \n" ); document.write( "If -5 is term 0, nth term = -5 - 2n \n" ); document.write( " \n" ); document.write( " |