document.write( "Question 990091: What are the first three terms of 3n-1 and the 100th term? \n" ); document.write( "
Algebra.Com's Answer #610182 by Timnewman(323)![]() ![]() You can put this solution on YOUR website! The first three terms of 3n-are as follows: \n" ); document.write( "1st term=3(1)-1 \n" ); document.write( "=3-1=2 \n" ); document.write( "2nd term=3(2)-1 \n" ); document.write( "=6-1 \n" ); document.write( "=5 \n" ); document.write( "3rd term=3(3)-1 \n" ); document.write( "=9-1 \n" ); document.write( "=8 \n" ); document.write( "100th term=3(100)-1 \n" ); document.write( "=300-1 \n" ); document.write( "=299 \n" ); document.write( "Hope this helps? \n" ); document.write( " |