document.write( "Question 95922: find the 37th term of the sequence 2,5,8,11,14 \n" ); document.write( "
Algebra.Com's Answer #69876 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! find the 37th term of the sequence 2,5,8,11,14 \n" ); document.write( ": \n" ); document.write( "x = no of the term; y = value of the term \n" ); document.write( ": \n" ); document.write( "y = 3(x-1) + 2 \n" ); document.write( "y = 3x - 3 + 2 \n" ); document.write( "y = 3x -1 \n" ); document.write( ": \n" ); document.write( "y = 3(37) - 1 \n" ); document.write( "y = 111 - 1 \n" ); document.write( "y = 110 is the 37th term \n" ); document.write( " \n" ); document.write( " |