document.write( "Question 554879: i need to find the nth term of a pattern with consecutive even numbers, ive tried many solutions but neither see to be working. please help. \n" ); document.write( "
Algebra.Com's Answer #361559 by KMST(5328)![]() ![]() You can put this solution on YOUR website! If you have consecutive even numbers, each one is equal to the previous one plus 2. \n" ); document.write( "That could be written as \n" ); document.write( "If your first term is \n" ); document.write( "The third one would be \n" ); document.write( "The fourth one would be \n" ); document.write( "The fifth one would be \n" ); document.write( "Each time you calculate the next term, you are adding 2. \n" ); document.write( "When you get to the nth term, you have added n-1 times the number 2, so \n" ); document.write( " |