document.write( "Question 901879: what is the nth term of the sequence 4/3,5/9,6/27,7/81 \n" ); document.write( "
Algebra.Com's Answer #547003 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! The numerators go up by 1 \n" ); document.write( "it is an arithmetic progression \n" ); document.write( "an = a + (n - 1)d \n" ); document.write( "An = 4 + 1(n - 1) \n" ); document.write( "The denominators go up by 3 times \n" ); document.write( "It is a geometric progression \n" ); document.write( "Tn = t * r^(n - 1) \n" ); document.write( "Tn = 3 * 3^(n - 1) \n" ); document.write( "(3+n)/(3*3^(n -1)) \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |