document.write( "Question 131275: Good Morning, I would like some help in solving the following problem:\r
\n" ); document.write( "\n" ); document.write( "Find the tenth term of the sequence 5, -25, 125, -625. Thank you in advance for your help.\r
\n" ); document.write( "\n" ); document.write( "Denise
\n" ); document.write( "

Algebra.Com's Answer #95828 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
If there were no minus signs in the sequence, it would
\n" ); document.write( "be \"5%5E1\",\"5%5E2\",\"5%5E3\",\"5%5E4\", etc.
\n" ); document.write( "If \"n\" is the number of the term of the sequence, then
\n" ); document.write( "\"5%5En\" = 5, 25, 125, 625, etc.
\n" ); document.write( "Now to account for the minus sign, how do I get
\n" ); document.write( "1, -1, 1, -1, 1, etc. ?
\n" ); document.write( "\"%28-1%29%5E%28n%2B1%29\" will do this, because
\n" ); document.write( "\"%28-1%29%5E2+=+1\" (1st term)
\n" ); document.write( "\"%28-1%29%5E3+=+-1\" (2nd term)
\n" ); document.write( "\"%28-1%29%5E4+=+1\" (3rd term)
\n" ); document.write( "\"%28-1%29%5E5+=+-1\" (4th term)
\n" ); document.write( "etc.
\n" ); document.write( "So, the sequence is
\n" ); document.write( "\"%28-1%29%5E%28n%2B1%29%2A5%5En\"= 5, -25, 125, -625, etc.
\n" ); document.write( "What is the 10th term? It is
\n" ); document.write( "\"%28%28-1%29%5E11%29%2A%285%5E10%29\"
\n" ); document.write( "Since \"-1\" gets multiplied by itself an odd number of times,
\n" ); document.write( "(11 is odd), the answer will be negative
\n" ); document.write( "\"%28-1%29%2A%285%5E10%29+=+-9765625\" by my calculator
\n" ); document.write( "
\n" );