document.write( "Question 142024: The sum of the first 12 terms of an AP (Arithmetic Progression) is 222, the sum of the first 5 terms is 40. Write out the first four terms of the series. \n" ); document.write( "
Algebra.Com's Answer #103485 by nabla(475) ![]() You can put this solution on YOUR website! The sum of the first n terms of an arithmetic progression is \n" ); document.write( "\n" ); document.write( "Using this formula with n=12 and n=5,\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplifying a bit:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and simplifying a bit more:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We now solve this system of equations.\r \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a=2, r=3.\r \n" ); document.write( "\n" ); document.write( "The first 4 terms of the series would be, then: \n" ); document.write( "2,(2+3),(2+2(3)),(2+3(3)) which is \n" ); document.write( "2,5,8,11\r \n" ); document.write( "\n" ); document.write( "In order to check, which is always a good idea, we can only iterate: \n" ); document.write( "2+5+8+11+14=40 (first part is correct) \n" ); document.write( "2+5+8+11+14+17+20+23+26+29+32+35=222 (second part is correct). \n" ); document.write( " |