Continuous Uniform Distribution MCQ Quiz - Objective Question with Answer for Continuous Uniform Distribution - Download Free PDF

Last updated on Jun 12, 2025

Latest Continuous Uniform Distribution MCQ Objective Questions

Continuous Uniform Distribution Question 1:

Random variable x is with uniform distribution in the span [-4, 1], mean and variance of x is

  1. -1.5, 25/12
  2. -1.5, 5/12
  3. -2.5, 5/12
  4. -2.5, 1/4

Answer (Detailed Solution Below)

Option 1 : -1.5, 25/12

Continuous Uniform Distribution Question 1 Detailed Solution

Concept:

For a uniform distribution defined over the interval [a,b].The formulas for the mean and variance are:

  • Mean: μ=a+b2
  • Variance: σ2=(ba)212

Given:

a = -4 & b =1

Calculation:

Mean:

μ=4+12=32=1.5

Variance:

σ2=(1(4))212=(5)212=2512

 

Continuous Uniform Distribution Question 2:

X is uniformly distributed in (-2, 3). Which of the following is/are correct?

  1. mean = 1 ÷ 2
  2. variance = 1÷ 12
  3. variance = 25 ÷ 12
  4. mean = 5 ÷ 2

Answer (Detailed Solution Below)

Option :

Continuous Uniform Distribution Question 2 Detailed Solution

Uniformly distributed in (-2, 3), on X-axis.

X ~ U(-2,3)

Comparing with X ~ U(a,b)

Sample space = {-2, -1, 0, 1, 2, 3}

Here, b= 3, a= -2

Variance=112(ba)2

Variance=112(3(2))2=2512

Mean of the uniform distributed variable is given as

mean=a+b2

mean=2+32=12

Continuous Uniform Distribution Question 3:

A student tries to breaks his pencil of unit length two pieces uniformly. The expected length of the shorter piece of pencil is _____.

  1. 12
  2. 14
  3. 18
  4. 116

Answer (Detailed Solution Below)

Option 2 : 14

Continuous Uniform Distribution Question 3 Detailed Solution

Concept:

Uniform Distribution:

If x is continuous Random variable defined in [a, b], such that its p.d.f is given as:

f(x)={1ba;axb0;otherwise

Then x is called uniform Random variable.

 Continuous probability Distribution:

Let x is Continuous Random Variable, having p.d.f.  f(x), then we have following results:

1) f(x) = Prob at x

2) f(x) ≥ 0

3) f(x)dx=1

4) P(axb)=abf(x)

5) E(x)=xf(a)dx 

Calculation:

Let x be the length of the shorter piece of pencil. Hence it varies between [012].

By using uniform distribution, p.d.f of the given condition:

