I understand how to calculate permutations so:
if I have 5 people: A,B,C,D,E how many ways can you sit them down if you have 3 chairs?
Answer: 5*4*3.
Also, I get that, for example, in my first chair I have 5 possible people that I can sit down, then I will have one less, so it will be 4, and lastly I have only 3 people remaining, so it is 5,4,3. What I don't understand is why do we multiply these numbers? what does the multiplication mean in this context? Why are we multiplying and not adding or subtracting, taking square root or applying log (basically anything else)
They way I think about multiplication normally is either the number of times I am doing addition using the same number (4+4+4+4+4 = 5*4) or when I want to extract a percentage of a from a number (example:the 20% of the 80% of 10 = 10 *0.8 *0.2 = 10*(4/5)*(1/5) ) but in this context I am not entirely sure what it means.
I hope I am making sense.
(I know that there are similar questions asked out there, but I am not satisfied with their answer that is why I have posted it)