document.write( "Question 33641: I need to find a formula for the nth term from the following arithmetic sequence. Then find the fiftieth term: 3,7,11,15,... Thank you for attempting to help me solve this problem. \r
\n" );
document.write( "\n" );
document.write( "This problem is from a made up worksheet. \n" );
document.write( "
Algebra.Com's Answer #20041 by Nate(3500) ![]() You can put this solution on YOUR website! use the formula: \n" ); document.write( "a(sub n)=a(sub 1) + (n - 1)d \n" ); document.write( "where n is the arithmetic term; \n" ); document.write( "where a(sub 1) is the first term; \n" ); document.write( "where d is the difference;\r \n" ); document.write( "\n" ); document.write( "in this sequence: 3,7,11,15,... the difference is obviously 4 \n" ); document.write( "a(sub n)= a(sub 1) + (n - 1)d original equation \n" ); document.write( "a(sub n)= 3 + (n - 1)(4) \n" ); document.write( "a(sub 50) = 3 + (50-1)(4) \n" ); document.write( "a(sub 50) = 3 + 196 \n" ); document.write( "a(sub 50) = 199 \n" ); document.write( " |