pikachu975
Premium Member
http://prntscr.com/fqo97b
For this, the marking guidelines says n=1,2,3 is obviously true so they prove base case n = 4
They assume true for n = k for k>=5
Prove true for n = k + 1
Would it be alright to do base case as n = 1
Assume true for n = k, n = k+1, n = k+2
Then prove true for n = k + 3
I did this and it worked but not sure if it's allowed, thanks!
For this, the marking guidelines says n=1,2,3 is obviously true so they prove base case n = 4
They assume true for n = k for k>=5
Prove true for n = k + 1
Would it be alright to do base case as n = 1
Assume true for n = k, n = k+1, n = k+2
Then prove true for n = k + 3
I did this and it worked but not sure if it's allowed, thanks!