Final answer:
When n is equal to r, the expression n!(n - r)!r! simplifies to (n!)^2 which is the factorial of n raised to the power of two.
Step-by-step explanation:
When n = r, the expression n! / (n - r)! r! simplifies because (n - r)! and r! become 0! (which is equal to 1) since n and r are equal. Therefore, the expression becomes:
(n−r)!⋅r!/n!
The original question asks, 'Find the value of n! (n - r)!r! when n = r.' Given that n is equal to r, it simplifies the equation substantially. When n and r are equal, (n - r)! becomes 0!, which is 1, and similarly n! and r! will be the same value, hence multiplying the same number.
By this logic, the formula simplifies down to n! × 1 × n!, which is essentially (n!)2.
For example, if n and r both equal 3, then the calculation would be 3! × (3 - 3)! × 3!, which is 6 × 1 × 6 = 36 or (6)2. Hence the value of n!(n - r)!r! when n = r is the square of n!.