Number Theory Puzzler: Proving N-S is a Multiple of 9

Just to be clear, the first line above is meant to be the sum of ai*10^(n-i) going from i=1 to n, the usual decimal expansion.In summary, the given statement can be proven by showing that the sum of the digits of (N-S) is divisible by 9, which follows from the fact that a number is divisible by 9 if and only if the sum of its digits is divisible by 9. This can be easily proven by taking the decimal expansion of an n-digit number, where each digit is multiplied by its corresponding power of 10, and then showing that it is congruent to the sum of its digits modulo 9.
  • #1
sizzlaw
2
0
Given: N is a four digit number. S is the sum of N's digits.

Prove: N minus S is a multiple of 9.
 
Physics news on Phys.org
  • #2
Call the four digits of N "abcd"
Then N is (a * 1000 + b * 100 + c * 10 + d)
And N - S = N - a - b - c - d = (a * 999 + b * 99 + c * 9)
And (N - S)/9 is (a * 111 + b * 11 + c), which is an integer.
Hence N-S is divisible by 9.
 
  • #3
Revised puzzler:

Given: N is a four digit number. S is the sum of N's digits.

Prove: The sum of the digits of (N - S) is divisible by 9.
 
  • #4
This follows easily from Goongyae's post, since a number is divisible by 9 if and only if the sum of it's digits is divisible by 9.

This is real easy to prove: take x1...xn be an n-digit number, then

[tex]x_110^{n-1}+...+x_n10^0=x_1+...+x_n~(mod~9)[/tex].
 
  • #5


I would approach this problem by first understanding the concept of divisibility and its properties. In this case, we are dealing with the divisibility rule for 9, which states that a number is divisible by 9 if the sum of its digits is also divisible by 9.

Now, let's assume that N is a four digit number, represented as ABCD, where A, B, C, and D are the individual digits. This can also be written as N = 1000A + 100B + 10C + D.

Similarly, S can be represented as A + B + C + D.

Now, let's consider N - S:

N - S = (1000A + 100B + 10C + D) - (A + B + C + D)
= (999A + 99B + 9C)

We can see that N - S is a multiple of 9, as it is divisible by 9 with no remainder. This can be further simplified as 9(111A + 11B + C).

Since 111A + 11B + C is an integer, we can say that N - S is a multiple of 9, proving our initial statement.

In conclusion, we have proven that N - S is a multiple of 9, using the properties of divisibility and the representation of N and S in terms of their individual digits. This result can also be extended to any number of digits, as long as the same principles are applied.
 

1. What is Number Theory and how is it related to mathematics?

Number Theory is a branch of mathematics that deals with the properties and relationships of integers. It is also known as the study of whole numbers. It involves studying patterns and properties of numbers, as well as their interactions with other mathematical concepts.

2. What is a multiple of 9?

A multiple of 9 is any number that can be divided by 9 without leaving a remainder. In other words, it is a number that is evenly divisible by 9.

3. How do you prove that N-S is a multiple of 9?

To prove that N-S is a multiple of 9, we can use the divisibility rule for 9, which states that if the sum of the digits of a number is divisible by 9, then the number itself is divisible by 9. Therefore, we need to show that the sum of the digits in N-S is divisible by 9.

4. What is the significance of proving N-S is a multiple of 9?

Proving that N-S is a multiple of 9 is significant because it can help us understand the properties of numbers and their relationships with each other. It can also be used to solve other mathematical problems and puzzles.

5. Can this concept be applied to other numbers besides 9?

Yes, this concept can be applied to other numbers as well. For example, there are divisibility rules for numbers such as 2, 3, 4, 5, 6, and so on. These rules can help us determine if a number is divisible by a specific number without actually dividing it.

Similar threads

  • Linear and Abstract Algebra
Replies
8
Views
894
  • Precalculus Mathematics Homework Help
Replies
2
Views
607
  • Programming and Computer Science
Replies
9
Views
361
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
1K
  • General Math
Replies
3
Views
1K
Replies
2
Views
973
  • Calculus and Beyond Homework Help
Replies
1
Views
510
Replies
7
Views
923
Replies
3
Views
745
Back
Top