document.write( "Question 36110: Write the first five terms of the follownig sequence.
\n" );
document.write( "a sub n = n + 1/ n with the condition: a sub n= a sub n-1 + 2, where a sub n= 1 \n" );
document.write( "
Algebra.Com's Answer #22410 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Write the first five terms of the follownig sequence. \n" ); document.write( "a sub n = n + 1/ n IS AN INDEPENDENT PROBLEM..FOR THIS \n" ); document.write( "A1=1+1/1=2 \n" ); document.write( "A2=2+1/2=5/2 \n" ); document.write( "A3=3+1/3=10/3 \n" ); document.write( "A4=4+1/4=17/4 \n" ); document.write( "A5=5+1/5=26/5\r \n" ); document.write( "\n" ); document.write( "with the condition: a sub n= a sub n-1 + 2, where a sub n= 1....THIS IS A SEPERATE PROBLEM.... \n" ); document.write( "A1=1 \n" ); document.write( "A2=A1+2=1+2=3 \n" ); document.write( "A3=A2+2=3+2=5 \n" ); document.write( "A4=A3+2=5+2=7 \n" ); document.write( "A5=A4+2=7+2=9 \n" ); document.write( " |