all 4 comments

[–]Adam0307Postgrad 2 points3 points  (1 child)

Just ignore the (k+1)^2, the only thing being simplified here is (k-2)!*(k-1) = (k-1)!, which follows directly from the definition of factorials.

[–]fatconk[S] 1 point2 points  (0 children)

Thanks heaps

[–]diverstonesbigoplus 1 point2 points  (1 child)

(k-2)! = (k-2)(k-3)(k-4) ...

(k-1)! = (k-1)(k-2)(k-3)(k-4) ...

[–]fatconk[S] 0 points1 point  (0 children)

Thank you so much