Skip to main content

Combinations ची गणना कशी करावी

Combinations म्हणजे काय?

Combinations count the number of ways to select k items from n items without regard to order. Written as C(n,k) or "n choose k", used in probability and statistics.

सूत्र

C(n,k) = n! / (k! × (n-k)!)

चरण-दर-चरण मार्गदर्शक

  1. 1Enter n (total items) and k (items to select)
  2. 2Calculate factorials n!, k!, and (n-k)!
  3. 3Divide n! by the product of k! and (n-k)!

Worked Examples

इनपुट
C(5,2)
परिणाम
10
5! / (2! × 3!) = 120 / 12 = 10

Common Mistakes to Avoid

  • Confusing combinations with permutations
  • Incorrect factorial calculations

गणना करण्यास तयार आहात? विनामूल्य Combinations कॅल्क्युलेटर वापरून पहा

ते स्वतः वापरून पहा →

सेटिंग्ज