Proof by Induction: Solving Homework Equations

  • Thread starter Thread starter roam
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary

Homework Help Overview

The discussion revolves around a proof by induction problem involving divisibility, specifically showing that \(81\) divides the expression \(10^n + 1 - 9n - 10\) for all natural numbers \(n\). Participants are exploring the inductive step and base case to establish the validity of the statement.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants are attempting to establish the inductive step by manipulating the expression to factor out \(81\). There are questions about the correctness of certain steps and the presence of typos in the original formulation. Some participants suggest alternative methods to arrive at the conclusion.

Discussion Status

The discussion is ongoing, with participants providing feedback on each other's attempts and clarifying points of confusion. Some guidance has been offered regarding the inductive hypothesis and how to apply it effectively, but no consensus has been reached on the best approach.

Contextual Notes

There are noted typos in the expressions used, which may affect the clarity of the inductive step. Participants are also questioning the assumptions made in the problem setup and the validity of certain transformations in the equations.

roam
Messages
1,265
Reaction score
12

Homework Statement



http://img200.imageshack.us/img200/7097/99175506.gif


Homework Equations




The Attempt at a Solution



For [tex]n \in N[/tex] let P(n) be the statement: "81 | (10n+1-9n-10)"

Base Case: when n=1: 10n+1-9n-10 = 81 = 81 × 1

So P(1) is true

Inductive Step: let [tex]k \in N[/tex] and suppose [tex]P(k)[/tex] is true, that is 81 | (10k+1-9k-10) is true. Then [tex]10^{k+1}-9k-10=81m[/tex] for some [tex]m \in Z[/tex]. Then [tex]10^{k+1}=(81m+9k+10)[/tex].

So,

10k+2-10(k+1)-10=10 × 10k+1-10(k+1)-10

=10 × (81m+9k+10)-10k+10-10

= 10 × (81m+9k+10-k)


I'm stuck here and I don't know how to factor things out and bring the 81 forth to get the expression in the form: "81(something here)" to show that it's divisible by 81 for all n. Any help is appreciated.

P.S.
I might be able to do it this way:

10 × (81m+9k+10-k) = 810m+90k+100-10k
=> 81(10m+(90/81)k+(100/81)-(10/81)k)

But I don't feel that this is the right way...
 
Last edited by a moderator:
Physics news on Phys.org
roam said:
P.S.
I might be able to do it this way:

10 × (81m+9k+10-k) = 810m+90k+100-10k
=> 81(10m+(90/81)k+(100/81)-(10/81)k)

But I don't feel that this is the right way...

That is how you'd arrive at your answer.
 
rock.freak667 said:
That is how you'd arrive at your answer.

It's a bit awkward... are you sure that there is not a better way?
 
You have a few typos in your inductive step (should be 9(k+1), not 10(k+1)).

Note that
[tex]10^{(k+1)+1} - 9(k+1) - 10 = 10\cdot10^{k+1} - 9k - 9 - 10 = 10(10^{n+1} - 9n - 10) + 81n + 81[/tex]
 
How did you get from [tex]10\cdot10^{k+1} - 9k - 9 - 10[/tex] to [tex]10(10^{n+1} - 9n - 10) + 81n + 81[/tex]? Could you please explain :)

Yes that was a typo but I thought it would be a good way to replace 10k+1 by 81m+9k-10, since [tex]10^{k+1}-9k-10=81m \Rightarrow 10^{k+1} = 81m+9k+10[/tex]
 
roam said:

Homework Statement



http://img200.imageshack.us/img200/7097/99175506.gif
Inductive Step: let [tex]k \in N[/tex] and suppose [tex]P(k)[/tex] is true, that is 81 | (10k+1-9k-10) is true. Then [tex]10^{k+1}-9k-10=81m[/tex] for some [tex]m \in Z[/tex]. Then [tex]10^{k+1}=(81m+9k+10)[/tex].

So,

10k+2-10(k+1)-10=10 × 10k+1-10(k+1)-10

=10 × (81m+9k+10)-10k+10-10

= 10 × (81m+9k+10-k)


I'm stuck here and I don't know how to factor things out and bring the 81 forth to get the expression in the form: "81(something here)" to show that it's divisible by 81 for all n. Any help is appreciated.

The above looks good, without some typos. Should be:
10k+2-9(k+1)-10=10 × 10k+1-9(k+1)-10
=10(81m+9k+10)-9k-9-10

Then keep going.
 
Last edited by a moderator:
roam said:
How did you get from [tex]10\cdot10^{k+1} - 9k - 9 - 10[/tex] to [tex]10(10^{n+1} - 9n - 10) + 81n + 81[/tex]? Could you please explain :)

You always want to apply the inductive hypothesis as easily as possible. If the inductive step gives you
[tex]10^{(k+1)+1} - 9(k+1) - 10 = 10\cdot10^{(k+1)} - 9(k+1) - 10 ,[/tex]
then the fact that you can pull out the very first 10 factor on the right hand side suggests multiplying the expression [tex]10^{(k+1)} - 9k - 10[/tex] in our inductive hypothesis by 10 and relating it to the inductive step somehow.
 
[tex]H_N: 10^{N+1}-9N-10=81m[/tex]

x10

[tex]10^{N+2}-90N-100=810m[/tex]

[tex]10^{N+2}-90N-90-10=810m[/tex]

[tex]10^{N+2}-90(N+1)-10=810m \Rightarrow 10^{N+2}-9(N+1)-10=810m+81(N+1)[/tex]

Left side happens to be HN+1 and the right side is divisible by 81 no matter what N is...

so even if it is awkward, once you show it is divisible by 81, you have proven it.
 

Similar threads

Replies
15
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
8K
  • · Replies 4 ·
Replies
4
Views
2K