document.write( "Question 873703: find the next three terms in the geometric sequence. \r
\n" );
document.write( "\n" );
document.write( "5, -1, 1/5, -1/25, 1/125... \r
\n" );
document.write( "\n" );
document.write( "show work thank YOU! \n" );
document.write( "
Algebra.Com's Answer #527038 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Geometric sequence 5, -1, 1/5, -1/25, 1/125 where common ratio(r) is -1/5 and the first term(a) is 5, therefore the nth term is defined as \n" ); document.write( "Xn = ar^(n-1) \n" ); document.write( "we want the 6th, 7th, 8th terms for this sequence \n" ); document.write( "X6 = 5 * (-1/5)^5 = -1/625 \n" ); document.write( "X7 = 5 * (-1/5)^6 = 1/3125 \n" ); document.write( "X8 = 5 * (-1/5)^7 = -1/15625 \n" ); document.write( "The 6th, 7th, 8th terms for this sequence are -1/625, 1/3125, -1/15625 \n" ); document.write( " \n" ); document.write( " |