document.write( "Question 1012889: Find five consecutive terms of an arithmetic progression whose sum is 115 and sum of squares of its second and fourth term is 1156. \n" ); document.write( "
Algebra.Com's Answer #629004 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The five terms are a, a+d, a+2d, a+3d and a+4d.
\n" ); document.write( "If we add them we get
\n" ); document.write( "5a + 10d = 115 or
\n" ); document.write( "a + 2d = 23 or
\n" ); document.write( "a = 23 - 2d
\n" ); document.write( "We also have
\n" ); document.write( "(a+d)^2 + (a+3d)^2 = 1156
\n" ); document.write( "We can substitute from before into this and get
\n" ); document.write( "(23 - 2d + d)^2 + (23 - 2d + 3d)^2 = 1156
\n" ); document.write( "(23 - d)^2 + (23 + d)^2 = 1156
\n" ); document.write( "529 - 46d + d^2 + 529 + 46d + d^2 = 1156
\n" ); document.write( "2d^2 + 1058 = 1156
\n" ); document.write( "2d^2 = 98
\n" ); document.write( "d^2 = 49
\n" ); document.write( "d = 7, -7
\n" ); document.write( "a is then 23 - 2(7) = 9 or 23 - 2(-7) = 37
\n" ); document.write( "Thus our two possibilities appear to be
\n" ); document.write( "9, 16, 23, 30, 37 and
\n" ); document.write( "37, 30, 23, 16, 9\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );