document.write( "Question 978798: A person selects 5 letters from the word \"Combine\" & arranges them. How many ways can they do this? \r
\n" ); document.write( "\n" ); document.write( " When I did the problem I used n C r (7 C 5 ) but when I checked my answer in my notes, I put nPr
\n" ); document.write( "(7 P 5) , but I don't understand why. Please explain why using nPr is the correct way to go about this problem.
\n" ); document.write( "

Algebra.Com's Answer #600192 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Order matters. Something like \"combi\" is different from \"icomb\". That's why nPr is used instead of nCr. \n" ); document.write( "
\n" );