abc是一个任意三位数

  • 时间:2020-05-22 15:51:38
  • 分类:数学世界
  • 阅读:117 次

abc是一个任意三位数。如果将其加在2013 后,成为一个新的七位数。找出一个这样的七位数,使其能被 5, 11, 36 整除。

数学题解答:此题考察能被5,11,4,9整除的数的特征。

①能被5整除的数的个位必须是0或5;

②能被4整除的数的末两位数一定是4的倍数,所以末位不可能是5,只能是0,即c是0;

③能被9整除的数各位上的数字之和是9的倍数。所以,2+0+1+3+a+b+c是9的倍数。即a+b必须等于12。

④能被11整除的数的奇数位的数字之和,与偶数位的数字之和相减,所得的差需是11的倍数,所以(2+1+a+c)-(0+3+b)是11的倍数。考虑到a+b须等于12,所以此处的差只可能为0,即a=b,所以a是6,b也是6。

这个七位数是:2013660。

推荐阅读:
Single-Row Keyboard Algorithms to Estimate the Finger Moving Tim  Bruteforce Algorithm to Find the Next Closet Time Reusing the Cu  The Overlapping Rectangles using CSS and Javascript  How to Count the Distinct Pairs using HashMap?  Blogger Jailed For Pokemon Go Gets Even More Trouble  Dead Simple Ways to Keep Your Best Blogging Ideas From Slipping   The Fear of Blogging is Real – Here’s How to Overcome It  Influential Cybersecurity Blogger Gets Digitally Attacked  Building Relationships with Your Influencers  Authorities In Vietnam Arrest Top Blogger For One Criticizing Co 
评论列表
添加评论