document.write( "Question 309515: Find the first five terms of the sequences with the nth term given as follows:
\n" ); document.write( "5n + 5, __, __, __, __, __
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #221390 by alicealc(293)\"\" \"About 
You can put this solution on YOUR website!
n = 1 -> 5*1 + 5 = 5 + 5 = 10
\n" ); document.write( "n = 2 -> 5*2 + 5 = 10 + 5 = 15
\n" ); document.write( "n = 3 -> 5*3 + 5 = 15 + 5 = 20
\n" ); document.write( "n = 4 -> 5*4 + 5 = 20 + 5 = 25
\n" ); document.write( "n = 5 -> 5*5 + 5 = 25 + 5 = 30\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so, the sequence is 10, 15, 20, 25, 30
\n" ); document.write( "
\n" );