document.write( "Question 1003397: What is the sum of the terms in an arithmetic progression obtained by inserting 7 arithmetic means between 3 and 35? \n" ); document.write( "
Algebra.Com's Answer #805606 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! 3, __, __, __, __, __, __, __, 35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "difference: (35 - 3)/8 = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "terms: 3 + 7 + 11 + 15 + 19 + 23 + 27 + 31 + 35 = 171 \n" ); document.write( " |