document.write( "Question 845306: find first term and common ratio of a geometric sequences given sixth term 486 and third term 18
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #513639 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Tn = t * r^(n - 1) \n" ); document.write( "486 = t * r^(5), \n" ); document.write( "18 = t * r^(2) \n" ); document.write( "r = 3, T1= 2 \n" ); document.write( " |