📊 Probability Distributions
ProbabilityCommon questions
What is a probability distribution?
A function that describes the likelihood of different outcomes. Discrete distributions (binomial) use PMF; continuous distributions (normal) use PDF.
What is binomial distribution in JEE context?
P(X=r) = C(n,r) × p^r × (1-p)^(n-r). Used when there are n independent trials, each with probability p of success. Mean = np, Variance = npq.
What is the difference between mean and expected value?
They are the same for probability distributions. E(X) = Σx·P(x). For binomial: E(X) = np. For Poisson: E(X) = λ.
Which probability distribution topics appear in JEE?
JEE Main focuses on binomial distribution, mean, variance. JEE Advanced may include conditional probability, Bayes theorem, and distribution-based inequalities.
How to visualize probability distributions?
Use this simulator to see how changing parameters (n, p for binomial; μ, σ for normal) changes the shape, spread, and peak of the distribution curve.