document.write( "Question 442536: the second term of a geometric sequence is 10 and the fifth term is 7290. find the nth term \n" ); document.write( "
Algebra.Com's Answer #305279 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the second term of a geometric sequence is 10 and the fifth term is 7290. find the nth term \n" ); document.write( "------------------- \n" ); document.write( "Form: a(n) = ab^(n-1) \n" ); document.write( "---------------------- \n" ); document.write( "a(5) = ab^4 = 7290 \n" ); document.write( "a(2) = ab = 10 \n" ); document.write( "---- \n" ); document.write( "Divide a(5) by a(2) to solve for \"b\": \n" ); document.write( "b^3 = 729 \n" ); document.write( "----- \n" ); document.write( "b = 9 \n" ); document.write( "-------- \n" ); document.write( "Solve for \"a\": \n" ); document.write( "ab = 10 \n" ); document.write( "a*9 = 10 \n" ); document.write( "a = 10/9 = 1.11111.. \n" ); document.write( "---- \n" ); document.write( "nth term = (10/9)(9)^n \n" ); document.write( "a(n) = 10*9^(n-1) \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |