GoGoDancer12
- 14
- 0
Homework Statement
Prove that 3 divides n3 + 2n whenever n is a positive integer.
Homework Equations
The Attempt at a Solution
Basis Step :
P(1) : [13 + 2(1) ] /3
[1+2] /3
[3]/3
1
Since 3/3 =1, P(1) is true
Inductive Step:
[ k3 + 2k ] /3 = [(k +1)3 + 2(k+1) ] /3
[k(k2 + 2k)] /3 = [(k)3 + (3k)2 + 5k +3] /3
Homework Statement
Prove that f1 2 + f2 2 +...+ fn 2 when n is a positive integer.
Homework Equations
The Fibonacci numbers f0, f1, f2..., are defined by the equations f0 = 0, f1 = 1 and fn = fn-1 + fn-2 for n = 2,3,4...
The Attempt at a Solution
Basic Step:
P(1) : f1 2 = f1 * f2
12 = (1)*(1)
1= 1
Since f1 2 = f1 * f2 , P(1) is true.
Inductive Step:
fk 2 = fk * fk+1
fk 2 + fk+1 2
= f1+fk+1 + (fk+1)
Last edited: