SOLUTION: Prove by mathematical induction that 3^(2n)-8n-1, n is a positive integer, is a multiple of 64

Algebra ->  Test -> SOLUTION: Prove by mathematical induction that 3^(2n)-8n-1, n is a positive integer, is a multiple of 64      Log On


   



Question 899100: Prove by mathematical induction that 3^(2n)-8n-1, n is a positive integer, is a multiple of 64
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
Prove by mathematical induction that 3^(2n)-8n-1, n is a positive integer, is a multiple of 64
3%5E%282n%29-8n-1

Let's rewrite 3%5E%282n%29 as %283%5E2%29%5En or 9%5En

So we have to prove that 

9%5En-8n-1 is a multiple of 64.

Prove true for n=1

9%5E1-8%2A1-1 = 9-8-1 = %220%22

0 is a multiple of every number so it's a multiple of 64.
But since that doesn't satisfy some people, we'll prove
it true for n=2 as well.

9%5E2-8%2A2-1 = 81-16-1 = 64

So let k be any value, such as 1 or 2, that we've proved it for.
Then if that is the case then there is aome positive integer M,
such that

(1)  9%5Ek-8k-1 = 64M

Now let's investigate to see what we must end up with if we are to 
prove the proposition.  Let's substitute k+1 for n and see what we are
going to have to end up with:

     9%5E%28k%2B1%29-8%28k%2B1%29-1 
     9%5Ek%2B1-8k-8-1
     9%5Ek%2A9%5E1-8k-9 
(2)  9%2A9%5Ek-8k-9 

Now let's divide (1) into (2) by long division to see what we'll
have to multiply the left side of (1) by to get (2).

We start with this long division, which is a little weird because
we have something to the k power instead of k to some power, but 
that's OK:

       ----------------- 
9k-8k-1)9*9k - 8k -  9

9k goes into 9*9k 9 times, so we put 9 as a quotient and then 
multiply and subtract to find the remainder of 64k

           9 
       ----------------- 
9k-8k-1)9*9k -  8k -  9
        9*9k - 72k -  9 
         ----------------
               64k   

So the division gives 

(3)  9%2B%2864k%29%2F%289%5Ek-8k-1%29

So that's what we have to multiply both sides of (1) by in order
to get the left side of (2).  But notice that we are assuming that
we already have a value of 64M for which (1) is true, so we can
replace the denominator of (3) by 64M and get

(4)  9%2B%2864k%29%2F%2864M%29 = 9%2Bk%2FM

So we multiply the left side of (1) by (3) and the right side of (1)
by (4) since they are equal.

    %289%5Ek-8k-1%29%289%2B%2864k%29%2F%289%5Ek-8k-1%29%29 = 64M%2A%289%2Bk%2FM%29

And we have already shown by the long division that the left side will
become the left side of (2), so we don't need to multiply it out, (but
you can if you like) and we will multiply out the right side

    9%5E%28k%2B1%29-8%28k%2B1%29-1 = 576M%2B64k

and we can show that the right side is a multiple of 64 because

               576M+%2B+64k = 64%289M%2Bk%29

So since we know that the proposition holds when n=k=1 and n=k=2, then
it must be true for n=k=3.  Then if it is true for n=k=3 then it is true for
n=k=4, etc. etc. So it is true for all integer values of n.

Edwin