Solving equation involving permutation and combination

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
NotaMathPerson
Messages
82
Reaction score
0
Find n if P(n, 3) = 6 C(n, 5).

My attempt

$\frac{n!}{(n-3)!}=6\frac{n!}{(n-5)5!}$

I don't know how to proceed
 
Mathematics news on Phys.org
NotaMathPerson said:
Find n if P(n, 3) = 6 C(n, 5).

My attempt

$\frac{n!}{(n-3)!}=6\frac{n!}{(n-5)5!}$

I don't know how to proceed

First, you have an error on the right hand side. After you fix that, try dividing both sides by $$n!$$, Think about what a factorial is.
 
NotaMathPerson said:
Find n if P(n, 3) = 6 C(n, 5).

My attempt

$\frac{n!}{(n-3)!}=6\frac{n!}{(n-5)5!}$

I don't know how to proceed
[tex]\begin{array}{ccc}\text{We have:} & \dfrac{n!}{(n-3)!}\;=\; 6\dfrac{n!}{(n-5)5!}\\ \\<br /> \text{Cross-multiply:} & 5!\,n!\,(n-5)! \;=\;6\,n!\,(n-3)! \\ \\<br /> \text{Divide by 6n!:} & 20(n-5)! \;=\;(n-3)! \\ \\<br /> \text{We have:} & 20(n-5)! \;=\;(n-3)(n-4)(n-5)! \\ \\<br /> \text{Divide by }(n-5)! & 20 \;=\;(n-3)(n-4) \\ \\<br /> \text{Simplify:} & n^2 - 7n - 8 \;=\;0 \\ \\<br /> \text{Factor:} & (n+1)(n-8) \;=\;0 \\ \\<br /> \text{Solve:} & n=\cancel{-1}.\;8<br /> \end{array}[/tex]
 
soroban said:
[tex]\begin{array}{ccc}\text{We have:} & \dfrac{n!}{(n-3)!}\;=\; 6\dfrac{n!}{(n-5)5!}\\ \\<br /> \text{Cross-multiply:} & 5!\,n!\,(n-5)! \;=\;6\,n!\,(n-3)! \\ \\<br /> \text{Divide by 6n!:} & 20(n-5)! \;=\;(n-3)! \\ \\<br /> \text{We have:} & 20(n-5)! \;=\;(n-3)(n-4)(n-5)! \\ \\<br /> \text{Divide by }(n-5)! & 20 \;=\;(n-3)(n-4) \\ \\<br /> \text{Simplify:} & n^2 - 7n - 8 \;=\;0 \\ \\<br /> \text{Factor:} & (n+1)(n-8) \;=\;0 \\ \\<br /> \text{Solve:} & n=\cancel{-1}.\;8<br /> \end{array}[/tex]
As http://mathhelpboards.com/members/mrtwhs/ pointed out there is a typo on the first line. It is fixed on the second line.

-Dan