document.write( "Question 348152: Find the first five terms of the sequences with the nth term given as follows:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " (a) 5n + 5 ________, ________, ________, ________, ________
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #248959 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "*Note: the \"n\" represents the positioning of the term in the sequence. \n" ); document.write( "for ex: n(1) represents the first term in the series, n(2) the second etc \n" ); document.write( ". \n" ); document.write( "For this sequence, question states \"each term\" is represented by: \n" ); document.write( "5n + 5 \n" ); document.write( ". \n" ); document.write( "Substituting for n: \n" ); document.write( "first term would be (5*1 +5) for example. \n" ); document.write( "second Term (5*2 + 5) \n" ); document.write( "and so on... \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "5, 15, 20, 25, 30 \n" ); document.write( " |