(New page: I don't even know how to solve the first problem. I tried it this way. Base step: P(0) 0*0 = 0 (0+1)! -1 =0 It is true Inductive step: Assume P(k) is true then P(k+1) is also true. ...)
 
Line 18: Line 18:
 
From the first equation  
 
From the first equation  
  
(1*1! + 2+2! +…………………………..+ k*k!) +(k+1)*(k+1)! = (k+1)! -1 + (k+1)*(k+1)!.
+
(1*1! + 2+2! +…………………………..+ k*k!) +(k+1)*(k+1)! = (k+1)+1! -1
 +
                                                          = (k+2)! -1  
  
  
And I am stuck at this point. 
+
Is it correct?
 
+
Is that correct approach?
+

Revision as of 07:50, 21 January 2009

I don't even know how to solve the first problem.

I tried it this way.

Base step: P(0)

0*0 = 0 (0+1)! -1 =0

It is true

Inductive step: Assume P(k) is true then P(k+1) is also true.

P(k) = 1*1! + 2+2! +…………………………..+k*k! = (k+1)! -1 P(k+1) = 1*1! + 2+2! +…………………………..+(k+1)*(k+1)! = (k+2)!-1


From the first equation

(1*1! + 2+2! +…………………………..+ k*k!) +(k+1)*(k+1)! = (k+1)+1! -1

                                                         = (k+2)! -1 


Is it correct?

Alumni Liaison

EISL lab graduate

Mu Qiao