document.write( "Question 204928: If you were given the third and the twenty-fifth terms of an arithmetic sequence how would you find the first term??????? \n" ); document.write( "
Algebra.Com's Answer #154681 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If you were given the third and the twenty-fifth terms of an arithmetic sequence how would you find the first term??????? \n" ); document.write( "-------------------------------- \n" ); document.write( "a3 = a1 + 2d \n" ); document.write( "a25 = a1 + 24d \n" ); document.write( "---------------------- \n" ); document.write( "Subtract a3 from a25 to get: \n" ); document.write( "22d = a25 - a3 \n" ); document.write( "d = (a25-a3)/22 \n" ); document.write( "------------------------ \n" ); document.write( "Substitute that into a3 to solve for a1. \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |