Add new comment

Permalink
Comment

Let digits are a,b,c
Let b=a+c because second digit is sum of last and first
So number=a*100+b*10+c*1
=a*100+(a+c)*10+c*1
=a*100+a*10+c*10+c*1
=110*a+11*c
=11*10*a+11*c
=11*(10*a+c)
That is the number is multiple of 11 so it is divisible by 11

opksalu@gmail.com

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.