
Get instant access to notes, practice questions, and more benefits with our mobile app.
Probability is the foundation of business statistics. It helps measure uncertainty in demand, quality, finance, risk and decision-making. This topic covers basic probability laws, conditional probability, Bayes’ theorem, and the normal distribution. It also introduces sampling distributions and CLT, which are used in estimation and hypothesis testing.
Probability is a numerical measure of the likelihood of an event. For an event , probability is written as , and it always satisfies .
Addition rule: If A and B are mutually exclusive, then so .
Multiplication rule: If A and B are independent, then so .
Conditional probability of A given B:
Bayes’ theorem helps update probabilities when new information is available: In business, Bayes is used in quality control (defect detection), credit risk, and decision-making under uncertainty.
Access the complete note and unlock all topic-wise content
It's free and takes just 5 seconds
Download this note as PDF at no cost
If any AD appears on download click please wait for 30sec till it gets completed and then close it, you will be redirected to pdf/ppt notes page.
Probability is the foundation of business statistics. It helps measure uncertainty in demand, quality, finance, risk and decision-making. This topic covers basic probability laws, conditional probability, Bayes’ theorem, and the normal distribution. It also introduces sampling distributions and CLT, which are used in estimation and hypothesis testing.
Probability is a numerical measure of the likelihood of an event. For an event , probability is written as , and it always satisfies .
Addition rule: If A and B are mutually exclusive, then so .
Multiplication rule: If A and B are independent, then so .
Conditional probability of A given B:
Bayes’ theorem helps update probabilities when new information is available: In business, Bayes is used in quality control (defect detection), credit risk, and decision-making under uncertainty.
A random variable (X) assigns a numerical value to each outcome.
A probability distribution shows probabilities of possible values of X.
Normal distribution is a continuous, bell-shaped distribution with:
Empirical rule (approx.):
To convert a normal variable X to standard normal Z: Z-tables give area/probability for Z values.
Sampling distribution is the probability distribution of a sample statistic (like sample mean ) over repeated samples.
Key results (concept level):
For sample proportion :
CLT states that for large n, the sampling distribution of the sample mean tends to be approximately normal (even if the population is not perfectly normal), with mean and standard error . This is the basis for many statistical methods used in business.
From this topic
Types of probability:
(Any three can be written.)
Addition rule for two events A and B is:
P(A ∪ B) = P(A) + P(B) − P(A ∩ B).
If A and B are mutually exclusive, then P(A ∩ B)=0, so P(A ∪ B)=P(A)+P(B).
Conditional probability means the probability of event A happening when it is known that event B has already occurred. It is written as P(A|B) and is defined by:
P(A|B) = P(A ∩ B) / P(B), where P(B) > 0.
Bayes’ theorem is used to revise (update) probabilities when new information is obtained. It connects P(A|B) with P(B|A) and the prior probability P(A):
P(A|B) = [P(B|A) P(A)] / P(B).
Business use: In quality control, Bayes’ theorem helps find the probability that a product is actually defective given that a test reports “defective”, especially when the test is not perfectly accurate.
Thus, conditional probability and Bayes’ theorem are essential tools for decision-making under uncertainty.