document.write( "Question 433356: find the first five terms whose nth term is given as 5n \n" ); document.write( "
Algebra.Com's Answer #300412 by belle3833(46)\"\" \"About 
You can put this solution on YOUR website!
1st term when n=1
\n" ); document.write( "5n=5x1=5\r
\n" ); document.write( "\n" ); document.write( "2nd term n=2
\n" ); document.write( "5n=5x2=10\r
\n" ); document.write( "\n" ); document.write( "3rd term n=3
\n" ); document.write( "5n=5x3=15\r
\n" ); document.write( "\n" ); document.write( "4th term n=4
\n" ); document.write( "5n=5x4=20\r
\n" ); document.write( "\n" ); document.write( "5th term n=5
\n" ); document.write( "5n=5x5=25
\n" ); document.write( "
\n" );