Answer:
P (5,2) = 20
Explanation:
First of all, we must understand two basic concepts:
A permutation is the variation of the order or position of the elements of an ordered set or a tuple.
The factorial function (symbol:!) Means that descending numbers are multiplied.
The formula to solve the permutation is:

where "n" is the number of things you can choose, and you choose "r" from them (it cannot be repeated, order matters).
In the given case ...
P (n, r) =

Being n = 5, and r = 2

P (5,2) = 20
-------------------------------------------------- ----------------------------
I hope this helps!