document.write( "Question 1122847: Tanya forms her sequence by starting with the number 2 and adding 3 continuously. She gets the following 2,5,8,11,14 and so on. Joe forms his sequence by starting with the number N(not 2) and adding the number D(not 3) continuously. His second number is 9 and his fifth number is 21. What is his 1000th number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #739025 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The 5th term is the second term, plus the common difference 3 times. \n" ); document.write( " \n" ); document.write( "Solve the equation to determine the common difference d. \n" ); document.write( "The 1000th term is th 5th term, plus the common difference 995 times. \n" ); document.write( "21 + 995d = ?? \n" ); document.write( " |