tanyatomar Wrote:in the above example its p n q distinct same kind of things. in the question we are actually picking up the same alphabet so we shud not divide by 3! or 2!..
sort of, but that's still really not the issue. the issue is "does order matter, or not?"
here's what i mean:
if the question says "how many three-letter
passwords can you make with no letters repeated?" then that's just 26 x 25 x 24, because, when you have a
password, the order of the letters matters. (if the letters of a password are in a different order, that's a completely different password.)
on the other hand, if the question is "from a set of 26 tiles labeled with the letters a through z, john selects a set of 3 tiles. in how many ways can john select this set of tiles?" then you have (26 x 25 x 24)/3!, because, in a
set of letters, the order is irrelevant. (if the letters in a
set are in a different order, it's still the same set.)
so, note that, contrary to what you wrote above, "selecting from the same alphabet" is not the issue. in both of these examples you are selecting from the same alphabet, but one of them requires division by a factorial (because order is immaterial) but the other does not (because order matters).