document.write( "Question 993979: If n = 0, 1, 2, 3, 4, etc. Then how do you get 1, 5, 9, 13, 17, etc.?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #613167 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The output increases by 4 for each increase for n. \n" ); document.write( "Try 4n, and you get 0,4,8,12,16 \n" ); document.write( "add 1 to each of those, and that is the desired series. \n" ); document.write( "if n=,,,,; then 4n+1=..... \n" ); document.write( " |