document.write( "Question 1188394: In the sequence 457, 473, 487, 506, ... each term is equal to the previous term
\n" ); document.write( "added to the sum of its digits. A number NOT in the sequence is\r
\n" ); document.write( "\n" ); document.write( "a) 1864 b) 1949 c) 3466 d) 4569 e) 5767
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #819474 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "In the sequence 457, 473, 487, 506, ... each term is equal to the previous term
\n" ); document.write( "added to the sum of its digits. A number NOT in the sequence is
\n" ); document.write( "a) 1864 b) 1949 c) 3466 d) 4569 e) 5767
\n" ); document.write( "~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "First term, 457, has the sum of digits 4+5+7 = 16 = 1 (mod 3).\r\n" );
document.write( "\r\n" );
document.write( "So, according to the divisibility rule by 3, the number 457 itself is 1 (mod 3).\r\n" );
document.write( "\r\n" );
document.write( "    \r\n" );
document.write( "    Therefore, the second term is 1+1 = 2 (mod 3).\r\n" );
document.write( "\r\n" );
document.write( "    It means that the sum of the digits of the second term is 2 (mod 3).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It implies that the third term is 2+2 = 4 = 1 (mod 3)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It implies, in turn, that the fourth term is 2 (mod 3).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus we see that the given sequence of numbers is CYCLIC 1, 2, 1, 2 by modulo 3,\r\n" );
document.write( "\r\n" );
document.write( "and it is true NOT ONLY for the first four terms, but IT IS TRUE for all other consecutive terms.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now look at the given optional numbers.\r\n" );
document.write( "\r\n" );
document.write( "Using the rule of divisibility by 3, you can easily check that the ONLY NUMBER of them \r\n" );
document.write( "which is DIVISIBLE by 3 is the number 4569.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, we can conclude that this number, 4569, DOES NOT BELONG to the given sequence.\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( "///////////////\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Edwin,   this sequence follows the rule\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "    \"a%5B1%5D\"             = 1 (mod 3)\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5B2%5D\" = 1 + 1     = 2 (mod 3)\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5B3%5D\" = 2 + 2 = 4 = 1 (mod 3)\r\n" );
document.write( "\r\n" );
document.write( "    \"a%5B4%5D\" = 1 + 1     = 2 (nod 3)\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "and so on,  and so on  CYCLICALLY . . . ,  making the statement  OBVIOUS.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );