document.write( "Question 1075525: An arithmetic sequence has its 5th term equal to 22 and its 15th term equal to 62. Find a recursive formula and a formula for the nth term. Label which is which.\r
\n" );
document.write( "\n" );
document.write( "a5 =22 and a15 =62 but I don't know how to go on from that point..\r
\n" );
document.write( "\n" );
document.write( "Thanks so much for the help:) \n" );
document.write( "
Algebra.Com's Answer #690162 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! start with an=a1+(n-1)d \n" ); document.write( "a5=a1+4d=22 \n" ); document.write( "a15=a1+14d=62 \n" ); document.write( "Therefore, subtracting \n" ); document.write( "-10d=-40 \n" ); document.write( "d=4 \n" ); document.write( "a5=22=a1+16 \n" ); document.write( "a1=6 \n" ); document.write( "6,10,14,18,22,a10 is 42, a15 is 62. \n" ); document.write( "an=6+(n-1)*4 \n" ); document.write( " |