Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
If i have the 8 letters {a,b,c,d,e,f,g,h}
and pick 5 of them,
I could start with any of them, so I have 8 ways of doing this.
Next, I have 7 letters left, so I have 7 ways of doing this.
Then I have 6,
Then 5.
Then 4. End
So 8*7*6*5*4 = 6720
let n = total number of letters
let r = total chosen
Formula to get answer is nPr (its on your calculator)
But expanded, its simply:
n!
______
(n-r)!