Quote (ricardos @ 13 Jun 2013 15:14)
at 2:02 mins he turns the (n-2)! in to a -1
http://www.youtube.com/watch?v=Ck9j_FI_YRM#
(n+1)x n x (n-1) x (n-2)! - (n-2)! extract (n-2)! from both factors
= (n-2)! x ((n+1) x n x (n-1) -1) .... (n-2)! x [(n+1) x n x (n-1)-1]
Can some one explain me why?
(n+1)! - (n-2)! \\\\\\= (n+1) x n x (n-1) x (n-2)! - (n-2)!\ = (n-2)! x ((n+1) x n x (n-1) -1
--------------- \\\\\\\\ ------------------------------------\ --------------------------------------------------------------------
/////n! ////// ////////////\\\\\\\\\ n!//////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\n!\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
My question is how did the (n-2) became -1
see blue
you might see it easier if you use not only () but also [] (see red)
=====================================================================
(n+1)x n x (n-1) x (n-2)! - (n-2)!
rewrite as
[(n+1)x n x (n-1)] x (n-2)! - (n-2)!
see it now?
and on the general scale
(n+1)! - (n-k)! = [(n+1) x ... x (n-k+1) ] x (n-k)! - (n-k)! = {[(n+1) x ... x (n-k+1)] - 1} x (n-k)!
This post was edited by brmv on Jun 13 2013 09:52am