document.write( "Question 867875: Find the position of 145 in the sequence 25, 33, 41, ...
\n" );
document.write( "Please explain as well, thank you. \n" );
document.write( "
Algebra.Com's Answer #523239 by richwmiller(17219) You can put this solution on YOUR website! add 8 to get the next term \n" ); document.write( "first term 25 \n" ); document.write( "d=8 \n" ); document.write( "An = A1 + (n - 1)d \n" ); document.write( "145= 25 + (n-1)8 \n" ); document.write( "n=16\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |