IfnP4= 20 (nP2) then the value of n is ______________.a)-2b)7c)-2 and ...
nP4 represents the number of permutations of n things taken 4 at a time, and nP2 represents the number of permutations of n things taken 2 at a time.
We are given that nP4 = 20 (nP2).
Using the formula for permutations, we know that nP4 = n!/(n-4)!, and nP2 = n!/(n-2)!.
Substituting these expressions into the given equation, we get:
n!/(n-4)! = 20 * n!/(n-2)!
Cancelling out the common factor of n!/[(n-4)! * (n-2)!], we get:
(n-3) * (n-2) = 20
Expanding the left side of the equation, we get:
n2 - 5n + 6 = 20
Simplifying, we get:
n2 - 5n - 14 = 0
Factorizing, we get:
(n - 7) * (n + 2) = 0
Therefore, the solutions are n = 7 and n = -2.
However, n cannot be negative since we are counting permutations. Therefore, the only possible value of n is 7.