document.write( "Question 140811: I am asked to write a formula for the Nth term of:
\n" );
document.write( "2/3, 3/4, 4/5, 5/6 . What does my formula look like? \n" );
document.write( "
Algebra.Com's Answer #102472 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I am asked to write a formula for the Nth term of: \n" ); document.write( "2/3, 3/4, 4/5, 5/6 . What does my formula look like? \n" ); document.write( "------------------------ \n" ); document.write( "Let n have values 1,2,3,.... \n" ); document.write( "---------- \n" ); document.write( "1st term is where n=1; then 2/3 = (n+1)/(n+2) \n" ); document.write( "2nd term is where n=2; then 3/4 = (n+1)/(n+2) \n" ); document.write( "etc. \n" ); document.write( "Your formula looks like nth term = (n+1)/(n+2) \n" ); document.write( "=============== \n" ); document.write( "Cheers \n" ); document.write( "Stan H. \n" ); document.write( " |