Prove that 81|(10^(n+1) -9n -10) for every non negative integer n value.
So I'm guessing this is a proof by induction problem. I showed the base case of zero, but for (n+1) we have 81| 100(10^n) -9n -19 And I'm not sure how to set it up so that it's clear 81 divides that.
ok you want to use induction, thats probably easiest
If there's some other way I'm open to it, but the way the problem was written it seems like that's what'd be easiest.
Oh no, the original case was 81|(10^(k+1) -9k-10)
ok i see
The goal is going to be 81| (10^(k+2) -9(k+1)_10)
correction* assume that : 81 | 10^(k+1) -9k -19 <many steps later> it is true that: 81 | 10^(k+2) -9(k+1) -19
-10 but yeah haha
So any ideas how to manipulate it so it's clear 81 divides it?
Haha it's fine. I've done the same thing plenty of times.
:)
well now that you understand the problem, you are 3 quarters there
@perl it should be 10^(k+2) - 9(k+1) - 10.
\[10^{n+1} -9n-10 = (1+9)^{n+1}-9n-10 = 1+9(n+1)+ 9^2M - 9n-10 = 9^2M\]
OK, I found another way to prove this...
$$ 10^{n+1} -9n-10 = (1+9)^{n+1}-9n-10 \\= 1+9(n+1)+ 9^2M - 9n-10 = 9^2M$$
yes :)
Assume that \(10^{k+1} - 9k - 10\) is divisible by 81.\[n = k+1:\]\[10\cdot 10^{k+1} - 9(k + 1) - 10\]\[= 10\cdot 10^{k+1} - 9k - 19\]\[= 10\cdot 10^{k+1} - 90k - 100 + 81 k - 81 \]\[= 10(10^{k+1} - 9 k - 10) + 81 (k - 1)\]
Okay. I think I'm following what you did Ganeshie. I get what to do now, thank you.
These come in handy when you seek an alternative for induction proofs like these : ``` (1+x)^n = 1+xn + x^2(stuff) (1+x)^n = 1+x(stuff) ```
if you use ganeshie's argument in your inductive step, but then you won't need to cite the inductive hypothesis
Alright then. I never would've seen something like that on my own, thanks a ton.
ganeshie's argument is a constructive approach, you are actually showing how to produce a factor of 81 for any nonnegative integer of the form 10^(n+1) -9n -10
you can solve for k in terms of n . 10^(n+1) -9n -10 = 18k
so it stands as a proof by itself
Right. It's pretty creative. I'm not sure how I would think of something like that on an exam
But it was super helpful here, thanks a ton.
I don't think it is easy to think of it on one's own. One needs others to show that it can be done like that... Once you see it can be done like that, it becomes easy to apply it in exam
Induction proofs are awesome because you always know what do do : where to start and how to proceed etc..
Induction works almost every time. Just try to express the \(n+1\)-case in terms of the \(n\)-case, and you'll see how things begin to converge.
Right. A lot of the other problems have been pretty straight forward. This was the first one that required creativity like that. Again, thanks for pointing out the method.
Join our real-time social learning platform and learn together with your friends!