document.write( "Question 970629: What is the nth term of the geometric sequence that has a common ratio of 6 and 24 as its third term? \n" ); document.write( "
Algebra.Com's Answer #593247 by khai(18)![]() ![]() You can put this solution on YOUR website! r = 6 \n" ); document.write( "3th = 24 \n" ); document.write( "nth term = a(r)^(n-1) {a is the first term} \n" ); document.write( "you have to find the first term first..... \n" ); document.write( "24 = a(6)^(3-1) \n" ); document.write( "24 = 36a \n" ); document.write( "a= 2/3 {so this is the first term, now you can find nth term} \n" ); document.write( "nth term = (2/3)(6)^(n-1) \n" ); document.write( " |