SOLUTION: I have the following problem:
Let P(n, k) denote the number of permutations of k objects selected from a set of n. We have the formula P (n,k) = n!/(n-k)!
Prove that for a
Algebra.Com
Question 74205: I have the following problem:
Let P(n, k) denote the number of permutations of k objects selected from a set of n. We have the formula P (n,k) = n!/(n-k)!
Prove that for all integers n>or=2, P(n+1,2)-P(n, 2)=2P(n, 1).
I did some research on factorial identities and got a little further, but I'm not getting to the desired end result. I guess where I'm most stuck is the goal -- is 2P(n,1) equal to 2(n!/(n-1)!)? I've never seen the '2P' before. Thanks!
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
I guess where I'm most stuck is the goal -- is 2P(n,1) equal to 2(n!/(n-1)!)?
----------
Yes, since P(n,1) = n!/(n-1)!, 2P(n,1) is 2[n!/(n-1)!]
----------------
After showing the form works for n=2, and assuming it is true for n=k,
you want to show that if n=k+1, P(k+2,2)-P(k+1,2) = 2P(k+1,1)
That can be written as:
[(k+2)!/(k)!] - [(k+1)!/(k-1)!] = 2[(k+1)!/k!]
(k+2)(k+1) - (k+1)k =2[(k+1)]
k^2+3k+2 -k^2-k = 2k+2
2k+2 = 2k+2
That's the proof.
=============
Cheers,
Stan H.
RELATED QUESTIONS
{{{P=((50n-200)/n)+k}}}
The profit P from a car wash is modeled by the equation above,... (answered by rothauserc)
Write the number of permutations in factorial form. Then simplify. J K L M N O... (answered by Fombitz)
Prove that, log(n) >= k.log(2) (Where n >= 2 and "k" denote the number of distinct prime... (answered by richard1234)
Let n be a positive integer, k the number of prime numbers less than or equal to n, and... (answered by richard1234)
Find a formula of the number of permutations of the set {1,2,3,,,,n} where exactly k... (answered by Edwin McCravy)
A permutation of the numbers (1,2,3,\dots,n) is a rearrangement of the numbers in which... (answered by CPhill)
15. The probability that a recently offered stock by a technology company will double in
(answered by solver91311)
. If the number of combinations of n objects taken 3 at a time is 20, how many... (answered by ikleyn,greenestamps)
Dear math teacher,
I am having diffulties with the following problem:
Find the... (answered by stanbon)