document.write( "Question 108469: I am doing permutation problems using the formula nPr = n!/(n-r)!. The problem I am having difficulty with is nP3 = 24. I can get it this far:\r
\n" ); document.write( "\n" ); document.write( "n(n-1)(n-2)...2x1 / (n-3)(n-4)...2x1 = 24\r
\n" ); document.write( "\n" ); document.write( "n(n-1)(n-2) = 24 Then I'm not sure how to finish. Please help.
\n" ); document.write( "

Algebra.Com's Answer #79130 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
nP3 = 24
\n" ); document.write( "n!/(n-3)! = 24
\n" ); document.write( "n(n-1)(n-2)=24
\n" ); document.write( "n(n^2-3n+2)=24
\n" ); document.write( "n^3-3n^2+2n-24=0
\n" ); document.write( "I graphed this and found n=4 is a solution.
\n" ); document.write( "============
\n" ); document.write( "Checking:
\n" ); document.write( "4P3 = 4!/(4-3)! = 4!/1! = 4! = 24
\n" ); document.write( "OK
\n" ); document.write( "============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );