document.write( "Question 802597: Find the 6th and 15th terms of the arithmetic progression whose first term is 6 and common difference is 7 \n" ); document.write( "
Algebra.Com's Answer #483962 by mananth(16946)![]() ![]() You can put this solution on YOUR website! sixth term \n" ); document.write( "T6 = a+5d\r \n" ); document.write( "\n" ); document.write( "T6=6+5*7\r \n" ); document.write( "\n" ); document.write( "=41\r \n" ); document.write( "\n" ); document.write( "T15 = a+14d\r \n" ); document.write( "\n" ); document.write( "6+14*7 \n" ); document.write( "=6+98 \n" ); document.write( "=104 \n" ); document.write( " |