document.write( "Question 1015486: The fifth term of an arithmetic sequence is 23 and the 12th term is 72.
\n" );
document.write( "1.1determine the first three term of the sequence and the nth term.
\n" );
document.write( "1.2what is the value of the tenth term?
\n" );
document.write( "1.3which term is equal to 268? \n" );
document.write( "
Algebra.Com's Answer #631841 by Boreal(15235) You can put this solution on YOUR website! a5+a4+d \n" ); document.write( "23=a1+4d \n" ); document.write( "72=a1+11d \n" ); document.write( "a1=23-4d=72-11d \n" ); document.write( "49=7d;d=7 \n" ); document.write( "If a5=23. a1=-5,a2=2,a3=9, and an=-5+(7(n-1)) ANSWER A. \n" ); document.write( "a10=-5+9*7=58 ANSWER B. \n" ); document.write( "268=-5+7(n-1) \n" ); document.write( "273=7n-7 \n" ); document.write( "280=7n; n=40th term.ANSWER C. \n" ); document.write( " \n" ); document.write( " |