document.write( "Question 953581: If the 4th term of an arithmetic sequence is 3 and the 20th term is 35, find the 100th term of the sequence. \r
\n" );
document.write( "\n" );
document.write( "I believe the equation = -5 + 2n \r
\n" );
document.write( "\n" );
document.write( "and maybe the 100th number is 95\r
\n" );
document.write( "\n" );
document.write( "It does not make senses to me. \n" );
document.write( "
Algebra.Com's Answer #582373 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! An arithmetic sequence uses the following formula for the nth tern \n" ); document.write( "Xn = a +(d*(n-1)), where Xn is the nth term, a is the first term, n is number of the term in the sequence, we are given \n" ); document.write( "3 = a +(d*(4-1)) = a + 3d \n" ); document.write( "35 = a +(d*(20-1)) = a +19d \n" ); document.write( "using the first equation solve for a \n" ); document.write( "a = 3-3d \n" ); document.write( "substitute for a in second equation \n" ); document.write( "35 = 3-3d +19d \n" ); document.write( "16d = 32 \n" ); document.write( "d = 2 and a = 3 - 6 = -3 \n" ); document.write( "****************************** \n" ); document.write( "our equation for the nth term is \n" ); document.write( "Xn = -3 +(2*(n-1)) \n" ); document.write( "****************************** \n" ); document.write( "now for the 100th term \n" ); document.write( "X100 = -3 +(2*(100-1)) = 195\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |