Proving Divisibility by 9 with Modulo Notation

In summary, an integer is divisible by 9 if and only if the sum of its digits is divisible by 9, and this can be proven using induction and modulo notation. This method can also be used to show that the remainder of an integer divided by 9 is equivalent to the sum of its digits.
  • #1
chimath35
110
0
An integer is divisible by 9 if and only if the sum of its digits is divisible by 9

Proof by induction?
 
Physics news on Phys.org
  • #2
I am new to proofs never done them, I am stuck ac=b 9c=b ex. 9c=81 so c is an int. thus divisible let b= d+dn so 9c=d+dn then 9c=d+dn+dn+9
 
  • #3
In the decimal system, an integer with ##n## digits is written in the form
##\sum_{k=0}^{n-1}a_{k}10^{k}##, where the numbers ##a_{k}## are the digits.

Now consider the number
##\sum_{k=0}^{n-1}a_{k}10^{k}-\sum_{k=0}^{n-1}a_{k}##,
and deduce that it must always be divisible by 9. Then use the fact that if a sum of two integers, ##m+n## is divisible by 9 then either both ##m## and ##n## are divisible by 9 or neither of them is. That way you can prove the theorem.
 
  • Like
Likes 1 person
  • #4
chimath35 said:
An integer is divisible by 9 if and only if the sum of its digits is divisible by 9

Proof by induction?

Have you worked with modulo notation? Easiest way is to reduce the decimal representation ##\sum_{k=0}^{n-1}a_{k}10^{k} \pmod{9}## where the digits ##0 \leq a_k \leq 9## and make the observation that ##10 \equiv 1 \pmod{9}##. The rest should quickly follow, but if you get stuck, post back.
 
  • Like
Likes 1 person
  • #5
Curious3141 said:
Have you worked with modulo notation? Easiest way is to reduce the decimal representation ##\sum_{k=0}^{n-1}a_{k}10^{k} \pmod{9}## where the digits ##0 \leq a_k \leq 9## and make the observation that ##10 \equiv 1 \pmod{9}##. The rest should quickly follow, but if you get stuck, post back.

This is a great hint. Using this method, you can actually prove a stronger statement:

## a \equiv (\sum a_k) \ (\text{mod } 9) ##

where ##a_k## are the digits of ##a##.
 
  • Like
Likes 1 person

1. What is number theory?

Number theory is a branch of mathematics that deals with the study of numbers, particularly integers, and their properties.

2. What is an easy number theory problem?

An easy number theory problem is a mathematical question that involves the use of basic concepts and techniques from number theory, such as prime numbers, divisibility, and modular arithmetic.

3. How do I solve an easy number theory problem?

To solve an easy number theory problem, you must first understand the problem and identify the relevant concepts from number theory. Then, you can use mathematical techniques such as factorization, division, and modular arithmetic to find the solution.

4. Can number theory be applied in real-life situations?

Yes, number theory has many practical applications in fields such as cryptography, computer science, and physics. It can also be used to solve problems related to patterns, sequences, and data analysis.

5. Are there any resources available to help me learn more about number theory?

Yes, there are many online and offline resources available to help you learn more about number theory. These include textbooks, online courses, videos, and practice problems. You can also seek guidance from a math tutor or join a study group to further enhance your understanding of the subject.

Similar threads

  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
748
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
611
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
32
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
  • Precalculus Mathematics Homework Help
Replies
12
Views
918
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
Back
Top