Question:medium

How many different 4-letter words can be formed from the letters of the word "BINARY" without repetition?

Show Hint

Tip: Permutations without repetition are calculated using \( P(n,r) = \frac{n!}{(n-r)!} \).
Updated On: Nov 26, 2025
  • 360
  • 720
  • 840
  • 1260