document.write( "Question 1209312: In the sequence 1, 3, 6, 10, 15, 21, ..., in the first 1000 terms of the sequence, how many terms are multiples of 5? \n" ); document.write( "
Algebra.Com's Answer #848204 by ikleyn(52754)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "In the sequence 1, 3, 6, 10, 15, 21, ..., in the first 1000 terms of the sequence,
\n" ); document.write( "how many terms are multiples of 5?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "The n-th term of this sequence,  \"a%5Bn%5D\",  is the sum of the first n natural numbers\r\n" );
document.write( "    \"a%5B1%5D\" = 1,\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5B2%5D\" = 3 = 1 + 2,\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5B3%5D\" = 6 = 1 + 2 + 3,\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5B4%5D\" = 10 = 1 + 2 + 3 + 4,\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5B5%5D\" = 15 = 1 + 2 + 3 + 4 + 5,\r\n" );
document.write( "\r\n" );
document.write( "and so on.  For the sum of the first natural numbers, there is the formula\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5Bn%5D\" = \"%28n%28n%2B1%29%29%2F2\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, the question is: how many terms  \"a%5Bn%5D\"  of the first 1000 terms are multiples of 5.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In order for the term  \"a%5Bn%5D\"  be a multiple of 5, EITHER  n  OR  (n+1)  must be multiple of 5\r\n" );
document.write( "(here \"either - or\"  is exclusive).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Of the first 1000 numbers n = 1, 2, 3, 4, 5, . . . , 1000,  there are  1000/5 = 200 multiple of 5.\r\n" );
document.write( "\r\n" );
document.write( "Of the first 1000 numbers n+1 = 2, 3, 4, 5, . . . , 1001,  there are  \"%281001-1%29%2F5\" = 200 other numbers multiple of 5.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus, in all,  among first 1000 numbers  \"a%5Bn%5D\" = \"%28n%2A%28n%2B1%29%29%2F2\" ,  there are  200 + 200 = 400 numbers multiple of 5.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  In the sequence 1, 3, 6, 10, 15, 21, ..., in the first 1000 terms of the sequence, \r\n" );
document.write( "         400 numbers are multiple of 5.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );