Proving 10^n Leaves Remainder 1 When Divided by 9

  • Thread starter Thread starter Dollydaggerxo
  • Start date Start date
  • Tags Tags
    Remainder
Click For Summary
SUMMARY

The discussion focuses on proving that \(10^n\) leaves a remainder of 1 when divided by 9. The proof utilizes modular arithmetic, demonstrating that \(10^n \equiv 1 \pmod{9}\). Alternative methods include applying the binomial theorem and mathematical induction. Each approach confirms that \(10^n\) can be expressed in the form \(9k + 1\), establishing the remainder conclusively.

PREREQUISITES
  • Understanding of modular arithmetic
  • Familiarity with the binomial theorem
  • Basic knowledge of mathematical induction
  • Ability to manipulate algebraic expressions
NEXT STEPS
  • Study modular arithmetic principles and properties
  • Explore the binomial theorem in depth
  • Learn about mathematical induction techniques
  • Practice proving congruences in number theory
USEFUL FOR

Students of mathematics, educators teaching number theory, and anyone interested in modular arithmetic proofs.

Dollydaggerxo
Messages
60
Reaction score
0

Homework Statement


Prove that 10^n leaves remainder 1 after dividing by 9.

The Attempt at a Solution



There is an integer K, such that 10^n = 9k + 1

Where do i go from here if I want to do it just directly?
 
Physics news on Phys.org
Do you know modular arithmetic?
[tex]10^n \equiv 1^n =1 \pmod 9[/tex]
Alternatively use the binomial theorem by writing:
[tex](9+1)^n = \sum_{i=0}^n \binom{n}{i} 9^i = 1 + 9\sum_{i=1}^n \binom{n}{i}9^{i-1}[/tex]
Finally you could use induction by noting that if [itex]10^n = 9k+1[/itex], then,
[tex]10^{n+1} = 10^n 10 = (9k+1)(9+1) = 9^2k + 9k + 9 + 1[/tex]
I would call all approaches direct though induction may not qualify depending on your definition.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K