Discrete Continuous Uniform Quiz: Discrete vs Continuous Uniform

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 7682 | Total Attempts: 9,547,133
| Questions: 21 | Updated: Dec 16, 2025
Please wait...
Question 1 / 21
0 %
0/100
Score 0/100
1) For a discrete uniform distribution over n equally likely outcomes {x1, x2, …, xn}, what is P(X = xi) for any i?

Explanation

In a discrete uniform distribution, all n outcomes are equally likely, so each row in the probability table has the same probability mass: P(X = xi) = 1/n. This ensures the column sums to 1 because n·(1/n) = 1.

Submit
Please wait...
About This Quiz
Discrete Continuous Uniform Quiz: Discrete Vs Continuous Uniform - Quiz

What really separates discrete uniform from continuous uniform? This quiz helps you spot the difference by comparing equal-probability outcomes across two types of distributions. You’ll explore how values are listed, how ranges work, and how each distribution behaves. Try it out and see how quickly the contrast becomes clear.

2)
You may optionally provide this to label your report, leaderboard, or certificate.
2) For a continuous uniform distribution on the interval [a, b], what is the probability density f(x) on that interval?

Explanation

A continuous uniform distribution spreads probability evenly across the interval [a, b], so its height (density) is constant: f(x) = 1/(b − a) on [a, b] and 0 outside. The total area is ∫_a^b 1/(b − a) dx = (b − a)/(b − a) = 1.

Submit
3) For a fair six‑sided die modeled as discrete uniform on {1,2,3,4,5,6}, P(X = 4) = 1/6.

Explanation

There are n = 6 equally likely outcomes and each gets probability 1/n = 1/6 in a discrete uniform table; the row for x = 4 therefore has P(X = 4) = 1/6.

Submit
4) For a continuous uniform distribution on [2, 8], the constant density f(x) on that interval is ________.

Explanation

Density must integrate to 1: f(x)·(8 − 2) = 1 → f(x) = 1/6 for all x in [2, 8].

Submit
5) In a discrete uniform distribution on {1,2,3,4,5}, what is P(X ∈ {2,4})?

Explanation

Each outcome has probability 1/5. The event {2,4} contains 2 outcomes, so P = 2·(1/5) = 2/5. In table form, you add the two rows’ probabilities.

Submit
6) For X ~ Uniform(0, 10) (continuous), what is P(3 ≤ X ≤ 7)?

Explanation

For continuous uniform, probabilities equal interval length divided by total length: (7 − 3)/(10 − 0) = 4/10 = 0.4. Geometrically, area of a rectangle of width 4 and height 1/10.

Submit
7) Select all scenarios that are well‑modeled by a discrete uniform distribution (all outcomes equally likely and countable).

Explanation

Discrete uniform requires a finite or countable set with equal probability to each element. A: 6 faces all equal. C: 10 integers equally likely. E: 50 integers equally likely. B and D are continuous intervals, hence continuous uniform, not discrete.

Submit
8) Which statement best distinguishes discrete uniform from continuous uniform?

Explanation

In discrete uniform the table lists equal masses (each row gets 1/n). In continuous uniform the table is replaced by a density function that is constant on [a,b] and P(X = exact value) = 0, while probabilities come from interval lengths.

Submit
9) For a continuous uniform distribution on [a, b], P(X = a) = 0.

Explanation

In continuous distributions, exact points have zero probability because probability is area under a curve over intervals. A single point has zero width; hence P(X = a) = ∫_a^a f(x) dx = 0.

Submit
10) What is the mean (expected value) of a continuous uniform distribution on [a, b]?

Explanation

The uniform density is symmetric on [a, b], so the balance point is the midpoint: E[X] = ∫_a^b x·(1/(b − a)) dx = (a + b)/2.

Submit
11) What is the variance of a continuous uniform distribution on [a, b]?

Explanation

Var(X) = ∫_a^b (x − (a + b)/2)^2 · (1/(b − a)) dx = (b − a)^2/12, a standard result derived by evaluating the second moment about the mean.

Submit
12) For a discrete uniform distribution on {1,2,…,n}, what is the mean E[X]?

Explanation

The average of the first n equally spaced integers is the midpoint: (1 + n)/2. This also follows from symmetry of the equally likely outcomes.

Submit
13) For a discrete uniform distribution on {1,2,…,n}, what is the variance Var(X)?

Explanation

A known result for discrete uniform integers 1..n is Var(X) = (n^2 − 1)/12, derivable from E[X^2] = (n(n + 1)(2n + 1))/6n and E[X] = (n + 1)/2.

Submit
14) For a discrete uniform distribution on {10, 20, 30, 40}, P(X = 20) = ________.

Explanation

There are 4 equally likely outcomes; each has probability 1/4 = 0.25. In the probability table, each row’s P(X = x) equals 0.25 and the column sums to 1.

Submit
15) For X ~ Uniform(5, 9) (continuous), what is P(X < 7)?

Explanation

Probability is the length of the interval divided by total length: (7 − 5)/(9 − 5) = 2/4 = 0.5. Graphically, it is area of a rectangle of width 2 and height 1/4.

Submit
16) Which sets can be supports of a discrete uniform distribution? Select all that apply.

Explanation

Discrete uniform requires a finite or countable set of distinct outcomes with equal mass per element: (A) three labels, (B) six integers, (D) five odd integers. The real intervals (C,E) are uncountable and model continuous uniform instead.

Submit
17) In a discrete uniform distribution with 8 equally likely outcomes, each outcome has probability 0.125.

Explanation

Each outcome has probability 1/n. With n = 8, P = 1/8 = 0.125 for every row, and 8 × 0.125 = 1 verifies the sum constraint.

Submit
18) For X ~ Uniform(a, b) (continuous) and a ≤ c ≤ d ≤ b, which formula gives P(c ≤ X ≤ d)?

Explanation

Under a constant density 1/(b − a), probability over [c, d] equals density × interval length: (1/(b − a))·(d − c) = (d − c)/(b − a).

Submit
19) Which scenario is best modeled as a continuous uniform distribution?

Explanation

Continuous uniform applies to uncountably many outcomes spread evenly across an interval. Real numbers on [0,100] fit this; the others are discrete, countable sets.

Submit
20) In a continuous uniform model on [a, b], P(X = c) = 0 but P(c − ε ≤ X ≤ c + ε) > 0 for any small ε > 0 within [a, b].

Explanation

Single points have zero probability, but any non‑zero interval around c has positive length; its probability equals interval length divided by (b − a).

Submit
21) For a continuous uniform distribution on [−3, 3], the constant density f(x) on the interval is ________.

Explanation

Total length is b − a = 3 − (−3) = 6. The density must integrate to 1, so f(x) = 1/6 for all x in [−3, 3] and 0 outside.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (21)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
For a discrete uniform distribution over n equally likely outcomes...
For a continuous uniform distribution on the interval [a, b], what is...
For a fair six‑sided die modeled as discrete uniform on...
For a continuous uniform distribution on [2, 8], the constant density...
In a discrete uniform distribution on {1,2,3,4,5}, what is P(X ∈...
For X ~ Uniform(0, 10) (continuous), what is P(3 ≤ X ≤ 7)?
Select all scenarios that are well‑modeled by a discrete uniform...
Which statement best distinguishes discrete uniform from continuous...
For a continuous uniform distribution on [a, b], P(X = a) = 0.
What is the mean (expected value) of a continuous uniform distribution...
What is the variance of a continuous uniform distribution on [a, b]?
For a discrete uniform distribution on {1,2,…,n}, what is the mean...
For a discrete uniform distribution on {1,2,…,n}, what is the...
For a discrete uniform distribution on {10, 20, 30, 40}, P(X = 20) =...
For X ~ Uniform(5, 9) (continuous), what is P(X < 7)?
Which sets can be supports of a discrete uniform distribution? Select...
In a discrete uniform distribution with 8 equally likely outcomes,...
For X ~ Uniform(a, b) (continuous) and a ≤ c ≤ d ≤ b, which...
Which scenario is best modeled as a continuous uniform distribution?
In a continuous uniform model on [a, b], P(X = c) = 0 but P(c − ε...
For a continuous uniform distribution on [−3, 3], the constant...
Alert!

Advertisement