document.write( "Question 992553: Write a rule for the nth term of the arithmetic sequence that has the
\n" );
document.write( "terms a3=17 and a14=50. \n" );
document.write( "
Algebra.Com's Answer #612143 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write a rule for the nth term of the arithmetic sequence that has the \n" ); document.write( "terms a3=17 and a14=50. \n" ); document.write( "------ \n" ); document.write( "a(3) = a(1)+2d = 17 \n" ); document.write( "a(14)= a(1)+13d= 50 \n" ); document.write( "------- \n" ); document.write( "Subtract and solve for \"d\": \n" ); document.write( "11d = 33 \n" ); document.write( "--- \n" ); document.write( "d = 3 \n" ); document.write( "------ \n" ); document.write( "Solve for a(1):: \n" ); document.write( "a(1) +2*3 = 17 \n" ); document.write( "a(1) = 11 \n" ); document.write( "------- \n" ); document.write( "Ans: a(n) = 11+(n-1)3 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |