Prove that #(5^(2n+1)+2^(2n+1))# is divisible by #7 \ \ AA n in NN#?
I've been working on this for about an hour now and just can't seem to come up with a solution. Any ideas?
I've been working on this for about an hour now and just can't seem to come up with a solution. Any ideas?
3 Answers
You could use induction.
Explanation:
The proof is a little tricky, so I've typed something up below in case you would like a solution.
Proof. We will prove by induction that,
( 1 )
By the definition of "divides,"
Base case : When
Induction Step: Let
#7m=5^(2k+1)+2^(2k+1)#
#=>7m=5^(2(k+1)+1)+2^(2(k+1)+1)#
#=>7m=5^(2k+3)+2^(2k+3)#
#=>7m=5^2*5^(2k+1)+2^(2k+3)#
#=>7m=5^2(5^(2k+1)+2^(2k+1))-25(2^(2k+1))+4(2^(k+1))#
#=>7m=5^2(7m)-21(2^(2k+1))#
#=>7m=7(25m)-7(3*2^(2k+1))#
#=>7m=7(25m-3*2^(2k+1))#
By the closure property of integers,
Proof by Mathematical Induction
Explanation:
Define
# U_n = 5^(2n+1) + 2^(2n+1) #
Then our aim is to show that
We can prove this assertion by Mathematical Induction
When
# U_n = 5^1 + 2^1 = 7 #
So the given result is true when
Now, Let us assume that the given result is true when
# U_k = 5^(2k+1) + 2^(2k+1) #
And
# 5^(2k+1) + 2^(2k+1)=7m# , say for some#m in NN#
# => 2^(2k+1) =7m-5^(2k+1)" " ..... (star)#
So, Using the definition of
# U_(k+1) = 5^(2(k+1)+1) + 2^(2(k+1)+1) #
# " " = 5^(2k+3) + 2^(2k+3) #
# " " = 5^(2k+3) + 2^(2k+1+2) #
# " " = 5^(2k+3) + 2^(2k+1)*2^2 #
# " " = 5^(2k+3) + 4*2^(2k+1) #
# " " = 5^(2k+3) + 4*(7m-5^(2k+1)) " " # (using#star# )
# " " = 5^(2k+3) + 4*7m-4*5^(2k+1) #
# " " = 5^(2k+1+2) + 4*7m-4*5^(2k+1) #
# " " = 5^(2k+1)*5^2 + 4*7m-4*5^(2k+1) #
# " " = 25*5^(2k+1) + 4*7m-4*5^(2k+1) #
# " " = (25-4)*5^(2k+1) + 4*7m #
# " " = 21*5^(2k+1) + 4*7m #
# " " = 7*3*5^(2k+1) + 4*7m #
# " " = 7(3*5^(2k+1) + 4m) #
Which is also clearly divisible by
So, we have shown that if
Hence, by the process of mathematical induction the given result is true for
See below a non inductive proof.
Explanation:
A non inductive proof
or
Making