Factorial

This topic has expert replies
Source: — Problem Solving |

GMAT Instructor
Posts: 1302
Joined: Mon Oct 19, 2009 2:13 pm
Location: Toronto
Thanked: 539 times
Followed by:164 members
GMAT Score:800

by Testluv » Mon Oct 26, 2009 4:16 pm
...1/x...

Just let x = a number and plug it in!
Kaplan Teacher in Toronto

Master | Next Rank: 500 Posts
Posts: 392
Joined: Thu Jan 15, 2009 12:52 pm
Location: New Jersey
Thanked: 76 times

by truplayer256 » Mon Oct 26, 2009 4:53 pm
if you want to do it the algebraic way, you can always do this:

(x-1)!/x!

We know that x! is equal to x*(x-1)*(x-2).. and so on.

(x-1)! is equal to (x-1)*(x-2)*(x-3).. and so on.

(x-1)*(x-2)*(x-3)*.../(x)*(x-1)*(x-2)*...=1/x.

I suggest using the plugging in the number method to solve this problem so one can visualize it better.