document.write( "Question 331346: The third and fourth terms of a sequence are 26 and 40. If the second differences are a constant 4, what are the first five terms of the sequence?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #237480 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! The third and fourth terms of a sequence are 26 and 40. If the second differences are a constant 4, what are the first five terms of the sequence? \n" ); document.write( " \r\n" ); document.write( " 1st 2nd\r\n" ); document.write( "an diffs diffs \r\n" ); document.write( "---------------------------------------------------------\r\n" ); document.write( "a1 | |\r\n" ); document.write( " | a2-a1 |\r\n" ); document.write( "a2 | | (26-a2)-(a2-a1) = 26-a2-a2+a1 = 26-2a2+a1 = 4, or a1-2a2=-22\r\n" ); document.write( " | 26-a2 |\r\n" ); document.write( "26 | | 14-(26-a2) = 14-26+a2 = -12+a2 = 4, or a2=16\r\n" ); document.write( " | 14 |\r\n" ); document.write( "40 | | a5-40-14 = a5-54 = 4, or a5 = 58\r\n" ); document.write( " | a5-40 |\r\n" ); document.write( "a5 | |\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So we have the system of equations:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |