Hmm. k terms? In the definition it says k factors. So in 5P4. Four different terms should be multiplied, so: 5 x 4 x 3 x 2 = 120.
I did all the below work before properly reading what you said. I just read the first part saying I could figure it out and tried to think about.
So whats each part representing? The first part is the notation. P for permutation. n is the amount of distinct objects. Or, in other words, if we’re looking for permutations of 5 different balls. The five balls are the five distinct objects. k represents how many objects we’re selecting?
Mmm. I’m a bit lost. Let’s see. We have 5 objects. Let’s say k = 1. I learned that one of the properties of permutation is that it will equal n. In this case 5. Why? Because there are 5 different objects to choose from that we can select. What about k = 2? Well when we pick the first time around we have 5 different choices. When we pick the second time around we have four different choices. So 5 * 4 = 20. Thats represented by the above formula because you would do (5 x 4 x 3!)/(5-2). The bottom simplifies to three factorial and the top and bottom “cancel out”. Leaving you with 5 x 4.
Ok. I think I get permutations a bit better now but still why the k+1?
n x (n-1) x (n-2) x (n - k + 1)
Mmm. 3P3. 3 - 3 + 1 = 1. 3P2 = 3 - 2 + 1 = 2. Hmm. The full thing for 3P2 =
3 x (3-1) x (3-2) x (3-2+1) = 3 x 2 x 2 = 12. Hmm this is wrong. Maybe I’m reading it wrong? Could it be saying you go until k? so 3 x (3 - 1) x (3 - 2 + 1) = 3 x 2 x 2. Hmm wrong again. We have a total of k factors. So I should only have 2. So we have 3 x (3-1) = 6. Ok that makes sense but it doesn’t help me figure out what k is. 3 - 2 + 1 = 2. Hmm. Would it then be 3 x (3 - 2 + 1)? That works but I don’t get it.
(this is after reading the part in Elliot’s original question of how many different terms i think there should be, it made me think of the terms) Maybe k + 1 represents the biggest number we subtract up to?
so in 4P2. k = 2. k + 1 = 3. Going off the formula we have:
4 x (4-1). That’s it we stop. so 4 x 3 = 12. Ok that works. Lets try something else to make sure.
6P4. k = 4, k+1 = 5, so 6 x (6 - 1) = 6 x 5 = 30. Ok thats wrong, plus theres only two terms being multiplied instead of 4. Maybe its something like this?:
k is the number of factors. k+1 represents the factors plus 1. Hmm. Let’s expand out P(6,4)
6 x (6-1) x (6-2) x (6-3) = 6 x 5 x 4 x 3 = 360. (6 - 4 + 1) = 3. Hmm. So I’m noticing that by subtracting k+1 we get the last term we multiply by in the sequence. P(5,2) = 5 x (5-1) = 20. 5 - 2 + 1 = 4 = 5=1.
So n-k+1 is representing the last term. Hmm. How and why?
Well you subtract -
Hmm. Does it something to do with it being a factorial? From wikipedia:
I think so. Mmm. Why is k+1 representing the last term? Why not just k? Does it have something to do with 0! = 1? Because 6P0= 1, but 6-0+1 = 7.
Hmm. Overall thinking through this I feel more comfortable with permutations than before but I’m still lost on the k+1 part. 
Spent ~45 minutes