document.write( "Question 843285: Write a formula for the nth term for the sequence below:\r
\n" );
document.write( "\n" );
document.write( "2/5, 4/6, 6/7, 8/8, ...\r
\n" );
document.write( "\n" );
document.write( "I sort of know how to set it up. Just having a problem finding the difference.\r
\n" );
document.write( "\n" );
document.write( "a(n)= 2/5* [?] ^(n-1)\r
\n" );
document.write( "\n" );
document.write( "thanks :) \n" );
document.write( "
Algebra.Com's Answer #508061 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! beginning with n = 1, the first term \n" ); document.write( "the first element is 2n/(n+4) \n" ); document.write( "so the first element is 2(1)/(1+4) = 2/5 \n" ); document.write( "The nth will follow the formula 2n/(n+4). \n" ); document.write( " |