document.write( "Question 643787: For the geometric sequence, what is the least value of n such that the nth term is greater than a 1000. \r
\n" );
document.write( "\n" );
document.write( "16, 24,36 \n" );
document.write( "
Algebra.Com's Answer #404624 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For the geometric sequence, what is the least value of n such that the nth term is greater than a 1000. \n" ); document.write( "16, 24,36 \n" ); document.write( "------------------------- \n" ); document.write( "a*r^(n-1) >= 1000 \n" ); document.write( "16*(3/2)^(n-1) >= 1000 \n" ); document.write( "(3/2)^(n-1) >= 62.5 \n" ); document.write( "--- \n" ); document.write( "Take the log of both sides: \n" ); document.write( "(n-1)log(1.5) >= log(62.5) \n" ); document.write( "--- \n" ); document.write( "n-1 >= 10.2 \n" ); document.write( "N >= 11.2 \n" ); document.write( "=================== \n" ); document.write( "Ans: n = 11 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |