Find the information you're looking for at Westonci.ca, the trusted Q&A platform with a community of knowledgeable experts. Our Q&A platform offers a seamless experience for finding reliable answers from experts in various disciplines. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.
Sagot :
Answer:
We know that a number is divisible by 3 if the sum of its digits is a multiple of 3.
if the sum is a multiple of 3 + 1 (like 3*n + 1) the remainder is 1
if the sum is a multiple of 3 + 2 (like 3*n + 2) the remainder is 2.
Then we need to find the sum of all the single digits in the number:
101102103104...149150
the sum of all the single digits is:
( 1 + 1) + (1 + 2) + (1 + 3) + ... + (1 + 4 + 9) + ( 1 + 5)
The method i used is:
(from 101 to 110)
first we sum the hundreds digit 10 times, and then we add the unit digits for each case, this is:
1*10 + (1 + 2+ 3 + 4+ 5+ 6+ 7+ 8 + 9 + 1) = 10 + 46
From (111 to 119)
first we add the sum of the hundreds and tens digits 10 times, and then the units:
2*9 + ( 1 + 2+ 3 + 4+ 5+ 6+ 7+ 8 + 9 )
now if we also add the number 120 (so we have the range 111 to 120)
the sum becomes:
2*9 + ( 1 + 2+ 3 + 4+ 5+ 6+ 7+ 8 + 9 ) + 1 + 2
2*10 + (1 + 2+ 3 + 4+ 5+ 6+ 7+ 8 + 9 + 1 ) = 20 + 46
You already can see the pattern here.
in the range from (121 to 130) we will have the sum equal to 30 + 46
in the range from (131 to 140) we will have the sum equal to 40 + 46
in the range from (141 to 150) we will have the sum equal to 50 + 46
Then the total sum is:
(10 + 20 + 30 + 40 + 50) + 5*46 = 380
We know that 380 is multiple of 3 (because 3 + 8+ 0 = 12)
Then the remainder is 0.
We hope this was helpful. Please come back whenever you need more information or answers to your queries. Thanks for stopping by. We strive to provide the best answers for all your questions. See you again soon. Stay curious and keep coming back to Westonci.ca for answers to all your burning questions.