f(x)={1ba;a<xb0,otherwise

={1120=2;0<x<120

From the definition of continuous probability distribution,

E(x)=xf(x)dx=012x2dx=14

Continuous Uniform Distribution Question 4:

The continuous random variable X has pdf f(x) as shown below. Find the variance.

F1 Uday Madhu 24.07.20 D1

  1. 23
  2. 43
  3. 169
  4. 53

Answer (Detailed Solution Below)

Option 2 : 43

Continuous Uniform Distribution Question 4 Detailed Solution

Concept:

Uniform distribution:

F1 Uday Madhu 24.07.20 D2

f(x)={1bafora<x<b0otherwise

Expectation E(x)=a+b2 

Variance =112(ba)2 

Calculation:

The area under the curve must be 1,

14(k1)=1 

k = 5

Variance =(ba)212=(51)212=1612=43 

Continuous Uniform Distribution Question 5:

If X is uniformly distributed in (-2, 3), then its variance is_____.

  1. 15/12
  2. 35/12
  3. 25/12
  4. 17/12

Answer (Detailed Solution Below)

Option 3 : 25/12

Continuous Uniform Distribution Question 5 Detailed Solution

Uniformly distributed means values placed between -2 to 3 on X – axis.

Sample space = {-2, -1, 0, 1, 2, 3}

But we consider only between -2 and 3.

Case that will occur here is P(X) when X < 4

Variance=112(ba)2 

here, b= 3, a= -2

Variance=112(3(2))2=2512 

Top Continuous Uniform Distribution MCQ Objective Questions

The variable x takes a value between 0 and 10 with uniform probability distribution. The variable y takes a value between 0 and 20 with uniform probability distribution. The probability of the sum of variables (x + y) being greater than 20 is _________

  1. 0
  2. 0.25
  3. 0.33
  4. 0.50

Answer (Detailed Solution Below)

Option 2 : 0.25

Continuous Uniform Distribution Question 6 Detailed Solution

Download Solution PDF

Concept:

In such questions, show various regions represented by equations on the graph.

Calculation:

Given that

0 ≤ x ≤ 10

0 ≤ y ≤ 20

p {x + y ≥ 20} = ?

F1 V.S M.P 26.09.19 D 1

Required probability = Area of right angled triangle ABC/Area of rectangular region OABD

p=12×10×1010×20=14=0.25

Suppose Y is distributed uniformly in the open interval (1, 6). The probability that the

polynomial 3x2 + 6xY + 3Y + 6 has only real roots is (rounded off to 1 decimal place) ________.

Answer (Detailed Solution Below) 0.8

Continuous Uniform Distribution Question 7 Detailed Solution

Download Solution PDF

Since Y is uniformly distributed in (1, 6)

f(Y)=1ba,1<Y<6

Otherwise f(Y) = 0

3x2 + 6xY + 3Y + 6

Comparing with

ax2 + bx + c = 0

∴ a = 3, b = 6Y, c = 3Y + 6

Also, it has only real roots

b2 - 4ac ≥ 0

(6Y)2 - 4(3) (3Y + 6) ≥ 0

Y2 - Y - 2 ≥ 0

(Y - 2) (Y + 1) ≥ 0

Product of two number (assume a and b) is ≥ 0 if and only if

1. a > 0 and b > 0

2. a < 0 and b < 0

3. a = 0 or b = 0

Condition 1:

Y - 2 > 0 and Y + 1 > 0

Y > 2 and Y > -1

∴ Y > 2

Condition 2:

Y - 2 < 0 and Y + 1 < 0

Y < 2 and Y < -1

∴ Y < -1

Condition 3:

Y - 2 = 0 or Y + 1 = 0

∴ Y = 2 or Y = -1

Value of Y satisfying the condition of real roots falls in the range: [2, 6)

F1 R.S M.P 19.08.19 D4

area = Base × height

area=(26)×15

∴ area = 0.8

Therefore, the probability that the polynomial 3x2 + 6xY + 3Y + 6 has only real roots is 0.8

Tips and Tricks:

From the diagram:

If diagram is divided into 5 different parts (1, 6), then range which satisfy condition that the equation has only has real roots occupy the 4 parts [2, 6) of it.

The probability that the polynomial 3x2 + 6xY + 3Y + 6 has only real roots = 45=0.8

Probability density function of a random variable X is given below

f(x)={0.25if1x50otherwise

P (X ≤ 4) is

  1. 3/4 
  2. 1/2
  3. 1/4
  4. 1/8

Answer (Detailed Solution Below)

Option 1 : 3/4 

Continuous Uniform Distribution Question 8 Detailed Solution

Download Solution PDF

Concept:

The probability density function is always positive f(x) ≥ 0, and it follows the below condition.

f(x)dx=1

Calculation:

Given:

f(x)={0.25if1x50otherwise

The probability density function of a random variable is,

P(x4)=4f(x)dx

=1(0) dx+14(0.25)dx

=14(x)14=14(41)

P(x4)=34

Random variable x is with uniform distribution in the span [-4, 1], mean and variance of x is

  1. -1.5, 25/12
  2. -1.5, 5/12
  3. -2.5, 5/12
  4. -2.5, 1/4

Answer (Detailed Solution Below)

Option 1 : -1.5, 25/12

Continuous Uniform Distribution Question 9 Detailed Solution

Download Solution PDF

Concept:

For a uniform distribution defined over the interval [a,b].The formulas for the mean and variance are:

  • Mean: μ=a+b2
  • Variance: σ2=(ba)212

Given:

a = -4 & b =1

Calculation:

Mean:

μ=4+12=32=1.5

Variance:

σ2=(1(4))212=(5)212=2512

 

Continuous Uniform Distribution Question 10:

The variable x takes a value between 0 and 10 with uniform probability distribution. The variable y takes a value between 0 and 20 with uniform probability distribution. The probability of the sum of variables (x + y) being greater than 20 is _________

  1. 0
  2. 0.25
  3. 0.33
  4. 0.50

Answer (Detailed Solution Below)

Option 2 : 0.25

Continuous Uniform Distribution Question 10 Detailed Solution

Concept:

In such questions, show various regions represented by equations on the graph.

Calculation:

Given that

0 ≤ x ≤ 10

0 ≤ y ≤ 20

p {x + y ≥ 20} = ?

F1 V.S M.P 26.09.19 D 1

Required probability = Area of right angled triangle ABC/Area of rectangular region OABD

p=12×10×1010×20=14=0.25

Continuous Uniform Distribution Question 11:

Suppose Y is distributed uniformly in the open interval (1, 6). The probability that the

polynomial 3x2 + 6xY + 3Y + 6 has only real roots is (rounded off to 1 decimal place) ________.

Answer (Detailed Solution Below) 0.8

Continuous Uniform Distribution Question 11 Detailed Solution

Since Y is uniformly distributed in (1, 6)

f(Y)=1ba,1<Y<6

Otherwise f(Y) = 0

3x2 + 6xY + 3Y + 6

Comparing with

ax2 + bx + c = 0

∴ a = 3, b = 6Y, c = 3Y + 6

Also, it has only real roots

b2 - 4ac ≥ 0

(6Y)2 - 4(3) (3Y + 6) ≥ 0

Y2 - Y - 2 ≥ 0

(Y - 2) (Y + 1) ≥ 0

Product of two number (assume a and b) is ≥ 0 if and only if

1. a > 0 and b > 0

2. a < 0 and b < 0

3. a = 0 or b = 0

Condition 1:

Y - 2 > 0 and Y + 1 > 0

Y > 2 and Y > -1

∴ Y > 2

Condition 2:

Y - 2 < 0 and Y + 1 < 0

Y < 2 and Y < -1

∴ Y < -1

Condition 3:

Y - 2 = 0 or Y + 1 = 0

∴ Y = 2 or Y = -1

Value of Y satisfying the condition of real roots falls in the range: [2, 6)

F1 R.S M.P 19.08.19 D4

area = Base × height

area=(26)×15

∴ area = 0.8

Therefore, the probability that the polynomial 3x2 + 6xY + 3Y + 6 has only real roots is 0.8

Tips and Tricks:

From the diagram:

If diagram is divided into 5 different parts (1, 6), then range which satisfy condition that the equation has only has real roots occupy the 4 parts [2, 6) of it.

The probability that the polynomial 3x2 + 6xY + 3Y + 6 has only real roots = 45=0.8

Continuous Uniform Distribution Question 12:

If X is uniform random variable with mean = 1 and variance = 4/3 find p(X < 0) is______________

Answer (Detailed Solution Below) 0.25

Continuous Uniform Distribution Question 12 Detailed Solution

Concept:

The probability density function of a uniform random variable on the interval (a,b) is given by:

\(f(x)=\left\{\begin{matrix} \frac{1}{b-a} &if a

Mean=a+b2

Varianceσ2=(ba)212

StandardDeviationσ=Variance

Calculation:

Given:

Mean = 1, Varaince = 4/3, 

For uniform distribution:

Mean=a+b2

1=a+b2

a + b = 2 ...... (1)

Varianceσ2=(ba)212

43=(ba)212

b - a = 4 ......(2)

Solving (1) and (2) we get

b = 3, a = -1

Therefore, the uniform distribution will be:

\(f(x)=\left\{\begin{matrix} \frac{1}{4} &if -1

p(x<0)=10f(x)dx=1014dx=14x|10=14

 

Continuous Uniform Distribution Question 13:

Probability density function of a random variable X is given below

f(x)={0.25if1x50otherwise

P (X ≤ 4) is

  1. 3/4 
  2. 1/2
  3. 1/4
  4. 1/8

Answer (Detailed Solution Below)

Option 1 : 3/4 

Continuous Uniform Distribution Question 13 Detailed Solution

Concept:

The probability density function is always positive f(x) ≥ 0, and it follows the below condition.

f(x)dx=1

Calculation:

Given:

f(x)={0.25if1x50otherwise

The probability density function of a random variable is,

P(x4)=4f(x)dx

=1(0) dx+14(0.25)dx

=14(x)14=14(41)

P(x4)=34

Continuous Uniform Distribution Question 14:

A student tries to breaks his pencil of unit length two pieces uniformly. The expected length of the shorter piece of pencil is _____.

  1. 12
  2. 14
  3. 18
  4. 116

Answer (Detailed Solution Below)

Option 2 : 14

Continuous Uniform Distribution Question 14 Detailed Solution

Concept:

Uniform Distribution:

If x is continuous Random variable defined in [a, b], such that its p.d.f is given as:

f(x)={1ba;axb0;otherwise

Then x is called uniform Random variable.

 Continuous probability Distribution:

Let x is Continuous Random Variable, having p.d.f.  f(x), then we have following results:

1) f(x) = Prob at x

2) f(x) ≥ 0

3) f(x)dx=1

4) P(axb)=abf(x)

5) E(x)=xf(a)dx 

Calculation:

Let x be the length of the shorter piece of pencil. Hence it varies between [012].

By using uniform distribution, p.d.f of the given condition:

f(x)={1ba;a<xb0,otherwise

={1120=2;0<x<120

From the definition of continuous probability distribution,

E(x)=xf(x)dx=012x2dx=14

Continuous Uniform Distribution Question 15:

The continuous random variable X has pdf f(x) as shown below. Find the variance.

F1 Uday Madhu 24.07.20 D1

  1. 23
  2. 43
  3. 169
  4. 53

Answer (Detailed Solution Below)

Option 2 : 43

Continuous Uniform Distribution Question 15 Detailed Solution

Concept:

Uniform distribution:

F1 Uday Madhu 24.07.20 D2

f(x)={1bafora<x<b0otherwise

Expectation E(x)=a+b2 

Variance =112(ba)2 

Calculation:

The area under the curve must be 1,

14(k1)=1 

k = 5

Variance =(ba)212=(51)212=1612=43 

Get Free Access Now
Hot Links: teen patti master real cash mpl teen patti dhani teen patti teen patti gold old version teen patti go