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)!

தீர்க்கப்பட்ட எடுத்துக்காட்டுகள்

உள்ளீடு
C(5,2)
முடிவு
10
5! / (2! × 3!) = 120 / 12 = 10

தவிர்க்க வேண்டிய பொதுவான தவறுகள்

  • Confusing combinations with permutations
  • Incorrect factorial calculations

கணக்கிடத் தயாரா? இலவச Combinations கால்குலேட்டரை முயற்சிக்கவும்

நீங்களே முயற்சிக்கவும் →

அமைப்புகள்