document.write( "Question 847267: The sum of first 3 integers in an Arithmetic progression is 36. The sum of the next 3 integers is 72. What is the common difference between the terms?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #510308 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of first 3 integers in an Arithmetic progression is 36. The sum of the next 3 integers is 72. What is the common difference between the terms? \n" ); document.write( "---------- \n" ); document.write( "S(3) = (3/2)(a + (a+2d)) = 36 \n" ); document.write( "S(6) = (6/2)(a + (a+5d)) = 72+36 \n" ); document.write( "------- \n" ); document.write( "Rearrange: \n" ); document.write( "3(2a+2d) = 72 \n" ); document.write( "6(2a+5d) = 216 \n" ); document.write( "------ \n" ); document.write( "2a+2d = 24 \n" ); document.write( "2a+5d = 36 \n" ); document.write( "--- \n" ); document.write( "3d = 12 \n" ); document.write( "common difference = 4 \n" ); document.write( "----------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " |