Why the divisibility test for 9 is valid and a way to determine whether a three-digit counting number ABC is divisible by 9?

1 Answer

Answer :

If the sum of digits add up to 9 then the number is divisible by 9 as for example the digits of 450 add up to 9 and so 450/9 = 50----------------------------------------------------------Consider a single digit number A.If A is 9 (or 0), then the number is divisible by 9, otherwise the remainder is A Now consider a two digit number BA.This is the same as 10B + A = (9 + 1)B + A = 9B + B + A This is only divisible by 9 if B + A is a multiple of 9, ie B + A is divisible by 9.Now consider a three digit number CBAThis is the same as: 100C + 10B + A= (99 + 1)C + (9 + 1)B + A= 99C + C + 9B + B + A= 99C + 9B + C + B + A= 9(11C + B) + C + B + AThis is only divisible by 9 if C + B + A is a multiple of 9, ie C + B + A is divisible by 9Now consider a number with n digits:Let the digits be D{i} where i = 0, 1, ..., n - 1 Then the number is the same as 10ⁿ⁻¹D{n-1} + 10ⁿ⁻²D{n-2} + ... + 10¹D{1} + 10⁰D{0} = Σ10ⁱD{i} for i = 0, 1, ..., n-1The question is what is the remainder when 10ⁱ is divided by 9.10⁰ ÷ 9 = 1 ÷ 9 = 0 r 110ⁿ ÷ 9= (10)10ⁿ⁻¹ ÷ 9= (9 + 1)10ⁿ⁻¹ ÷ 9= (9×10ⁿ⁻¹) ÷ 9 + 10ⁿ⁻¹ ÷ 9= 10ⁿ⁻¹ + (10ⁿ⁻¹ ÷ 9)→ remainder is the same as the remainder of of 10ⁿ⁻¹ ÷ 9As n = 0 → remainder 1, 10 to any power has a remainder of 1 when divided by 9.→ The remainder of Σ10ⁱD{i} for i = 0, 1, ..., n-1 divided by 9= Σ1×D{i} for i = 0, 1, ..., n-1= ΣD{i} for i = 0, 1, ..., n-1So the remainder when a number is divided by 10 is the same as the sum of the digits of that number divided by 10.→ A number is divisible by 9 if the remainder is 0, ie it is a multiple of 9.→ A number is divisible by 9 if the sum of its digits is a multiple of 9.To check if the sum of the digits of a number is a multiple of 9 (divisible by 9), you can repeat the summing on its digits.By repeating the summing of digits of the sums until a single digit remains, the original number is divisible by 9 if this final single digit is 9; otherwise this final single digit gives the remainder when the original number is divided by 9. This single digit is known as the digital root of the number.To determine if a 3 digit number ABC is divisible by 9, add its digits A+B+C; if this results in a two digit sum (DE) add the digits again (D + E). You will have a single digit. If this single digit sum is 9, then the original number is divisible by 9, otherwise it is the remainder when the original number is divided by 9.

Related questions

Description : Why the divisibility test for 9 is valid and a way to determine whether a three-digit counting number ABC is divisible by 9?

Last Answer : If the sum of digits add up to 9 then the number is divisible by 9 as for example the digits of 450 add up to 9 and so 450/9 = 50-------------------------------------- ... sum is 9, then the original number is divisible by 9, otherwise it is the remainder when the original number is divided by 9.

Description : What are all of the different ways to choose the tens digit A and the ones digit B in the number 631872AB so that the number will be divisible by 9?

Last Answer : A + b = 0, 9, 18(9,0)(8,1)(7,2)(6,3)(5,4)(4,5)(3,6)(2,7)(1,8)(0,9)(0,0)(9,9)-------------------------------------------To be divisible by 9, the sum 6 + 3 + 1 + 8 + 7 + 2 + A + B = 27+ A ... , 5),(5, 4), (6, 3), (7, 2), (8, 1), (9, 0)Note that (0, 0) must not be forgotten as 27 + 0 + 0 = 27 = 3 9.

Description : What are all of the different ways to choose the ones digit A in 271854A so that the number will be divisible by 9?

Last Answer : A can be 0 or 9.

Description : What are all of the different ways to choose the ones digit A in 271854A so that the number will be divisible by 9?

Last Answer : A can be 0 or 9.

Description : What are all of the different ways to choose the tens digit A and the ones digit B in the number 631872AB so that the number will be divisible by 9?

Last Answer : A + b = 0, 9, 18(9,0)(8,1)(7,2)(6,3)(5,4)(4,5)(3,6)(2,7)(1,8)(0,9)(0,0)(9,9)-------------------------------------------To be divisible by 9, the sum 6 + 3 + 1 + 8 + 7 + 2 + A + B = 27+ A ... , 5),(5, 4), (6, 3), (7, 2), (8, 1), (9, 0)Note that (0, 0) must not be forgotten as 27 + 0 + 0 = 27 = 3 9.

Description : Is N divisible by 9? (N is a two digit number) I. R(N/3) = 2 II. R(n/7)=1 (a) statement (I) alone is sufficient (b) statement (II) alone is sufficient (c) Both statements (I) and (II) together are not sufficient (d) Both statements (I) and (II) together are necessary

Last Answer : (a) statement (I) alone is sufficient

Description : Write an algorithm to determine whether a given number is divisible by 5 or not

Last Answer : Here's one possible algorithm to determine whether a given number is divisible by 5 or not: Start by taking the input number. Check if the last digit of the number is either 0 or 5. If the ... The above two algorithms are basic ways of checking whether the given number is divisible by 5 or not.

Description : What is the best way to determine whether the historian's interpretation is valid?

Last Answer : If the question is:A historian is writing a book about the fall of the Soviet Union. He claims that the country collapsed because it spent too much of its money on its ... historian's interpretation is valid?Then the answer would be:Corroborate the interpretation with other secondary sources.

Description : Find the probability that a two digit number formed by the digit 1, 2, 3, 4 and 5 is divisible by 4. -Maths 9th

Last Answer : The two digit numbers can be formed by putting any of 5 digits at the one 's place and also one of the 5 digits at ten's place. So, Total number of 2-digit numbers that can be formed using these 5-digits = 5 5 = ... 52}, i.e, 5 in number. ∴ Required probability = \(rac{5}{25}\) = \(rac{1}{5}.\)

Description : A five digit number is formed by the digits 0, 1, 2, 3, 4 (without repetition). Find the probability that the number formed is divisible by 4 ? -Maths 9th

Last Answer : Without repetition, a five -digit number can be formed using the five digits in 5! ways (5 4 3 2 1) Out of these 5! numbers, 4! numbers will be starting with digit 0. (0 (fixed) 4 3 2 1) ∴ Total ... + 6 + 6 + 4 + 4 + 4 = 30∴ Required probability = \(rac{30}{96}\) = \(rac{5}{16}.\)

Description : what is a 4 digit number that is divisible by 11 an17?

Last Answer : 1870 is divisible by both 17 and 111870 / 17 = 1101870 / 11 = 170

Description : What is the greatest 6-digit number that is divisible by 15, 24 and 28? a) 999650 b)999600 c)999825 d)999570

Last Answer : b)999600

Description : Which of the following represents the largest 4-digit number which can be added to 7249 in order to make the derived number divisible by each of 12,14,21,33 and 54? a) 9123 b) 9383 c) 8727 d) 8673

Last Answer : b) 9383

Description : Counting in hex, each digit can be increment from. a OtoF b. OtoG Cc. Oto H d. Oto]

Last Answer : a OtoF

Description : which method will best help you determine whether or not a secondary source’s conclusion is valid?

Last Answer : Answer this question… Comparing the conclusion with severalother sources

Description : A reader trying to determine whether the historian's interpretation is valid would most likely?

Last Answer : A historian writes an essay on the rise of communism in China during the 20th century. She claims that communism would never have taken hold in the country if the Soviet Union has not supplied the Chiese commuunists with money and military equipment.

Description : To determine the efficiency of an algorithm the time factor is measured by: (A) Counting micro seconds (B) Counting number of key operations (C) Counting number of statements (D) Counting kilobytes of algorithm

Last Answer : (B) Counting number of key operations

Description : A test cross is carried out to (a) determine the genotype of a plant at F2 (b) predict whether two traits are linked (c) assess the number of alleles of a gene (d) determine whether two species or varieties will breed successfully.

Last Answer : (a) determine the genotype of a plant at F2

Description : to determine if 913 = 10×91 + 3 is divisible by 11

Last Answer : find that m = (11×9+1)÷10 = 10. Then mq+t = 10×3+91 = 121; this is divisible by 11 (with quotient 11)

Description : Is any SOFTWARE available that could test out a graphics card and determine whether or not there are problems?

Last Answer : Many times if you’re playing a game in the screen freezes and the program quits, it is due to heat issues. If there isn’t good ventilation in your case, the video card could overheat. This utility will help you monitor your PC’s heat.

Description : Is there a test to determine whether someone is bi-polar?

Last Answer : The only bi-polar test that is available is visiting your local doctor. They don't have a specific test that would tell you if you're bi-polar because it is a mental disease.

Description : __________ test is the appropriate test to determine whether a material is ductile or brittle. (A) Impact (B) Cupping (C) Hardness (D) Tensile

Last Answer : (A) Impact

Description : A certain number has three digits. The sum of the three digits equals 36 times this number. Seven times the left digit plus 9 is equal to 5 times the sum of the two other digits. 8 times the second digit minus 9 is equal to the sum of the first and third.What is the number? -Riddles

Last Answer : This one is fairly easy - 324 is the answer.

Description : What number is divisible by 9 123 234 or 345?

Last Answer : 123

Description : If the number 481 * 637 is completely divisible by 9, what is the smallest number in place of * ? 1) 3 2) 7 3) 5 4) 9 5) 2

Last Answer : 2) 7

Description : The most valid criterion, on the basis of which of judge whether teaching is a profession, is the teacher's Options: A) Love for children B) Broad and thorough knowledge of subject matter C) Exemplification of dominant values of our culture D) Observance of professional ethics

Last Answer : D) Observance of professional ethics 

Description : The Superintendent should frequently test the punctual clearance of letter-boxes by a) Watching the letter boxes twice in a month b) Counting the letter posted in letter boxes c) Posting the test letter d) None of these

Last Answer : c) Posting the test letter

Description : How many numbers between 16 to 189 are divisible by 9 but not by 4?

Last Answer : There are 14 such numbers between 16 and 189.

Description : Is 646 divisible by 9?

Last Answer : 6 + 4 + 6 = 161 + 6 = 7→ No; 646 is not divisible by 9 (there is a remainder of 7).-----------------------------------------Only if the sum of the ... ifthis single digit is 9 is the original number divisible by 9,otherwise this single digit is the remainder when the originalnumber is divided by 9.

Description : What which of these numbers are divisible by 13 is it a. 52 or b. 9 c. 30 d. 27?

Last Answer : a.

Description : Is 4932 divisible by 9?

Last Answer : Yes

Description : Is 90 divisible by 2 3 4 5 6 9 10?

Last Answer : Yes, all except 4

Description : Is 90 divisible by 5 and 9?

Last Answer : Yes. 90 is divisible by 9, 10 times. 90 is divisible by 5, 18times.

Description : Is 90 divisible by 5 and 9?

Last Answer : Yes. 90 is divisible by 9, 10 times. 90 is divisible by 5, 18times.

Description : Is 104 divisible by 9?

Last Answer : No.To check if a number is divisible by 9 add the digits togetherand if the sum is divisible by 9 then so is the original number.The check can be used on the sum so keep summing until a singledigit remains. If ... = 55 is not 9, so 104 is not divisible by 9; it has a remainder of5 when divided by 9

Description : What numbers are divisible by 3 9 6?

Last Answer : Any number of the form 18*k where k is an integer.

Description : Three gods, A, B, and C, are called, in some order, True, False, and Random. True always speaks truly, False always speaks falsely, but whether Random speaks truly or falsely is completely random. You must ... are da and ja, in some order. You do not know which word means which. -Riddles

Last Answer : We're willing to bet that your brain feels pretty busted at this point. If you're ready to throw in the towel and hear the solution, we won't tell! Here are the three questions you ... start sorting out the solution with this 2008 paper, which claims to have the easiest answer to the brainteaser.

Description : Three gods, A, B, and C, are called, in some order, True, False, and Random. True always speaks truly, False always speaks falsely, but whether Random speaks truly or falsely is completely random. ... a trick question. As a matter of fact, there are multiple ways to get the correct answer. -Riddles

Last Answer : 1. To god A: Does da' mean yes' if and only if you are True and if and only if B is Random? (We supposed A said, ja, making B True or False). 2. To god B: Does da mean yes' if and ... only if A is Random? Since B's True, he must say da, which means A is Random, leaving C to be False.

Description : You are given a set of scales and 12 marbles. The scales are of the old balance variety. That is, a small dish hangs from each end of a rod that is balanced in the middle. The device enables ... than the others. You are asked to both identify it and determine whether it is heavy or light -Riddles

Last Answer : Most people seem to think that the thing to do is weight six coins against six coins, but if you think about it, this would yield you no information concerning the whereabouts of the only different coin. ... . The heavier one is the different coin. If they balance, then 2 is a different light coin.

Description : Julie is going on an extended trip for three weeks. She lives in a remote area where there are frequent electrical power outages which can last up to three or four days. Julie has quite a bit of food ... power, while another house may have no power. She won?t be able to have a neighbor chec -Riddles

Last Answer : One thing Julie could do is freeze a tray of ice-cubes, and turn the tray of ice upside down in her freezer. When she comes home, she should check the tray. If the ice cubes are still in the ... clean out the freezer. She will have to make a judgment call if the ice-cubes are only slightly thawed.

Description : Can anyone help me with a technical mathematical divisibility issue?

Last Answer : I am pretty mathematical and I don’t understand this question. Can you express #2 above in terms of d? —> d= ( (k^2) -1 ) /r ? Shouldn’t (r,s)= a pair, like (0,1) ?

Description : I have four characteristics, durability, divisibility, transportability and non counterfeitability. What am I? -Riddles

Last Answer : Money.

Description : What is the rule of divisibility of ?

Last Answer : If the centenary local number is even then the number formed by the last two digits will be divisible by 7. For example: 624 where 2 is even and divisible by 24 , 7. If the centenary local number is ... Divisible by 52 + 4 ja6. The new number formed by the last three digits must be divisible by 7.

Description : What is the rule of divisibility of ?

Last Answer : It is divisible by 2 and 3 .

Description : What is the rule of divisibility of ?

Last Answer : If the last digit of a number is multiplied by 9 and subtracted from the remainder, the result must be multiplied by 7. For example: 483 , 48- (3 x 9) = 21 = 3 x 7 If we do, the result must be a multiple of 7. For ... to it, the sum must be a factor of 7. For example: 483 , 48+ (3 x 5) = 63 = 9 x 7

Description : What is the rule of divisibility of 5 ?

Last Answer : If the single digit is 5 or 0 then the number is divisible by 5.

Description : What is the divisibility rule of 4 ?

Last Answer : The new number formed by the last two numbers must be divisible by 4 . If the decimal number is even, then its single digits must be 0 , 4 , 6. 405647 Here are 4 even and single digits ৮ so the number is divisible ... an odd and single digit 2 so the number is divisible by two.

Description : What is the rule of divisibility of 3 ?

Last Answer : Add digits. The result must be divisible by 3. For example , the sum of ৬৬৬ digits is divisible by ৬ + ৬ + ৬ = 16 ja3.

Description : What is the rule of divisibility of 2 ?

Last Answer : All numbers ending in a single or even spatial number 0 , 2 , 4 , 6 , 7 or even number are always divisible by 2.