How can I prove that 52n+1+3n+2⋅2n−1 can be divided by 19 for any nonnegative n? What modulo should I choose?
Answer
You can prove this by induction.
First, show that this is true for n=1:
52⋅1+1+31+2⋅21−1=19⋅8
Second, assume that this is true for n:
52n+1+3n+2⋅2n−1=19k
Third, prove that this is true for n+1:
52(n+1)+1+3n+1+2⋅2n+1−1=
52+2n+1+31+n+2⋅21+n−1=
52⋅52n+1+31⋅3n+2⋅21⋅2n−1=
52⋅52n+1+31⋅21⋅3n+2⋅2n−1=
25⋅52n+1+6⋅3n+2⋅2n−1=
25⋅52n+1+(25−19)⋅3n+2⋅2n−1=
25⋅52n+1+25⋅3n+2⋅2n−1−19⋅3n+2⋅2n−1=
25⋅(52n+1+3n+2⋅2n−1)−19⋅3n+2⋅2n−1=
25⋅19k−19⋅3n+2⋅2n−1=
19⋅25k−19⋅3n+2⋅2n−1=
19⋅(25k−3n+2⋅2n−1)
Please note that the assumption is used only in the part marked red.
No comments:
Post a Comment