document.write( "Question 209242: find the first term of the arithmetic progression whose third term a3 is 7 and
\n" );
document.write( "whose eighth term a8 is 17\r
\n" );
document.write( "\n" );
document.write( "a)0 b) 2 c)3 d)1 e) 4 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #158165 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the first term of the arithmetic progression whose third term a3 is 7 and \n" ); document.write( "whose eighth term a8 is 17 \n" ); document.write( "a)0 b) 2 c)3 d)1 e) 4 \n" ); document.write( "--------------------------------------- \n" ); document.write( "a(3) = a(1) + 2d = 7 \n" ); document.write( "a(8) = a(1) + 7d = 17 \n" ); document.write( "-------------------------------- \n" ); document.write( "Subtract a(3) from a(8) to get: \n" ); document.write( "5d = 10 \n" ); document.write( "d = 2 \n" ); document.write( "--------------------- \n" ); document.write( "Substitute that into a(1) + 2d = 7 to solve for a(1) \n" ); document.write( "a(1) + 2*2 = 7 \n" ); document.write( "a(1) = 3 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "Reply to stanbon@comcast.net \n" ); document.write( " |