The problem states that
Find all three digit natural numbers such that when the number is divided by 11 gives the quotient equal to sum of squares of their digits
Since there is no information about whether remainder is 0 or not , I firstly assumed that the question is talking about the numbers perfectly divisible by 11
Now I have 80 numbers left , I can check them separately , but it will be lengthy
I made an equation 100a+10b+c=11a2+11b2+11c2
Rearranged and got a(11a−100)+b(11b−10)+c(11c−1)=0
I have 10 values for a,b,c={1,2,3,4,5,6,7,8,9,0}
I made a table corresponding to a(11a−100),b(11b−10),c(11c−1) and found that only for a=b=5,c=0 and a=8,b=0,c=3 are giving their sum 0 , hence 550 and 803 are the only numbers satisfying given property and divisible by 11.
Now I have two questions:
1.)Is my way and my answer correct? If no, then where have I misunderstood?
2.)What about the numbers which are not divisible by 11?
As mentioned by an answer er of this post , there are six such numbers which are not divisible by 11 , but still give the quotient the sum of square of their digits. But answer er found it using a computer program, which is not suitable for pen paper mathematics. So how can I find those six numbers ?
Answer
We want to find all sets of integers a,b,c,k such that 100a+10b+c=11a2+11b2+11c2+k
where 1≤a≤9,0≤b≤9,0≤c≤9 and 0≤k≤10.
We have
(1)⟺k+b(11b−10)+c(11c−1)=a(100−11a)
Since a(100−11a)≤5(100−11×5)=225, we have
k+b(11b−10)+c(11c−1)≤225
Since we have that b(11b−10)≥6(11×6−10)=336>225 for b≥6 and that c(11c−1)≥5(11×5−1)=270>225 for c≥5, from (2), we have to have b≤5 and c≤4.
Also, from (1) with 0≤k≤10, solving 0≤100a+10b+c−11a2−11b2−11c2≤10for a givesa∈[50−√m11,50−√m−11011]∪[50+√m−11011,50+√m11]where m=2500−11(11b2+11c2−10b−c).
Now, we see that 50−√m11≤1≤50−√m−11011⟺1521≤m≤1631fora=150−√m11≤2≤50−√m−11011⟺784≤m≤894fora=250−√m11≤3≤50−√m−11011⟺289≤m≤399fora=350−√m11≤4≤50−√m−11011⟺110≤m≤146fora=450+√m−11011≤5≤50+√m11⟺100≤m≤125fora=550+√m−11011≤6≤50+√m11⟺256≤m≤356fora=650+√m−11011≤7≤50+√m11⟺729≤m≤829fora=750+√m−11011≤8≤50+√m11⟺1444≤m≤1544fora=850+√m−11011≤9≤50+√m11⟺2401≤m≤2501fora=9
Case 1 : When b=5, since b(11b−10)=225 with (2), we have to have k=c(11c−1)=0,a=5 giving a=5,b=5,c=0,k=0.
Case 2 : When b=4, since b(11b−10)=136,
(2)⟹k+c(11c−1)≤225−136=89from which we have to have c≤2 since c(11c−1)≥3×(11×3−1)=96>89 for c≥3.
Case 2-1 : For c=0, we have m=1004. So, there is no integer a satisfying (3).
Case 2-2 : For c=1, we have m=894. So, we have a=2, and k=10 from (1).
Case 2-3 : For c=2, we have m=542. So, there is no integer a satisfying (3).
Case 3 : When b=3, since b(11b−10)=69,
(2)⟹k+c(11c−1)≤225−69=156from which we have to have c≤3 since c(11c−1)≥4×(11×4−1)=172>156 for c≥4.
Case 3-1 : For c=0, we have m=1741. So, there is no integer a satisfying (3).
Case 3-2 : For c=1, we have m=1631. So, we have a=1, and k=10 from (1).
Case 3-3 : For c=2, we have m=1279. So, there is no integer a satisfying (3).
Case 3-4 : For c=3, we have m=685. So, there is no integer a satisfying (3).
Case 4 : When b=2, we have c≤4.
Case 4-1 : For c=0, we have m=2236. So, there is no integer a satisfying (3).
Case 4-2 : For c=1, we have m=2126. So, there is no integer a satisfying (3).
Case 4-3 : For c=2, we have m=1774. So, there is no integer a satisfying (3).
Case 4-4 : For c=3, we have m=1180. So, there is no integer a satisfying (3).
Case 4-5 : For c=4, we have m=344. So, we have a=3,6, and (a,b,c,k)=(3,2,4,5),(6,2,4,8) from (1).
Case 5 : When b=1, we have c≤4.
Case 5-1 : For c=0, we have m=2489. So, we have a=9 and k=8 from (1).
Case 5-2 : For c=1, we have m=2379. So, there is no integer a satisfying (3).
Case 5-3 : For c=2, we have m=2027. So, there is no integer a satisfying (3).
Case 5-4 : For c=3, we have m=1433. So, there is no integer a satisfying (3).
Case 5-5 : For c=4, we have m=597. So, there is no integer a satisfying (3).
Case 6 : When b=0, we have c≤4.
Case 6-1 : For c=0, we have m=2500. So, we have a=9, and k=9 from (1).
Case 6-2 : For c=1, we have m=2390. So, there is no integer a satisfying (3).
Case 6-3 : For c=2, we have m=2038. So, there is no integer a satisfying (3).
Case 6-4 : For c=3, we have m=1444. So, we have a=8, and k=0 from (1).
Case 6-5 : For c=4, we have m=608. So, there is no integer a satisfying (3).
Therefore, the answer is
(a,b,c,k)= (5,5,0,0),(2,4,1,10),(1,3,1,10),(3,2,4,5)(6,2,4,8),(9,1,0,8),(9,0,0,9),(8,0,3,0)
No comments:
Post a Comment