4

I'm still a beginner working with factorials so, how should I reduce this formula i.e(cancel some member to make numbers smaller) ?

$$\dfrac{(n^2)!}{4!(n^2 - 4)!\cdot Q}$$

MJD
  • 65,394
  • 39
  • 298
  • 580
aajjbb
  • 1,065

1 Answers1

3

Note that

$$(n^2)! = n^2 (n^2 - 1)(n^2 - 2)(n^2 - 3) (n^2 - 4)!$$

So your formula can be reduced to

$$\frac{n^2 (n^2 - 1)(n^2 - 2)(n^2 - 3)}{24Q}$$