SOLUTION: Using the definition of permutations and combinations, solve for n in the following equation. n P 3 = 2( n C 4)

Algebra ->  Permutations -> SOLUTION: Using the definition of permutations and combinations, solve for n in the following equation. n P 3 = 2( n C 4)      Log On


   



Question 1083797: Using the definition of permutations and combinations, solve for n in the following equation.
n P 3 = 2( n C 4)

Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
n P 3 = n*(n-1)*(n-2).


n C 4 = %28n%2A%28n-1%29%2A%28n-2%29%2A%28n-3%29%29%2F%281%2A2%2A3%2A4%29.


So, your equation is 


n*(n-1)*(n-2) = 2%2A%28n%2A%28n-1%29%2A%28n-2%29%2A%28n-3%29%29%2F%281%2A2%2A3%2A4%29.


Simplify (by canceling the factors n*(n-1)*(n-2) in both sides)


1 = 2%2A%28%28n-3%29%2F24%29,   or


24%2F2 = n-3  --->  n-3 = 12  --->  n = 15.

Answer. n = 15.