Divisibility of n by 7: Elementary Proof

  • Context: Undergrad 
  • Thread starter Thread starter JFo
  • Start date Start date
  • Tags Tags
    Elementary Proof
Click For Summary
SUMMARY

The discussion focuses on proving the divisibility of an integer n by 7 using an elementary arithmetic method. The key technique involves removing the last digit from n, denoted as d, and forming a new number by subtracting twice this digit from the truncated number. The proof establishes that n is divisible by 7 if and only if the difference (10c - 2d) is divisible by 7, utilizing the division algorithm and basic properties of integers. The final conclusion emphasizes that familiarity with modular arithmetic simplifies such proofs.

PREREQUISITES
  • Understanding of the division algorithm
  • Basic properties of integers (closure under addition, multiplication, and subtraction)
  • Elementary arithmetic operations
  • Familiarity with modular arithmetic (for advanced understanding)
NEXT STEPS
  • Study the division algorithm in detail
  • Explore properties of integers related to divisibility
  • Learn about modular arithmetic and its applications
  • Investigate other divisibility rules for different integers
USEFUL FOR

Mathematicians, educators, and students interested in number theory, particularly those exploring divisibility rules and elementary proofs.

JFo
Messages
91
Reaction score
0
Remove the last digit from a number and subtract twice this digit from the new (shorter) number. Show that the original number is divisible by 7 iff this difference is divisible by 7.

I have only the division algorithm and the fact that the integers are closed under addition/multiplication/subtraction to work with plus elementary arithmetic. By the way, all numbers are in base 10

Heres what I've got:
let n be an integer. By the division algorithm I can find an integers c,d s.t. n = 10c + d where 0<= d < 10

The number 10c is n with the last digit removed. We need to show 10c + d is divisble by 7 iff 10c - 2d is divisible by 7

Suppose 10c + d is divisble by 7. Then 10c + d = 7m for some integer m.

using the division algorithm we can find integers e,f st. d = 7e + f where
0<= f < 7

given the restrictions that 0<=d<10 we must have e = 0 or 1.

Here's where I'm stuck. Any suggestions?
 
Physics news on Phys.org
The number 10c is n with the last digit removed.

No, 10c is n with the last digit replaced with a zero. You want to consider c - 2d.

This proof can be done like so (using various elementary divisibility properties):

c - 2d is divisible by 7
<=>
10c - 20d is divisibly by 7
<=>
10c - 20d + 21d is divisibly by 7
<=>
10c + d is divisible by 7
<=>
n is divisible by 7.

If you had modular arithmetic in your inventory, this type of problem would be routine.
 
Thank you muzza! I really need to get rid of this extra chromosome!
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
986
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
19
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
15
Views
4K