document.write( "Question 916654: 1-the rth term in a sequence is 2+3r. Find the first three terms of the sequence.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #558335 by mathsnight(4)![]() ![]() You can put this solution on YOUR website! Given, \n" ); document.write( "the rth term, ar= 2+3r, thus, the first 3 terms are: a1 = 2+3(1)=5, \n" ); document.write( "a2 = 2+3(2)=8, \n" ); document.write( "a3 = 2+3(3)=11.. Thus the first 3 terms are 5,8 and 11. This is A.P with d=3. \n" ); document.write( " |