document.write( "Question 893319: what is 75 term of sequence 4,7,10 \n" ); document.write( "
Algebra.Com's Answer #541198 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!
this is an Arithmetic Sequence because the difference between one term and the next is a constant, and equal to \"3\"\r
\n" ); document.write( "\n" ); document.write( "in general we could write an arithmetic sequence like this:
\n" ); document.write( "{ \"a\", \"a%2Bd\", \"a%2B2d\", \"a%2B3d\", ... }\r
\n" ); document.write( "\n" ); document.write( "\"a+=+1\" (the first term)
\n" ); document.write( "\"d+=+3\" (the \"common difference\" between terms)\r
\n" ); document.write( "\n" ); document.write( "as a rule for any term:
\n" ); document.write( "\"x%5Bn%5D+=+a+%2B+d%28n-1%29\" => we use \"n-1\" because d is not used in the 1st term\r
\n" ); document.write( "\n" ); document.write( "and calculate the 75th term
\n" ); document.write( "\"x%5Bn%5D+=+a+%2B+d%28n-1%29\"
\n" ); document.write( "\"x%5B75%5D+=+4+%2B+3%2875-1%29=4%2B3%2A74=4%2B222=226\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );