HTML Diff
1 added 2 removed
Original 2026-01-01
Modified 2026-02-28
1 - <p>296 Learners</p>
1 + <p>313 Learners</p>
2 <p>Last updated on<strong>November 26, 2025</strong></p>
2 <p>Last updated on<strong>November 26, 2025</strong></p>
3 <p>Probability is the possibility that an event will occur. A discrete probability distribution describes the likelihood of outcomes for individually countable variables. In this topic, we will learn more about discrete probability distribution, its types, application, and many more.</p>
3 <p>Probability is the possibility that an event will occur. A discrete probability distribution describes the likelihood of outcomes for individually countable variables. In this topic, we will learn more about discrete probability distribution, its types, application, and many more.</p>
4 <h2>What is a Discrete Probability Distribution?</h2>
4 <h2>What is a Discrete Probability Distribution?</h2>
5 <p>The discrete<a>probability distribution</a>is a simple way to show the different chances<a>of</a>different outcomes when you can count them one by one. It gives the different values of a<a>random variable</a>along with its different probabilities. A discrete probability distribution contrasts with a continuous distribution, where outcomes can take any value along a continuum, as the outcome falls anywhere on a continuum. The types of discrete probability are Binomial, Poisson, and Bernoulli distributions. If a probability distribution is said to be a discrete probability distribution, it should follow these two conditions : </p>
5 <p>The discrete<a>probability distribution</a>is a simple way to show the different chances<a>of</a>different outcomes when you can count them one by one. It gives the different values of a<a>random variable</a>along with its different probabilities. A discrete probability distribution contrasts with a continuous distribution, where outcomes can take any value along a continuum, as the outcome falls anywhere on a continuum. The types of discrete probability are Binomial, Poisson, and Bernoulli distributions. If a probability distribution is said to be a discrete probability distribution, it should follow these two conditions : </p>
6 <ul><li>0 ≤ P(X = x) ≤ 1, which means the<a>discrete random variable</a>, X should be on the exact value, x, and it should be between 0 and 1</li>
6 <ul><li>0 ≤ P(X = x) ≤ 1, which means the<a>discrete random variable</a>, X should be on the exact value, x, and it should be between 0 and 1</li>
7 <li>ΣP (X = x) = 1, that is, the<a>sum</a>of all probabilities should be 1. </li>
7 <li>ΣP (X = x) = 1, that is, the<a>sum</a>of all probabilities should be 1. </li>
8 </ul><h3><strong>Example:</strong></h3>
8 </ul><h3><strong>Example:</strong></h3>
9 <p>Imagine you flip a fair coin 3 times, and you want to count the Number of Heads (X).</p>
9 <p>Imagine you flip a fair coin 3 times, and you want to count the Number of Heads (X).</p>
10 <p>This is a perfect example because:</p>
10 <p>This is a perfect example because:</p>
11 <ul><li><strong>It is discrete:</strong>You can only get 0, 1, 2, or 3 heads. You can't get 1.5 heads.</li>
11 <ul><li><strong>It is discrete:</strong>You can only get 0, 1, 2, or 3 heads. You can't get 1.5 heads.</li>
12 <li><strong>It is finite:</strong>There is a limited<a>number</a>of possible outcomes.</li>
12 <li><strong>It is finite:</strong>There is a limited<a>number</a>of possible outcomes.</li>
13 </ul><p><strong>Step 1:</strong>List all possible outcomes</p>
13 </ul><p><strong>Step 1:</strong>List all possible outcomes</p>
14 <p>There are 8 total ways the coins can land (\(2^3 = 8\)):</p>
14 <p>There are 8 total ways the coins can land (\(2^3 = 8\)):</p>
15 <ul><li><strong>3 Heads:</strong>HHH</li>
15 <ul><li><strong>3 Heads:</strong>HHH</li>
16 <li><strong>2 Heads:</strong>HHT, HTH, THH</li>
16 <li><strong>2 Heads:</strong>HHT, HTH, THH</li>
17 <li><strong>1 Head:</strong>HTT, THT, TTH</li>
17 <li><strong>1 Head:</strong>HTT, THT, TTH</li>
18 <li><strong>0 Heads:</strong>TTT.</li>
18 <li><strong>0 Heads:</strong>TTT.</li>
19 </ul><p><strong>Step 2:</strong>Create the Distribution Table</p>
19 </ul><p><strong>Step 2:</strong>Create the Distribution Table</p>
20 <p>Now, we count the probability for each number of heads.</p>
20 <p>Now, we count the probability for each number of heads.</p>
21 <strong>Number of Heads (x)</strong><strong>Frequency (How many ways?)</strong><strong>Probability P(X=x)</strong>0 1 (TTT only) 1/8 (or 0.125) 1 3 (HTT, THT, TTH) 3/8 (or 0.375) 2 3 (HHT, HTH, THH) 3/8 (or 0.375) 3 1 (HHH only) 1/8 (or 0.125)<h2>Discrete Probability Distribution Formula</h2>
21 <strong>Number of Heads (x)</strong><strong>Frequency (How many ways?)</strong><strong>Probability P(X=x)</strong>0 1 (TTT only) 1/8 (or 0.125) 1 3 (HTT, THT, TTH) 3/8 (or 0.375) 2 3 (HHT, HTH, THH) 3/8 (or 0.375) 3 1 (HHH only) 1/8 (or 0.125)<h2>Discrete Probability Distribution Formula</h2>
22 <p>Here are the<a>formulas</a>for the PMF and CDF of Discrete Probability Distribution.</p>
22 <p>Here are the<a>formulas</a>for the PMF and CDF of Discrete Probability Distribution.</p>
23 <h3><strong>PMF of Discrete Probability Distribution</strong></h3>
23 <h3><strong>PMF of Discrete Probability Distribution</strong></h3>
24 <p>The PMF (Probability Mass Function) gives the<a>probability</a>that a discrete random<a>variable</a>X is exactly equal to a specific value x.</p>
24 <p>The PMF (Probability Mass Function) gives the<a>probability</a>that a discrete random<a>variable</a>X is exactly equal to a specific value x.</p>
25 <p><strong>Formula:</strong>\(f(x) = P(X = x)\)</p>
25 <p><strong>Formula:</strong>\(f(x) = P(X = x)\)</p>
26 <p><strong>Example:</strong>Let X be the number of Girls in a family with 3 children.</p>
26 <p><strong>Example:</strong>Let X be the number of Girls in a family with 3 children.</p>
27 <p>Possible Outcomes (\(2^3 = 8\) total outcomes):</p>
27 <p>Possible Outcomes (\(2^3 = 8\) total outcomes):</p>
28 <ul><li>GGG \(\rightarrow\) 3 Girls</li>
28 <ul><li>GGG \(\rightarrow\) 3 Girls</li>
29 <li>GGB, GBG, BGG \(\rightarrow\) 2 Girls</li>
29 <li>GGB, GBG, BGG \(\rightarrow\) 2 Girls</li>
30 <li>GBB, BGB, BBG \(\rightarrow\) 1 Girl</li>
30 <li>GBB, BGB, BBG \(\rightarrow\) 1 Girl</li>
31 <li>BBB \(\rightarrow\) 0 Girls </li>
31 <li>BBB \(\rightarrow\) 0 Girls </li>
32 </ul><p>The PMFs are given as:</p>
32 </ul><p>The PMFs are given as:</p>
33 <ul><li>\(P(X=0) = \frac{1}{8} \rightarrow\) (Only BBB)</li>
33 <ul><li>\(P(X=0) = \frac{1}{8} \rightarrow\) (Only BBB)</li>
34 <li>\(P(X=1) = \frac{3}{8} \rightarrow\) (GBB, BGB, BBG)</li>
34 <li>\(P(X=1) = \frac{3}{8} \rightarrow\) (GBB, BGB, BBG)</li>
35 <li>\(P(X=2) = \frac{3}{8} \rightarrow\) (GGB, GBG, BGG)</li>
35 <li>\(P(X=2) = \frac{3}{8} \rightarrow\) (GGB, GBG, BGG)</li>
36 <li>\(P(X=3) = \frac{1}{8} \rightarrow\) (Only GGG) </li>
36 <li>\(P(X=3) = \frac{1}{8} \rightarrow\) (Only GGG) </li>
37 </ul><p>Total Probability: \(\frac{1}{8} + \frac{3}{8} + \frac{3}{8} + \frac{1}{8} = 1\)</p>
37 </ul><p>Total Probability: \(\frac{1}{8} + \frac{3}{8} + \frac{3}{8} + \frac{1}{8} = 1\)</p>
38 <p><strong>Properties of PMF:</strong></p>
38 <p><strong>Properties of PMF:</strong></p>
39 <ol><li>The sum of all probabilities must equal 1: \(\sum P(X=x) = 1\)</li>
39 <ol><li>The sum of all probabilities must equal 1: \(\sum P(X=x) = 1\)</li>
40 <li>Probabilities cannot be negative: \(P(X=x) \ge 0\)</li>
40 <li>Probabilities cannot be negative: \(P(X=x) \ge 0\)</li>
41 </ol><h3><strong>CDF of Discrete Probability Distribution</strong></h3>
41 </ol><h3><strong>CDF of Discrete Probability Distribution</strong></h3>
42 <p>The CDF (Cumulative Distribution Function) gives the probability that the random variable X is<a>less than</a>or equal to a specific value x.</p>
42 <p>The CDF (Cumulative Distribution Function) gives the probability that the random variable X is<a>less than</a>or equal to a specific value x.</p>
43 <p><strong>Formula:</strong>\(F(x) = P(X \le x)\)</p>
43 <p><strong>Formula:</strong>\(F(x) = P(X \le x)\)</p>
44 <p><strong>Example:</strong>Let a random variable X be the score obtained on a biased (weighted) 4-sided die. We want to find the probability \(P(1 &lt; X \le 3).\)</p>
44 <p><strong>Example:</strong>Let a random variable X be the score obtained on a biased (weighted) 4-sided die. We want to find the probability \(P(1 &lt; X \le 3).\)</p>
45 <p><strong>Data Table:</strong></p>
45 <p><strong>Data Table:</strong></p>
46 <p><strong>X (Score)</strong></p>
46 <p><strong>X (Score)</strong></p>
47 <p><strong>PMF P(X=x)</strong></p>
47 <p><strong>PMF P(X=x)</strong></p>
48 <p><strong>CDF F(x)=P(X≤x)</strong></p>
48 <p><strong>CDF F(x)=P(X≤x)</strong></p>
49 1 0.1 0.1 2 0.4 0.1 + 0.4 = 0.5 3 0.3 0.5 + 0.3 = 0.8 4 0.2 0.8 + 0.2 = 1.0<p><strong>Calculation for \(P(1 &lt; X \le 3)\):</strong></p>
49 1 0.1 0.1 2 0.4 0.1 + 0.4 = 0.5 3 0.3 0.5 + 0.3 = 0.8 4 0.2 0.8 + 0.2 = 1.0<p><strong>Calculation for \(P(1 &lt; X \le 3)\):</strong></p>
50 <p>Using the CDF property: \(P(a &lt; X \le b) = F(b) - F(a)\)</p>
50 <p>Using the CDF property: \(P(a &lt; X \le b) = F(b) - F(a)\)</p>
51 <p>Therefore: \(P(1 &lt; X \le 3) = F(3) - F(1)\)</p>
51 <p>Therefore: \(P(1 &lt; X \le 3) = F(3) - F(1)\)</p>
52 <p>\(P(1 &lt; X \le 3) = 0.8 - 0.1 = 0.7\)</p>
52 <p>\(P(1 &lt; X \le 3) = 0.8 - 0.1 = 0.7\)</p>
53 <p>(Verification using PMF): \(P(1 &lt; X \le 3)\) means we want outcomes 2 and 3. \(P(X=2) + P(X=3) = 0.4 + 0.3 = 0.7\)</p>
53 <p>(Verification using PMF): \(P(1 &lt; X \le 3)\) means we want outcomes 2 and 3. \(P(X=2) + P(X=3) = 0.4 + 0.3 = 0.7\)</p>
54 <h2>What are the Types of Discrete Probability Distributions</h2>
54 <h2>What are the Types of Discrete Probability Distributions</h2>
55 <p>Now let’s discuss the types of discrete probability. The types are;</p>
55 <p>Now let’s discuss the types of discrete probability. The types are;</p>
56 <ul><li><strong>Binomial Distribution</strong>Binomial probability is where there is a probability of getting two outcomes. Here after repetitive trails the<a>data</a>is collected in one of the two forms, into either success or failure. For instance, when flipping a coin, the probability of getting heads. </li>
56 <ul><li><strong>Binomial Distribution</strong>Binomial probability is where there is a probability of getting two outcomes. Here after repetitive trails the<a>data</a>is collected in one of the two forms, into either success or failure. For instance, when flipping a coin, the probability of getting heads. </li>
57 <li><strong>Bernoulli Distribution</strong>It is similar to<a>binomial</a>probability, as it also has two possible outcomes, with only one trial. Even here, the possible outcomes will be success or failure. </li>
57 <li><strong>Bernoulli Distribution</strong>It is similar to<a>binomial</a>probability, as it also has two possible outcomes, with only one trial. Even here, the possible outcomes will be success or failure. </li>
58 <li><strong>Multinomial Distribution</strong>In multinomial distribution, the probability of getting more than two outcomes with<a>multiple</a>counts. For example, a bowl filled with three different colored coins like red, blue, and green. </li>
58 <li><strong>Multinomial Distribution</strong>In multinomial distribution, the probability of getting more than two outcomes with<a>multiple</a>counts. For example, a bowl filled with three different colored coins like red, blue, and green. </li>
59 <li><strong>Poisson Distribution</strong>It is a type of probability that tells how a certain number of events happen in a fixed amount of time. For example, a Poisson distribution can be used for counting how many times a bus arrives at a stop in a fixed amount of time. </li>
59 <li><strong>Poisson Distribution</strong>It is a type of probability that tells how a certain number of events happen in a fixed amount of time. For example, a Poisson distribution can be used for counting how many times a bus arrives at a stop in a fixed amount of time. </li>
60 <li><strong>Geometric Distribution</strong>It is a type of probability that tells you how many independent trials are needed to achieve the very first success. For example, a Geometric distribution can be used for counting how many job applications you need to submit until you finally get your first offer. </li>
60 <li><strong>Geometric Distribution</strong>It is a type of probability that tells you how many independent trials are needed to achieve the very first success. For example, a Geometric distribution can be used for counting how many job applications you need to submit until you finally get your first offer. </li>
61 </ul><h3>Explore Our Programs</h3>
61 </ul><h3>Explore Our Programs</h3>
62 - <p>No Courses Available</p>
 
63 <h2>Mean of Discrete Probability Distribution</h2>
62 <h2>Mean of Discrete Probability Distribution</h2>
64 <p>The Mean (also called the Expected Value) of a discrete probability distribution is the<a>weighted average</a>of all possible values that the random variable can take. It represents the long-<a>term</a>average result if you were to repeat the experiment many times. </p>
63 <p>The Mean (also called the Expected Value) of a discrete probability distribution is the<a>weighted average</a>of all possible values that the random variable can take. It represents the long-<a>term</a>average result if you were to repeat the experiment many times. </p>
65 <p><strong>Formula:</strong>The<a>mean</a>\mu (or E(X)) is calculated by multiplying each possible outcome x by its probability P(X=x) and then adding them all together:</p>
64 <p><strong>Formula:</strong>The<a>mean</a>\mu (or E(X)) is calculated by multiplying each possible outcome x by its probability P(X=x) and then adding them all together:</p>
66 <p>\(\mu = E(X) = \sum [x \cdot P(X=x)]\)</p>
65 <p>\(\mu = E(X) = \sum [x \cdot P(X=x)]\)</p>
67 <p><strong>Example:</strong>Let a random variable X be the cash prize won in a charity raffle game.</p>
66 <p><strong>Example:</strong>Let a random variable X be the cash prize won in a charity raffle game.</p>
68 <p>Possible Outcomes:</p>
67 <p>Possible Outcomes:</p>
69 <ul><li>$0 (No win)</li>
68 <ul><li>$0 (No win)</li>
70 <li>$10 (Small prize)</li>
69 <li>$10 (Small prize)</li>
71 <li>$50 (Grand prize)</li>
70 <li>$50 (Grand prize)</li>
72 </ul><p><strong>Calculation Table:</strong>We multiply each outcome (x) by its probability (P(x)) to find the “weighted” value.</p>
71 </ul><p><strong>Calculation Table:</strong>We multiply each outcome (x) by its probability (P(x)) to find the “weighted” value.</p>
73 <p><strong>Outcome (x)</strong></p>
72 <p><strong>Outcome (x)</strong></p>
74 <p><strong>Probability P(X=x)</strong></p>
73 <p><strong>Probability P(X=x)</strong></p>
75 <p><strong>Weighted Value [x⋅P(x)]</strong></p>
74 <p><strong>Weighted Value [x⋅P(x)]</strong></p>
76 0 0.80 \(0 \cdot 0.80 = \mathbf{0}\) 10 0.15 \(10 \cdot 0.15 = \mathbf{1.5}\) 50 0.05 \(50 \cdot 0.05 = \mathbf{2.5}\)<p><strong>Total Mean:</strong>\(E(X) = 0 + 1.5 + 2.5 = 4.0\)</p>
75 0 0.80 \(0 \cdot 0.80 = \mathbf{0}\) 10 0.15 \(10 \cdot 0.15 = \mathbf{1.5}\) 50 0.05 \(50 \cdot 0.05 = \mathbf{2.5}\)<p><strong>Total Mean:</strong>\(E(X) = 0 + 1.5 + 2.5 = 4.0\)</p>
77 <p><strong>Interpretation:</strong>The expected value is $4. This means that if you played this game thousands of times, you would win an average of $4 per game, even though you can never actually win exactly $4 in a single turn.</p>
76 <p><strong>Interpretation:</strong>The expected value is $4. This means that if you played this game thousands of times, you would win an average of $4 per game, even though you can never actually win exactly $4 in a single turn.</p>
78 <h2>Variance of Discrete Probability Distribution</h2>
77 <h2>Variance of Discrete Probability Distribution</h2>
79 <p>The Variance measures how “spread out” or dispersed the numbers are from the mean (expected value). A high<a>variance</a>means the values are widely scattered; a low variance means they are clustered closely around the<a>average</a>.</p>
78 <p>The Variance measures how “spread out” or dispersed the numbers are from the mean (expected value). A high<a>variance</a>means the values are widely scattered; a low variance means they are clustered closely around the<a>average</a>.</p>
80 <p><strong>Formula:</strong>There are two common ways to calculate it.</p>
79 <p><strong>Formula:</strong>There are two common ways to calculate it.</p>
81 <ol><li>The Definition Formula: The weighted average of the squared differences from the mean.<p>\(\sigma^2 = Var(X) = \sum [(x - \mu)^2 \cdot P(x)]\)</p>
80 <ol><li>The Definition Formula: The weighted average of the squared differences from the mean.<p>\(\sigma^2 = Var(X) = \sum [(x - \mu)^2 \cdot P(x)]\)</p>
82 </li>
81 </li>
83 <li>The Computational Formula (Often Easier): The average of the<a>squares</a>minus the square of the average.<p>\(\sigma^2 = E(X^2) - [E(X)]^2 = \sum [x^2 \cdot P(x)] - \mu^2\)</p>
82 <li>The Computational Formula (Often Easier): The average of the<a>squares</a>minus the square of the average.<p>\(\sigma^2 = E(X^2) - [E(X)]^2 = \sum [x^2 \cdot P(x)] - \mu^2\)</p>
84 </li>
83 </li>
85 </ol><p><strong>Example:</strong>Let a random variable X be the number of daily complaints received by a service center.</p>
84 </ol><p><strong>Example:</strong>Let a random variable X be the number of daily complaints received by a service center.</p>
86 <p>Possible Outcomes:</p>
85 <p>Possible Outcomes:</p>
87 <ul><li>0 complaints (Quiet day)</li>
86 <ul><li>0 complaints (Quiet day)</li>
88 <li>1 complaint (Normal day)</li>
87 <li>1 complaint (Normal day)</li>
89 <li>2 complaints (Busy day)</li>
88 <li>2 complaints (Busy day)</li>
90 </ul><p><strong>Probabilities:</strong></p>
89 </ul><p><strong>Probabilities:</strong></p>
91 <ul><li>P(X=0) = 0.1</li>
90 <ul><li>P(X=0) = 0.1</li>
92 <li>P(X=1) = 0.6</li>
91 <li>P(X=1) = 0.6</li>
93 <li>P(X=2) = 0.3</li>
92 <li>P(X=2) = 0.3</li>
94 </ul><p><strong>Step 1:</strong>Find the Mean (\mu) \(\mu = (0 \cdot 0.1) + (1 \cdot 0.6) + (2 \cdot 0.3)\) \(\mu = 0 + 0.6 + 0.6 = \mathbf{1.2}\) \(\mu^2 = 1.2^2 = 1.44\)</p>
93 </ul><p><strong>Step 1:</strong>Find the Mean (\mu) \(\mu = (0 \cdot 0.1) + (1 \cdot 0.6) + (2 \cdot 0.3)\) \(\mu = 0 + 0.6 + 0.6 = \mathbf{1.2}\) \(\mu^2 = 1.2^2 = 1.44\)</p>
95 <p><strong>Step 2:</strong>Calculate \(E(X^2)\) We need to square each outcome first, then multiply by its probability</p>
94 <p><strong>Step 2:</strong>Calculate \(E(X^2)\) We need to square each outcome first, then multiply by its probability</p>
96 <p><strong>Outcome (x)</strong></p>
95 <p><strong>Outcome (x)</strong></p>
97 <p><strong>Probability P(x)</strong></p>
96 <p><strong>Probability P(x)</strong></p>
98 <strong>Squared Outcome \((x^2)\)</strong><strong>Weighted Square\(E(X^2) = [x^2⋅P(x)]\)</strong>0 0.1 \(0^2 = 0\) \(0 \cdot 0.1 = \mathbf{0}\) 1 0.6 \(1^2 = 1\) \(1 \cdot 0.6 = \mathbf{0.6}\) 2 0.3 \(2^2 = 4\) \(4 \cdot 0.3 = \mathbf{1.2}\)<strong>\(\sum\)</strong> \(0+0.6+1.2=1.8\)<p><strong>Step 3:</strong>Apply the Formula Now we subtract the square of the mean from the sum we just found.</p>
97 <strong>Squared Outcome \((x^2)\)</strong><strong>Weighted Square\(E(X^2) = [x^2⋅P(x)]\)</strong>0 0.1 \(0^2 = 0\) \(0 \cdot 0.1 = \mathbf{0}\) 1 0.6 \(1^2 = 1\) \(1 \cdot 0.6 = \mathbf{0.6}\) 2 0.3 \(2^2 = 4\) \(4 \cdot 0.3 = \mathbf{1.2}\)<strong>\(\sum\)</strong> \(0+0.6+1.2=1.8\)<p><strong>Step 3:</strong>Apply the Formula Now we subtract the square of the mean from the sum we just found.</p>
99 <p><strong>Variance(\(\sigma^2\)) </strong>\(\sigma^2 = E(X^2) - \mu^2\) \(\sigma^2 = 1.8 - 1.44\) \(\sigma^2 = \mathbf{0.36}\)</p>
98 <p><strong>Variance(\(\sigma^2\)) </strong>\(\sigma^2 = E(X^2) - \mu^2\) \(\sigma^2 = 1.8 - 1.44\) \(\sigma^2 = \mathbf{0.36}\)</p>
100 <p><strong>Standard deviation(\(\sigma\))</strong>\(\sigma = \sqrt{0.36} = \mathbf{0.6}\)</p>
99 <p><strong>Standard deviation(\(\sigma\))</strong>\(\sigma = \sqrt{0.36} = \mathbf{0.6}\)</p>
101 <h2>How to Calculate Discrete Probability Distribution</h2>
100 <h2>How to Calculate Discrete Probability Distribution</h2>
102 <p>Here, we will discuss how to calculate a discrete probability distribution. To find a discrete probability distribution, the probability of mass<a>function</a>is required. Follow these steps to find the probability;</p>
101 <p>Here, we will discuss how to calculate a discrete probability distribution. To find a discrete probability distribution, the probability of mass<a>function</a>is required. Follow these steps to find the probability;</p>
103 <p><strong>Step 1:</strong>Identify the sample,<a>set</a>of all possible outcomes of an experiment. </p>
102 <p><strong>Step 1:</strong>Identify the sample,<a>set</a>of all possible outcomes of an experiment. </p>
104 <p><strong>Step 2:</strong>Then you have to find the discrete random variable (x). It is a function assigning a numerical value to each outcome.</p>
103 <p><strong>Step 2:</strong>Then you have to find the discrete random variable (x). It is a function assigning a numerical value to each outcome.</p>
105 <p><strong>Step 3:</strong>Identifying the possible value of X. </p>
104 <p><strong>Step 3:</strong>Identifying the possible value of X. </p>
106 <p><strong>Step 4:</strong>Finding the probability of each outcome by using the formula; </p>
105 <p><strong>Step 4:</strong>Finding the probability of each outcome by using the formula; </p>
107 <p>P (X = x) = Number of favorable outcomes/Total number of possible outcomes. </p>
106 <p>P (X = x) = Number of favorable outcomes/Total number of possible outcomes. </p>
108 <p><strong>Step 5:</strong>Use a table to organize the results</p>
107 <p><strong>Step 5:</strong>Use a table to organize the results</p>
109 <h2>Discrete Distribution vs. Continuous Distribution</h2>
108 <h2>Discrete Distribution vs. Continuous Distribution</h2>
110 <p>Now let’s learn the difference between the discrete and continuous distribution. </p>
109 <p>Now let’s learn the difference between the discrete and continuous distribution. </p>
111 <p><strong>Discrete Distribution</strong></p>
110 <p><strong>Discrete Distribution</strong></p>
112 <p><strong>Continuous Distribution</strong></p>
111 <p><strong>Continuous Distribution</strong></p>
113 <p>The probability distribution for countable values</p>
112 <p>The probability distribution for countable values</p>
114 <p>The probability distribution for measurable values</p>
113 <p>The probability distribution for measurable values</p>
115 <p>Here, the type of variable is discrete </p>
114 <p>Here, the type of variable is discrete </p>
116 <p>Here, the type of variable is continuous </p>
115 <p>Here, the type of variable is continuous </p>
117 <p>The graph of discrete distribution is a bar</p>
116 <p>The graph of discrete distribution is a bar</p>
118 <p>The graph of continuous distribution is a curve </p>
117 <p>The graph of continuous distribution is a curve </p>
119 <h2>Tips and Tricks to Master Discrete Probability Distribution</h2>
118 <h2>Tips and Tricks to Master Discrete Probability Distribution</h2>
120 <p>Discrete probability distribution is a complex topic to get a grasp on. In this section, we will discuss some tips and tricks to master Discrete probability distribution. </p>
119 <p>Discrete probability distribution is a complex topic to get a grasp on. In this section, we will discuss some tips and tricks to master Discrete probability distribution. </p>
121 <ul><li><strong>Organize your data in a simple table with two columns:</strong>One for the random variable (X) and one for its probability P(X). </li>
120 <ul><li><strong>Organize your data in a simple table with two columns:</strong>One for the random variable (X) and one for its probability P(X). </li>
122 <li><strong>Practice with real-life scenarios:</strong>Apply discrete probability to everyday examples like tossing coins, quality checks, or customer arrivals. </li>
121 <li><strong>Practice with real-life scenarios:</strong>Apply discrete probability to everyday examples like tossing coins, quality checks, or customer arrivals. </li>
123 <li><strong>Identify the type of distribution:</strong>Understand whether the problem is about a fixed number of trials, rare events, or waiting for the first success. Correctly identifying the type helps you approach it the right way. </li>
122 <li><strong>Identify the type of distribution:</strong>Understand whether the problem is about a fixed number of trials, rare events, or waiting for the first success. Correctly identifying the type helps you approach it the right way. </li>
124 <li><strong>Understand conditions:</strong>Check the assumptions behind each distribution, like independence of events or whether outcomes are countable. This prevents applying the wrong distribution. </li>
123 <li><strong>Understand conditions:</strong>Check the assumptions behind each distribution, like independence of events or whether outcomes are countable. This prevents applying the wrong distribution. </li>
125 <li><strong>Use expected patterns:</strong>Think about what results are reasonable based on the situation. This helps spot errors in calculations or assumptions.</li>
124 <li><strong>Use expected patterns:</strong>Think about what results are reasonable based on the situation. This helps spot errors in calculations or assumptions.</li>
126 </ul><h2>Common mistakes and How to Avoid Them in Discrete Probability Distribution</h2>
125 </ul><h2>Common mistakes and How to Avoid Them in Discrete Probability Distribution</h2>
127 <p>Now let’s learn a few common mistakes and ways to avoid them to master discrete probability distribution. </p>
126 <p>Now let’s learn a few common mistakes and ways to avoid them to master discrete probability distribution. </p>
128 <h2>Real-Life Applications of Discrete Probability Distribution</h2>
127 <h2>Real-Life Applications of Discrete Probability Distribution</h2>
129 <p>In real-life discrete probability distribution are used to find the probability for countable values, now lets few real-world applications of it;</p>
128 <p>In real-life discrete probability distribution are used to find the probability for countable values, now lets few real-world applications of it;</p>
130 <ul><li>For quality control in manufacturing, we use<a>binomial distribution</a>to find the number of defective products in a batch based on the random checks. </li>
129 <ul><li>For quality control in manufacturing, we use<a>binomial distribution</a>to find the number of defective products in a batch based on the random checks. </li>
131 </ul><ul><li>When playing the games of chances, like for example cards, snake and ladder, etc. Probability helps you figure out how likely you are to win. </li>
130 </ul><ul><li>When playing the games of chances, like for example cards, snake and ladder, etc. Probability helps you figure out how likely you are to win. </li>
132 </ul><ul><li>The number of calls received in a call center is predicted using the Poisson distribution.</li>
131 </ul><ul><li>The number of calls received in a call center is predicted using the Poisson distribution.</li>
133 </ul><ul><li>To identify whether an email is a spam or not using the Bernoulli distribution. </li>
132 </ul><ul><li>To identify whether an email is a spam or not using the Bernoulli distribution. </li>
134 <li>Insurance companies use the normal distribution to predict risk and estimate claims. </li>
133 <li>Insurance companies use the normal distribution to predict risk and estimate claims. </li>
135 </ul><h3>Problem 1</h3>
134 </ul><h3>Problem 1</h3>
136 <p>A factory produces light bulbs, and 5% of them are defective. If a random sample of 8 bulbs is taken, what is the probability that exactly 2 bulbs are defective?</p>
135 <p>A factory produces light bulbs, and 5% of them are defective. If a random sample of 8 bulbs is taken, what is the probability that exactly 2 bulbs are defective?</p>
137 <p>Okay, lets begin</p>
136 <p>Okay, lets begin</p>
138 <p>The probability of getting 2 bulbs are 0.0515 or 5.15%. </p>
137 <p>The probability of getting 2 bulbs are 0.0515 or 5.15%. </p>
139 <h3>Explanation</h3>
138 <h3>Explanation</h3>
140 <p>Here, to find the probability we use the equation, P(X = k) = \(\binom{n}{k}\) pk(1 - p)n-k</p>
139 <p>Here, to find the probability we use the equation, P(X = k) = \(\binom{n}{k}\) pk(1 - p)n-k</p>
141 <p>According to the problem, </p>
140 <p>According to the problem, </p>
142 <p>n = 8</p>
141 <p>n = 8</p>
143 <p>k = 2</p>
142 <p>k = 2</p>
144 <p>p = 0.05</p>
143 <p>p = 0.05</p>
145 <p>Substituting the values, </p>
144 <p>Substituting the values, </p>
146 <p>P(X = 2) = \(\binom{8}{2}\) (0.05)2(1 - 0.05)8-2</p>
145 <p>P(X = 2) = \(\binom{8}{2}\) (0.05)2(1 - 0.05)8-2</p>
147 <p>P(X = 2) = \(\binom{8}{2}\) (0.05)2( 0.95)6</p>
146 <p>P(X = 2) = \(\binom{8}{2}\) (0.05)2( 0.95)6</p>
148 <p>The value of C \(\binom{8}{2}\)= 28, (0.05)2 = 0.0025, and (0.95)6 = 0.7358</p>
147 <p>The value of C \(\binom{8}{2}\)= 28, (0.05)2 = 0.0025, and (0.95)6 = 0.7358</p>
149 <p>So, the value of P(X = 2) = 28 × 0.0025 × 0.7358 = 0.0515.</p>
148 <p>So, the value of P(X = 2) = 28 × 0.0025 × 0.7358 = 0.0515.</p>
150 <p>Well explained 👍</p>
149 <p>Well explained 👍</p>
151 <h3>Problem 2</h3>
150 <h3>Problem 2</h3>
152 <p>A basketball player has a 40% probability of making a free throw. What is the probability that their first successful shot happens on the third attempt?</p>
151 <p>A basketball player has a 40% probability of making a free throw. What is the probability that their first successful shot happens on the third attempt?</p>
153 <p>Okay, lets begin</p>
152 <p>Okay, lets begin</p>
154 <p>The probability here is 0.144 or 14.4%. </p>
153 <p>The probability here is 0.144 or 14.4%. </p>
155 <h3>Explanation</h3>
154 <h3>Explanation</h3>
156 <p>Here the probability is of geometric distribution</p>
155 <p>Here the probability is of geometric distribution</p>
157 <p>So, P(X = k) = (1 - p)(k-1) × p.</p>
156 <p>So, P(X = k) = (1 - p)(k-1) × p.</p>
158 <p>Here, p = 0.4 and k = 3</p>
157 <p>Here, p = 0.4 and k = 3</p>
159 <p>Therefore, P(X = 3) = (0.6)2 × 0.4 </p>
158 <p>Therefore, P(X = 3) = (0.6)2 × 0.4 </p>
160 <p>= 0.36 × 0.4 = 0.144.</p>
159 <p>= 0.36 × 0.4 = 0.144.</p>
161 <p>Well explained 👍</p>
160 <p>Well explained 👍</p>
162 <h3>Problem 3</h3>
161 <h3>Problem 3</h3>
163 <p>A deck has 52 cards, including 4 Aces. If 5 cards are drawn randomly, what is the probability of getting exactly 2 Aces?</p>
162 <p>A deck has 52 cards, including 4 Aces. If 5 cards are drawn randomly, what is the probability of getting exactly 2 Aces?</p>
164 <p>Okay, lets begin</p>
163 <p>Okay, lets begin</p>
165 <p>Probability ≈ 0.0399 or 3.99%.</p>
164 <p>Probability ≈ 0.0399 or 3.99%.</p>
166 <h3>Explanation</h3>
165 <h3>Explanation</h3>
167 <p>Here, the probability is calculated using \(P (X = k) = \dfrac{\binom{K}{k} \binom{N-K}{n-k}}{\binom{N}{n}}.\)</p>
166 <p>Here, the probability is calculated using \(P (X = k) = \dfrac{\binom{K}{k} \binom{N-K}{n-k}}{\binom{N}{n}}.\)</p>
168 <p>Here, </p>
167 <p>Here, </p>
169 <p>N = 52</p>
168 <p>N = 52</p>
170 <p>K = 4</p>
169 <p>K = 4</p>
171 <p>k = 2</p>
170 <p>k = 2</p>
172 <p>n = 5</p>
171 <p>n = 5</p>
173 <p>So P(X = 2) =\( \dfrac{\binom{4}{2} \binom{52 - 4}{5 - 2}}{\binom{52}{5}}.\)</p>
172 <p>So P(X = 2) =\( \dfrac{\binom{4}{2} \binom{52 - 4}{5 - 2}}{\binom{52}{5}}.\)</p>
174 <p>P(X = 2) = 0.0399 or 3.99%. </p>
173 <p>P(X = 2) = 0.0399 or 3.99%. </p>
175 <p>Well explained 👍</p>
174 <p>Well explained 👍</p>
176 <h3>Problem 4</h3>
175 <h3>Problem 4</h3>
177 <p>A multiple-choice quiz has 10 questions, each with 4 answer choices. A student guesses randomly on each question. What is the probability of getting exactly 3 correct answers?</p>
176 <p>A multiple-choice quiz has 10 questions, each with 4 answer choices. A student guesses randomly on each question. What is the probability of getting exactly 3 correct answers?</p>
178 <p>Okay, lets begin</p>
177 <p>Okay, lets begin</p>
179 <p>The probability is 0.250 or 25%.</p>
178 <p>The probability is 0.250 or 25%.</p>
180 <h3>Explanation</h3>
179 <h3>Explanation</h3>
181 <p>Here, to find the probability we use the equation, P(X = k) = C \(\binom{n}{k}\) pk (1 - p)(n - k)</p>
180 <p>Here, to find the probability we use the equation, P(X = k) = C \(\binom{n}{k}\) pk (1 - p)(n - k)</p>
182 <p>According to the problem, </p>
181 <p>According to the problem, </p>
183 <p>n = 10</p>
182 <p>n = 10</p>
184 <p>k = 3</p>
183 <p>k = 3</p>
185 <p>p = ¼ = 0.25</p>
184 <p>p = ¼ = 0.25</p>
186 <p>Substituting the values, </p>
185 <p>Substituting the values, </p>
187 <p>P(X = 3) = \(\binom{10}{3}\)(0.25)2(1 - 0.25)10 - 3</p>
186 <p>P(X = 3) = \(\binom{10}{3}\)(0.25)2(1 - 0.25)10 - 3</p>
188 <p>P(X = 3) = \(\binom{10}{3}\) (0.25)2(0.75)7</p>
187 <p>P(X = 3) = \(\binom{10}{3}\) (0.25)2(0.75)7</p>
189 <p>Here, C\(\binom{10}{3}\) = 120</p>
188 <p>Here, C\(\binom{10}{3}\) = 120</p>
190 <p>0.252 = 0.015625</p>
189 <p>0.252 = 0.015625</p>
191 <p>0.757 = 0.1335</p>
190 <p>0.757 = 0.1335</p>
192 <p>P(X = 3) ≈ 120 × 0.015625 × 0.1335 ≈ 0.250.</p>
191 <p>P(X = 3) ≈ 120 × 0.015625 × 0.1335 ≈ 0.250.</p>
193 <p>Well explained 👍</p>
192 <p>Well explained 👍</p>
194 <h3>Problem 5</h3>
193 <h3>Problem 5</h3>
195 <p>A factory produces screws with a 2% defect rate. What is the probability that the first defective screw appears on the 5th inspection?</p>
194 <p>A factory produces screws with a 2% defect rate. What is the probability that the first defective screw appears on the 5th inspection?</p>
196 <p>Okay, lets begin</p>
195 <p>Okay, lets begin</p>
197 <p>The probability is 0.01845 or 1.845%. </p>
196 <p>The probability is 0.01845 or 1.845%. </p>
198 <h3>Explanation</h3>
197 <h3>Explanation</h3>
199 <p>P(X = 5) = (1 - p)(k-1) × p.</p>
198 <p>P(X = 5) = (1 - p)(k-1) × p.</p>
200 <p>Here, p = 0.02</p>
199 <p>Here, p = 0.02</p>
201 <p>K = 5</p>
200 <p>K = 5</p>
202 <p>P(X=5) = (1 - p)(k-1)p = (0.98)4 × 0.02</p>
201 <p>P(X=5) = (1 - p)(k-1)p = (0.98)4 × 0.02</p>
203 <p>As 0.984 = 0.9224</p>
202 <p>As 0.984 = 0.9224</p>
204 <p> P(X = 5) = 0.9224 × 0.02 = 0.01845.</p>
203 <p> P(X = 5) = 0.9224 × 0.02 = 0.01845.</p>
205 <p>Well explained 👍</p>
204 <p>Well explained 👍</p>
206 <h2>FAQs on Discrete Probability Distribution</h2>
205 <h2>FAQs on Discrete Probability Distribution</h2>
207 <h3>1.What is a discrete probability distribution?</h3>
206 <h3>1.What is a discrete probability distribution?</h3>
208 <p>A discrete probability distribution is one type of probability that shows different chances of different countable outcomes of an event that are to happen. </p>
207 <p>A discrete probability distribution is one type of probability that shows different chances of different countable outcomes of an event that are to happen. </p>
209 <h3>2.What is the difference between discrete probability distribution and continuous probability?</h3>
208 <h3>2.What is the difference between discrete probability distribution and continuous probability?</h3>
210 <p>Discrete probability distribution deals with counted numbers whereas continuous probability deals with the measurements </p>
209 <p>Discrete probability distribution deals with counted numbers whereas continuous probability deals with the measurements </p>
211 <h3>3.What are the real-life applications of discrete probability distribution?</h3>
210 <h3>3.What are the real-life applications of discrete probability distribution?</h3>
212 <p>Discrete probability distribution is used in real-life situations to find customers' arrivals, phone calls, chances of winning a game and so on. </p>
211 <p>Discrete probability distribution is used in real-life situations to find customers' arrivals, phone calls, chances of winning a game and so on. </p>
213 <h3>4.What are the types of discrete probability distribution?</h3>
212 <h3>4.What are the types of discrete probability distribution?</h3>
214 <p>Bernoulli distribution, binomial distribution, Poisson distribution, and multinomial distribution are the four types of probability distributions. </p>
213 <p>Bernoulli distribution, binomial distribution, Poisson distribution, and multinomial distribution are the four types of probability distributions. </p>
215 <h3>5.What are the conditions that a discrete probability distribution follows?</h3>
214 <h3>5.What are the conditions that a discrete probability distribution follows?</h3>
216 <p>Discrete probability follows two conditions, that is p(x) ≥ 0 and Σp(x) = 1 </p>
215 <p>Discrete probability follows two conditions, that is p(x) ≥ 0 and Σp(x) = 1 </p>
217 <h2>Jaipreet Kour Wazir</h2>
216 <h2>Jaipreet Kour Wazir</h2>
218 <h3>About the Author</h3>
217 <h3>About the Author</h3>
219 <p>Jaipreet Kour Wazir is a data wizard with over 5 years of expertise in simplifying complex data concepts. From crunching numbers to crafting insightful visualizations, she turns raw data into compelling stories. Her journey from analytics to education ref</p>
218 <p>Jaipreet Kour Wazir is a data wizard with over 5 years of expertise in simplifying complex data concepts. From crunching numbers to crafting insightful visualizations, she turns raw data into compelling stories. Her journey from analytics to education ref</p>
220 <h3>Fun Fact</h3>
219 <h3>Fun Fact</h3>
221 <p>: She compares datasets to puzzle games-the more you play with them, the clearer the picture becomes!</p>
220 <p>: She compares datasets to puzzle games-the more you play with them, the clearer the picture becomes!</p>