document.write( "Question 796781: find the first three terms and the 100th term of sequences whose nth term is given by:
\n" ); document.write( "10n-1
\n" ); document.write( "

Algebra.Com's Answer #481565 by luke94(89)\"\" \"About 
You can put this solution on YOUR website!
hi there, well the first three terms (starting at 0) and 100th term is\r
\n" ); document.write( "\n" ); document.write( "first term: 10*0 - 1 = -1
\n" ); document.write( "second term: 10*1 - 1 = 9
\n" ); document.write( "third term: 10*2 - 1 = 99
\n" ); document.write( "hundreth term: 10*100 - 1 = 999\r
\n" ); document.write( "\n" ); document.write( "just substitute whatever term you are finding as your 'n' value
\n" ); document.write( "
\n" );