কীভাবে Binomial Distribution গণনা করবেন
Binomial Distribution কি?
The binomial distribution models the number of successes in n independent trials with fixed probability p per trial. P(X=k) = C(n,k) × pᵏ × (1−p)^(n−k). Mean = np; variance = np(1−p).
ধাপে ধাপে নির্দেশিকা
- 1P(X=k) = C(n,k) × pᵏ × (1−p)^(n−k)
- 2C(n,k) = n! / (k! × (n−k)!) — combinations
- 3Applies when: fixed n, binary outcome, constant p, independent trials
সমাধান করা উদাহরণ
ইনপুট
Coin flip n=10 · P(exactly 5 heads)
ফলাফল
P = C(10,5)×0.5¹⁰ = 24.6%
Most likely single outcome, but still only ~25%
গণনা করতে প্রস্তুত? বিনামূল্যে Binomial Distribution ক্যালকুলেটর চেষ্টা করুন
নিজে চেষ্টা করে দেখুন →