New Reply

Proving (10^m)-1 is divisible by 9

 
Share Thread Thread Tools
Jul23-12, 11:22 AM   #1
 

Proving (10^m)-1 is divisible by 9


Wow... didn't think of that, I used the google calculator and now I feel like a dumbass -.-. Thanks guys, feel better now. Here's another one I'm having a little difficulty with, and I don't feel like spamming these forums.

Basically the part I'm having difficulty with is a portion of a larger proof. In this section of the aforementioned proof I have to show that (10 ^ m) - 1, for any given integer m, will be divisible by 9. I can easily solve it from example, but I want to be able to show that it will be true for any arbitrarily chosen m.. I guess it's a question of phrasing. Using the definition of divisibility I get..

9 k = (10 ^ m) - 1 , and I should show that k must be an integer. Some help with this one would be nice
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Jul23-12, 11:30 AM   #2
 
Recognitions:
Homework Helper Homework Help
Quote by Animuo View Post
Wow... f'ing calculator made me feel like a dumbass -.-. Thanks guys, feel better now. Here's another one I'm having a little difficulty with, and I don't feel like spamming these forums.

Basically the part I'm having difficulty with is a portion of a larger proof. In this section of the aforementioned proof I have to show that (10 ^ m) - 1, for any given integer m, will be divisible by 9. I can easily solve it from example, but I want to be able to show that it will be true for any arbitrarily chosen m.. I guess it's a question of phrasing. Using the definition of divisibility I get..

9 k = (10 ^ m) - 1 , and I should show that k must be an integer. Some help with this one would be nice
Next time, please start a new thread for a new problem - don't worry about spam!

The easiest way to do this is to use modular arithmetic. Are you familiar with that? Start with [itex]10 \equiv 1 \pmod 9[/itex].

If you don't know how to work with that, the elementary way of showing this is to simply consider what happens when you subtract one from a number with 1 followed by nothing but zeroes. Then use the divisibility rule for 9.

A final way to do it is to use Remainder Theorem to figure out the remainder when the polynomial [itex]x^m - 1[/itex] is divided by [itex]x-1[/itex], then substitute a suitable value for x to prove your case.
Jul23-12, 11:37 AM   #3
 
Yeah I'm just getting to it now actually, but problem I mentioned is prior to the discussion of mod and div in the book. I suppose it expects me to just spell out what happens when one is subtracted from any number 10 ^ m could produce, but I thought there would be a general more axiomatic truth that I could use.. I guess that's what mod is, I'll read on, thanks for the heads up.
Jul23-12, 11:39 AM   #4
 
Recognitions:
Homework Helper Homework Help

Proving (10^m)-1 is divisible by 9


Quote by Animuo View Post
Yeah I'm just getting to it now actually, but problem I mentioned is prior to the discussion of mod and div in the book. I suppose it expects me to just spell out what happens when one is subtracted from any number 10 ^ m could produce, but I thought there would be a general more axiomatic truth that I could use.. I guess that's what mod is, I'll read on, thanks for the heads up.
I hope you took note of my final edit - one more way to do it that you might be more familiar with.
Jul25-12, 03:52 AM   #5
 
Recognitions:
Homework Helper Homework Help
One more way is to remember that, for example, [itex]999 = 9 \times 10^2 + 9 \times 10^1 + 9 \times 10^0= 9(10^2 + \times 10^1 \times 10^0)[/itex], so if you can get [itex]10^m - 1[/itex] in this form, you will have shown that it is divisible by 9.

To that, just use [itex]10^m-1 = 10^m -10 + 9 = 10(10^{m-1}-1) + 9 \times 10^0[/itex] iteratively until the exponent becomes m-m=0.
Jul25-12, 05:05 AM   #6
 
Recognitions:
Homework Helper Homework Help
Quote by Animuo View Post
I have to show that (10 ^ m) - 1, for any given integer m, will be divisible by 9.
Well it's not true for just any integer m, m=-1 gives us a fraction

So we want to prove this is true for all integers [itex]m\geq 0[/itex]. Induction is a relatively simple way of proving this.
Jul26-12, 10:37 PM   #7
 
Recognitions:
Gold Membership Gold Member
Consider using the binomial theorem with 10m = (1+9)m
Jul26-12, 10:41 PM   #8
 
Hint for mathematical induction:
[tex]
10^{m + 1} = 10 \, 10^{m} = 10 (9 k_m + 1) = 90 k_m + 10 = 9 (10 k_m + 1) + 1
[/tex]
Jul28-12, 02:26 PM   #9
 
I'll bet Binomial theorem is useful for proving divisibility with n if the desired form can be expressed in the form (nk ± 1), just expand and manipulate to get answer.
New Reply
Thread Tools


Similar Threads for: Proving (10^m)-1 is divisible by 9
Thread Forum Replies
If a^2 is divisible by 3, then a is divisible by 3 Calculus & Beyond Homework 3
infinitely divisible vs finitely divisible time General Physics 8
Proving that 3^(6n)-2^(6n) is divisible by 8 using induction Calculus & Beyond Homework 8
Why if the sum of a number's digits is divisible by 3, that no. is divisible by 3? Linear & Abstract Algebra 2
proving a number is divisible by 48 Linear & Abstract Algebra 33