The Student Room Group

Reply 1

is it true for n =1? yes.

suppose S_k = (k+1)! -1
S_(k+1) = ((k+1)! - 1) + (k+1)(k+1)! = (k+1)! - 1 + k(k+1)! + (k+1)! = (k+2)(k+1)! - 1 = (k+2)! - 1

Reply 2

it is true for n=1 (show it) assume true for n=k, then for the inductive step we add the next term to the RHS and start working...
(k+1)!1+(k+1)(k+1)!(k+1)!-1+(k+1)(k+1)!

(k+1)!(1+(k+1)) -1

Now we are nearly there... can you see how to proceed?

Reply 3

i still dont understand how you get Sum: (n+1)!-1
I only got (n+1)!-1 from the answers

Reply 4

t47
i still dont understand how you get Sum: (n+1)!-1
I only got (n+1)!-1 from the answers


Hmmm? I don't follow you.


Anway, the big trick here is to remember that (n+1)! = (n+1)n! which is the fundamental property of factorials.

Take another look at choochie's solution and try embroidering it with your normal induction routine. Hopefully it will become clear.

Reply 5

I think he's confused as to where to get the conjecture from.

Reply 6

yeah, im confused with where the conjecture comes from

Reply 7

Just work out the sum for a few small values of n and it's obvious.