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 #629010 by ikleyn(52787)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "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( "-------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "You can write these terms in this way\r\n" );
document.write( "\r\n" );
document.write( "a-2d, a-d a, a+d, a+2d\r\n" );
document.write( "\r\n" );
document.write( "where a if the third (the middle of 5) term, and d is the common difference.\r\n" );
document.write( "\r\n" );
document.write( "Then the sum of 5 terms is 5a, and you easily find a = \"115%2F5\" = 23.\r\n" );
document.write( "\r\n" );
document.write( "To find d, use the second part of the condition\r\n" );
document.write( "\r\n" );
document.write( "\"%2823-d%29%5E2+%2B+%2823%2Bd%29%5E2\" = 1156,   or\r\n" );
document.write( "\r\n" );
document.write( "\"23%5E2+%2B+a%5E2\" = \"1156%2F2\" = 578,   or\r\n" );
document.write( "\r\n" );
document.write( "\"d%5E2\" = 578 - \"23%5E2\" = 49.\r\n" );
document.write( "\r\n" );
document.write( "Hence, d = +/-7. \r\n" );
document.write( "\r\n" );
document.write( "Although you have two solutions for d, the progression is actually unique.\r\n" );
document.write( "\r\n" );
document.write( "It is 9, 16, 23, 30, 37.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );