document.write( "Question 1066617: Evaluate the given expression.
\n" ); document.write( "P(n, n − 2)
\n" ); document.write( "

Algebra.Com's Answer #681825 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
So, I'm assuming that P represents the permutation function.\r
\n" ); document.write( "\n" ); document.write( "If this is the case, then remember that the formula for P(n,r) = \"n%21%2F%28n-r%29%21\" \r
\n" ); document.write( "\n" ); document.write( "So, substituting r = n-2 gives us: \"n%21%2F%28n-%28n-2%29%29%21\"\r
\n" ); document.write( "\n" ); document.write( "But n - (n-2) = 2.\r
\n" ); document.write( "\n" ); document.write( "So the answer is simply \"n%21%2F2%21\" = \"n%21%2F4\"
\n" ); document.write( "
\n" );