difference between nPr and nCr and when to use which

You use nPr for permutations when order matters (i.e. when order is ranked)
You use nCr for combinations when order does not matter
 
Back
Top