IB Mathematics: Analysis and Approaches Quiz: Continuous Random Variables
20 questions · exam conditions
0:00
Continuous Random VariablesQuestion 1 of 20

A continuous random variable XX has a probability density function given by f(x)={x0x12x1<x2f(x) = \begin{cases} x & 0 \le x \le 1 \\ 2-x & 1 < x \le 2 \end{cases}. Find the value of cc such that P(X>c)=18P(X > c) = \frac{1}{8}.

12\frac{1}{2}
32\frac{3}{2}
2
52\frac{5}{2}
← Back to quizzes

IB Mathematics: Analysis and Approaches Quiz

IB Mathematics: Analysis and Approaches Quiz: Continuous Random Variables

Practice Continuous Random Variables in IB Mathematics: Analysis and Approaches with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Continuous Random Variables, giving you a quick way to practice the rules, question types, and explanations that matter most for IB Mathematics: Analysis and Approaches.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A continuous random variable XX has a probability density function given by f(x)={x0x12x1<x2f(x) = \begin{cases} x & 0 \le x \le 1 \\ 2-x & 1 < x \le 2 \end{cases}. Find the value of cc such that P(X>c)=18P(X > c) = \frac{1}{8}.

  1. 12\frac{1}{2}
  2. 32\frac{3}{2} (correct answer)
  3. 2
  4. 52\frac{5}{2}
Explanation: We need to find cc such that c2f(x)dx=18\int_c^2 f(x) dx = \frac{1}{8}. The area of the right half of the triangular distribution (from x=1x=1 to x=2x=2) is 12(2x)dx=[2xx2/2]12=(42)(21/2)=23/2=1/2\int_1^2 (2-x)dx = [2x - x^2/2]_1^2 = (4-2) - (2-1/2) = 2-3/2 = 1/2. Since 18<12\frac{1}{8} < \frac{1}{2}, the value of cc must be in the interval (1,2](1, 2]. \nWe solve the equation: \nc2(2x)dx=18\int_{c}^{2} (2-x) \,dx = \frac{1}{8} \n[2xx22]c2=18\left[2x - \frac{x^2}{2}\right]_{c}^{2} = \frac{1}{8} \n(2(2)222)(2cc22)=18\left(2(2) - \frac{2^2}{2}\right) - \left(2c - \frac{c^2}{2}\right) = \frac{1}{8} \n(42)(2cc22)=18(4-2) - (2c - \frac{c^2}{2}) = \frac{1}{8} \n22c+c22=182 - 2c + \frac{c^2}{2} = \frac{1}{8} \nMultiplying by 8 gives: 1616c+4c2=116 - 16c + 4c^2 = 1, which simplifies to 4c216c+15=04c^2 - 16c + 15 = 0. \nFactoring gives (2c3)(2c5)=0(2c-3)(2c-5) = 0. The solutions are c=32c = \frac{3}{2} and c=52c = \frac{5}{2}. \nSince cc must be in the domain [0,2][0, 2], we choose c=32c = \frac{3}{2}. \nDistractor A is the value of cc such that P(X<c)=18P(X < c) = \frac{1}{8}. \nDistractor D is the other, extraneous, solution to the quadratic equation.

Question 2

The probability density function of a continuous random variable XX is given by f(x)=12x2exf(x) = \frac{1}{2}x^2e^{-x} for x0x \ge 0. Determine the mode of XX.

  1. 12\frac{1}{2}
  2. 1
  3. 2 (correct answer)
  4. 3
Explanation: The mode is the value of xx for which the PDF f(x)f(x) is at its maximum. To find this, we differentiate f(x)f(x) and set the derivative to zero. \nf(x)=ddx(12x2ex)f'(x) = \frac{d}{dx} \left(\frac{1}{2}x^2e^{-x}\right) Using the product rule: \nf(x)=12((2x)(ex)+(x2)(ex))f'(x) = \frac{1}{2} \left( (2x)(e^{-x}) + (x^2)(-e^{-x}) \right) \nf(x)=12xex(2x)f'(x) = \frac{1}{2}xe^{-x}(2-x) Setting f(x)=0f'(x) = 0, we get x=0x=0 or x=2x=2. Since f(0)=0f(0)=0 and f(x)>0f(x) > 0 for x>0x>0, x=0x=0 is a minimum. The maximum must occur at x=2x=2. Thus, the mode is 2. \nDistractor A is the value of the constant kk in the more general form kx2exkx^2e^{-x}. \nDistractor B could be an error in solving 2x=02-x=0. \nDistractor D is the mean of the distribution, E(X)=0x12x2exdx=3E(X) = \int_0^\infty x \cdot \frac{1}{2}x^2e^{-x} dx = 3.

Question 3

The lifetime TT of a component, in years, is modelled by the probability density function f(t)=λeλtf(t) = \lambda e^{-\lambda t} for t0t \ge 0. The mean lifetime is 20 years. What is the probability that a component lasts for more than 30 years?

  1. e600e^{-600}
  2. e3/2e^{-3/2} (correct answer)
  3. e2/3e^{-2/3}
  4. 1e3/21 - e^{-3/2}
Explanation: For an exponential distribution with PDF f(t)=λeλtf(t) = \lambda e^{-\lambda t}, the mean is E(T)=1/λE(T) = 1/\lambda. \nGiven that the mean lifetime is 20 years, we have 1/λ=20    λ=1/201/\lambda = 20 \implies \lambda = 1/20. \nThe probability that a component lasts for more than 30 years is P(T>30)P(T > 30). \nThe cumulative distribution function (CDF) is F(t)=P(Tt)=1eλtF(t) = P(T \le t) = 1 - e^{-\lambda t}. \nTherefore, P(T>30)=1P(T30)=1F(30)P(T > 30) = 1 - P(T \le 30) = 1 - F(30). \nP(T>30)=1(1e(1/20)(30))=e30/20=e3/2.P(T > 30) = 1 - (1 - e^{-(1/20)(30)}) = e^{-30/20} = e^{-3/2}. \nAlternatively, one can integrate: 30120et/20dt=[et/20]30=0(e30/20)=e3/2\int_{30}^{\infty} \frac{1}{20} e^{-t/20} dt = [-e^{-t/20}]_{30}^{\infty} = 0 - (-e^{-30/20}) = e^{-3/2}. \nDistractor A arises from incorrectly using λ=20\lambda=20 and t=30t=30. \nDistractor C arises from swapping the values for mean and time, i.e., using t=20t=20 and 1/λ=301/\lambda=30. \nDistractor D is the probability that the component lasts for 30 years or less, P(T30)P(T \le 30).

Question 4

A continuous random variable XX has a probability density function given by f(x)={x0x12x1<x2f(x) = \begin{cases} x & 0 \le x \le 1 \\ 2-x & 1 < x \le 2 \end{cases}. Find the value of cc such that P(X>c)=18P(X > c) = \frac{1}{8}.

  1. 12\frac{1}{2}
  2. 32\frac{3}{2} (correct answer)
  3. 2
  4. 52\frac{5}{2}
Explanation: We need to find cc such that c2f(x)dx=18\int_c^2 f(x) dx = \frac{1}{8}. The area of the right half of the triangular distribution (from x=1x=1 to x=2x=2) is 12(2x)dx=[2xx2/2]12=(42)(21/2)=23/2=1/2\int_1^2 (2-x)dx = [2x - x^2/2]_1^2 = (4-2) - (2-1/2) = 2-3/2 = 1/2. Since 18<12\frac{1}{8} < \frac{1}{2}, the value of cc must be in the interval (1,2](1, 2]. \nWe solve the equation: \nc2(2x)dx=18\int_{c}^{2} (2-x) \,dx = \frac{1}{8} \n[2xx22]c2=18\left[2x - \frac{x^2}{2}\right]_{c}^{2} = \frac{1}{8} \n(2(2)222)(2cc22)=18\left(2(2) - \frac{2^2}{2}\right) - \left(2c - \frac{c^2}{2}\right) = \frac{1}{8} \n(42)(2cc22)=18(4-2) - (2c - \frac{c^2}{2}) = \frac{1}{8} \n22c+c22=182 - 2c + \frac{c^2}{2} = \frac{1}{8} \nMultiplying by 8 gives: 1616c+4c2=116 - 16c + 4c^2 = 1, which simplifies to 4c216c+15=04c^2 - 16c + 15 = 0. \nFactoring gives (2c3)(2c5)=0(2c-3)(2c-5) = 0. The solutions are c=32c = \frac{3}{2} and c=52c = \frac{5}{2}. \nSince cc must be in the domain [0,2][0, 2], we choose c=32c = \frac{3}{2}. \nDistractor A is the value of cc such that P(X<c)=18P(X < c) = \frac{1}{8}. \nDistractor D is the other, extraneous, solution to the quadratic equation.

Question 5

The probability density function of a continuous random variable XX corresponds to a distribution that is skewed to the right (positively skewed). Which of the following shows the most likely relationship between the mean (μ\mu), median (mm), and mode (MM)?

  1. μ=m=M\mu = m = M
  2. μ<m<M\mu < m < M
  3. M<m<μM < m < \mu (correct answer)
  4. m<μ<Mm < \mu < M
Explanation: For a unimodal distribution that is skewed to the right (positively skewed), the 'tail' of the distribution is on the right. The mode (M) is the peak of the distribution. The median (m) is the value that splits the area in half. The mean (μ\mu) is pulled towards the long tail by the larger values. Therefore, the typical order is Mode < Median < Mean. \nDistractor A represents a symmetric distribution. \nDistractor B represents a distribution that is skewed to the left (negatively skewed). \nDistractor D does not represent a standard relationship for skewed distributions.

Question 6

The probability density function of a continuous random variable XX corresponds to a distribution that is skewed to the right (positively skewed). Which of the following shows the most likely relationship between the mean (μ\mu), median (mm), and mode (MM)?

  1. μ=m=M\mu = m = M
  2. μ<m<M\mu < m < M
  3. M<m<μM < m < \mu (correct answer)
  4. m<μ<Mm < \mu < M
Explanation: For a unimodal distribution that is skewed to the right (positively skewed), the 'tail' of the distribution is on the right. The mode (M) is the peak of the distribution. The median (m) is the value that splits the area in half. The mean (μ\mu) is pulled towards the long tail by the larger values. Therefore, the typical order is Mode < Median < Mean. \nDistractor A represents a symmetric distribution. \nDistractor B represents a distribution that is skewed to the left (negatively skewed). \nDistractor D does not represent a standard relationship for skewed distributions.

Question 7

The lifetime TT of a component, in years, is modelled by the probability density function f(t)=λeλtf(t) = \lambda e^{-\lambda t} for t0t \ge 0. The mean lifetime is 20 years. What is the probability that a component lasts for more than 30 years?

  1. e600e^{-600}
  2. e3/2e^{-3/2} (correct answer)
  3. e2/3e^{-2/3}
  4. 1e3/21 - e^{-3/2}
Explanation: For an exponential distribution with PDF f(t)=λeλtf(t) = \lambda e^{-\lambda t}, the mean is E(T)=1/λE(T) = 1/\lambda. \nGiven that the mean lifetime is 20 years, we have 1/λ=20    λ=1/201/\lambda = 20 \implies \lambda = 1/20. \nThe probability that a component lasts for more than 30 years is P(T>30)P(T > 30). \nThe cumulative distribution function (CDF) is F(t)=P(Tt)=1eλtF(t) = P(T \le t) = 1 - e^{-\lambda t}. \nTherefore, P(T>30)=1P(T30)=1F(30)P(T > 30) = 1 - P(T \le 30) = 1 - F(30). \nP(T>30)=1(1e(1/20)(30))=e30/20=e3/2.P(T > 30) = 1 - (1 - e^{-(1/20)(30)}) = e^{-30/20} = e^{-3/2}. \nAlternatively, one can integrate: 30120et/20dt=[et/20]30=0(e30/20)=e3/2\int_{30}^{\infty} \frac{1}{20} e^{-t/20} dt = [-e^{-t/20}]_{30}^{\infty} = 0 - (-e^{-30/20}) = e^{-3/2}. \nDistractor A arises from incorrectly using λ=20\lambda=20 and t=30t=30. \nDistractor C arises from swapping the values for mean and time, i.e., using t=20t=20 and 1/λ=301/\lambda=30. \nDistractor D is the probability that the component lasts for 30 years or less, P(T30)P(T \le 30).

Question 8

The probability density function of a continuous random variable XX is f(x)=4π(1+x2)f(x) = \frac{4}{\pi(1+x^2)} for 0x10 \le x \le 1. Find the exact value of P(0X13)P(0 \le X \le \frac{1}{\sqrt{3}}).

  1. π6\frac{\pi}{6}
  2. 43\frac{4}{3}
  3. 3π\frac{3}{\pi}
  4. 23\frac{2}{3} (correct answer)
Explanation: When you see a probability density function and need to find the probability over an interval, you're looking at a fundamental integration problem. The probability P(aXb)P(a \le X \le b) equals the definite integral abf(x)dx\int_a^b f(x) \, dx. Here, you need to calculate P(0X13)=01/34π(1+x2)dxP(0 \le X \le \frac{1}{\sqrt{3}}) = \int_0^{1/\sqrt{3}} \frac{4}{\pi(1+x^2)} \, dx. The key insight is recognizing that 11+x2\frac{1}{1+x^2} is the derivative of arctan(x)\arctan(x). This gives us: 01/34π(1+x2)dx=4π01/311+x2dx=4π[arctan(x)]01/3\int_0^{1/\sqrt{3}} \frac{4}{\pi(1+x^2)} \, dx = \frac{4}{\pi} \int_0^{1/\sqrt{3}} \frac{1}{1+x^2} \, dx = \frac{4}{\pi}[\arctan(x)]_0^{1/\sqrt{3}} Evaluating: 4π[arctan(13)arctan(0)]=4π[π60]=4ππ6=23\frac{4}{\pi}[\arctan(\frac{1}{\sqrt{3}}) - \arctan(0)] = \frac{4}{\pi}[\frac{\pi}{6} - 0] = \frac{4}{\pi} \cdot \frac{\pi}{6} = \frac{2}{3} This confirms answer D is correct. Answer A (π6\frac{\pi}{6}) represents just the value of arctan(13)\arctan(\frac{1}{\sqrt{3}}) without applying the constant 4π\frac{4}{\pi}. Answer B (43\frac{4}{3}) likely comes from an error in the arctangent evaluation or integration bounds. Answer C (3π\frac{3}{\pi}) suggests a computational mistake, possibly confusing the coefficient manipulation. Remember: when integrating probability density functions, always check if the integrand matches a standard derivative form. The arctangent derivative ddx[arctan(x)]=11+x2\frac{d}{dx}[\arctan(x)] = \frac{1}{1+x^2} appears frequently in these problems, so memorize key arctangent values like arctan(13)=π6\arctan(\frac{1}{\sqrt{3}}) = \frac{\pi}{6}.

Question 9

A continuous random variable XX has a probability density function given by f(x)=kxf(x) = \frac{k}{x} for 1xe21 \le x \le e^2. Find E(X)E(X).

  1. 12\frac{1}{2}
  2. 1
  3. 2
  4. 12(e21)\frac{1}{2}(e^2-1) (correct answer)
Explanation: First, find the constant kk by ensuring the total probability is 1. \n1e2kxdx=1\int_1^{e^2} \frac{k}{x} \,dx = 1 \nk[lnx]1e2=1k[\ln|x|]_1^{e^2} = 1 \nk(ln(e2)ln(1))=1    k(20)=1    k=12.k(\ln(e^2) - \ln(1)) = 1 \implies k(2-0) = 1 \implies k = \frac{1}{2}. \nSo the PDF is f(x)=12xf(x) = \frac{1}{2x}. Now, find the expected value, E(X)E(X): \nE(X)=1e2xf(x)dx=1e2x12xdx=1e212dxE(X) = \int_1^{e^2} x \cdot f(x) \,dx = \int_1^{e^2} x \cdot \frac{1}{2x} \,dx = \int_1^{e^2} \frac{1}{2} \,dx \n=[12x]1e2=12(e21).= \left[\frac{1}{2}x\right]_1^{e^2} = \frac{1}{2}(e^2 - 1). \nDistractor A is the value of the constant kk. \nDistractor B could arise from a calculation error, or it is the value of E(lnX)E(\ln X). \nDistractor C is the value of the integral 1e21xdx\int_1^{e^2} \frac{1}{x} dx.

Question 10

A continuous random variable XX follows a uniform distribution on the interval [a,b][a, b]. The mean of XX is 8 and the variance is 12. Determine the values of aa and bb.

  1. a=2,b=14a=2, b=14 (correct answer)
  2. a=4,b=12a=4, b=12
  3. a=8,b=16a=8, b=16
  4. a=83,b=8+3a=8-\sqrt{3}, b=8+\sqrt{3}
Explanation: For a uniform distribution on [a,b][a, b], the mean is E(X)=a+b2E(X) = \frac{a+b}{2} and the variance is Var(X)=(ba)212Var(X) = \frac{(b-a)^2}{12}. \nFrom the given information, we have two equations: \n1) a+b2=8    a+b=16\frac{a+b}{2} = 8 \implies a+b = 16 \n2) (ba)212=12    (ba)2=144    ba=12\frac{(b-a)^2}{12} = 12 \implies (b-a)^2 = 144 \implies b-a = 12 (since b>ab>a). \nWe now have a system of linear equations: \na+b=16a+b = 16 \nba=12b-a = 12 \nAdding the two equations gives 2b=28    b=142b = 28 \implies b=14. \nSubstituting b=14b=14 into the first equation gives a+14=16    a=2a+14=16 \implies a=2. \nSo, a=2a=2 and b=14b=14. \nDistractor B has the correct mean but incorrect variance. \nDistractor C arises from mixing up the formulas for mean and variance. \nDistractor D arises from incorrectly taking the square root of 12 for bab-a.

Question 11

The continuous random variable XX has probability density function f(x)=6x(1x)f(x) = 6x(1-x) for 0x10 \le x \le 1. Find Var(23X)Var(2-3X).

  1. 120\frac{1}{20}
  2. 320\frac{3}{20}
  3. 920\frac{9}{20} (correct answer)
  4. 12\frac{1}{2}
Explanation: First, we find Var(X)=E(X2)[E(X)]2Var(X) = E(X^2) - [E(X)]^2. \nE(X)=01x6x(1x)dx=601(x2x3)dx=6[x33x44]01=6(1314)=12.E(X) = \int_0^1 x \cdot 6x(1-x) \,dx = 6 \int_0^1 (x^2-x^3) \,dx = 6[\frac{x^3}{3}-\frac{x^4}{4}]_0^1 = 6(\frac{1}{3}-\frac{1}{4}) = \frac{1}{2}. \nE(X2)=01x26x(1x)dx=601(x3x4)dx=6[x44x55]01=6(1415)=310.E(X^2) = \int_0^1 x^2 \cdot 6x(1-x) \,dx = 6 \int_0^1 (x^3-x^4) \,dx = 6[\frac{x^4}{4}-\frac{x^5}{5}]_0^1 = 6(\frac{1}{4}-\frac{1}{5}) = \frac{3}{10}. \nVar(X)=310(12)2=31014=6520=120.Var(X) = \frac{3}{10} - (\frac{1}{2})^2 = \frac{3}{10} - \frac{1}{4} = \frac{6-5}{20} = \frac{1}{20}. \nNow, we use the property Var(aX+b)=a2Var(X)Var(aX+b) = a^2 Var(X). For Y=23XY=2-3X, we have a=3a=-3 and b=2b=2. \nVar(23X)=(3)2Var(X)=9120=920.Var(2-3X) = (-3)^2 Var(X) = 9 \cdot \frac{1}{20} = \frac{9}{20}. \nDistractor A is Var(X)Var(X). \nDistractor B is the result of using a=3a=3 but forgetting to square it, i.e., 3Var(X)3 Var(X). \nDistractor D is the mean of the transformed variable, E(23X)=23E(X)=23(1/2)=1/2E(2-3X) = 2 - 3E(X) = 2 - 3(1/2) = 1/2.

Question 12

Let f(x)f(x) be the probability density function for a continuous random variable XX. Which of the following statements is not always true?

  1. f(x)dx=1\int_{-\infty}^{\infty} f(x) \,dx = 1
  2. f(x)0f(x) \ge 0 for all xx
  3. P(X=c)=0P(X=c) = 0 for any constant cc
  4. f(c)1f(c) \le 1 for any constant cc (correct answer)
Explanation: The value of the probability density function (PDF) f(x)f(x) can be greater than 1. The condition for a valid PDF is that the total area under the curve must be equal to 1, i.e., f(x)dx=1\int_{-\infty}^{\infty} f(x) \,dx = 1. For example, consider the uniform distribution on the interval [0,0.5][0, 0.5]. The PDF is f(x)=2f(x) = 2 for 0x0.50 \le x \le 0.5, and f(x)=0f(x)=0 otherwise. Here f(x)>1f(x) > 1 on its domain, but 00.52dx=1\int_0^{0.5} 2 \,dx = 1. The other three statements are properties that are always true for any continuous random variable's PDF.

Question 13

A continuous random variable XX has a cumulative distribution function F(x)=x218F(x) = \frac{x^2-1}{8} for 1x31 \le x \le 3. Find the interquartile range of XX.

  1. 5\sqrt{5}
  2. 7+3\sqrt{7} + \sqrt{3}
  3. 4
  4. 73\sqrt{7} - \sqrt{3} (correct answer)
Explanation: When you encounter a cumulative distribution function (CDF) problem asking for the interquartile range, you need to find the first quartile (Q₁) and third quartile (Q₃), then calculate Q₃ - Q₁. The quartiles are found by solving F(Q1)=0.25F(Q_1) = 0.25 and F(Q3)=0.75F(Q_3) = 0.75. For Q₁: Set x218=0.25\frac{x^2-1}{8} = 0.25 x21=2x^2 - 1 = 2 x2=3x^2 = 3 x=3x = \sqrt{3} (taking the positive root since x1x \geq 1) For Q₃: Set x218=0.75\frac{x^2-1}{8} = 0.75 x21=6x^2 - 1 = 6 x2=7x^2 = 7 x=7x = \sqrt{7} Therefore, the interquartile range is Q3Q1=73Q_3 - Q_1 = \sqrt{7} - \sqrt{3}, which is answer D. Let's examine why the other options are wrong: A) 5\sqrt{5} likely comes from incorrectly calculating 72=5\sqrt{7-2} = \sqrt{5} instead of 73\sqrt{7} - \sqrt{3}. B) 7+3\sqrt{7} + \sqrt{3} represents adding the quartiles instead of finding their difference—a sign error. C) 4 might result from using the range of the domain (3-1=2) and doubling it, or from arithmetic errors in the quartile calculations. Study tip: Always remember that interquartile range equals Q₃ minus Q₁, not their sum. When working with CDFs, double-check your algebra when solving F(x)=pF(x) = p for specific probability values, as small errors compound quickly in these calculations.

Question 14

The probability density function of a continuous random variable XX is defined by f(x)=a(2x2)f(x) = a(2-|x-2|) for 0x40 \le x \le 4. Find Var(X)Var(X).

  1. 23\frac{2}{3} (correct answer)
  2. 2
  3. 73\frac{7}{3}
  4. 143\frac{14}{3}
Explanation: The graph of f(x)f(x) is an isosceles triangle with vertices at (0,0), (4,0), and (2, 2a). The area is 12×base×height=12×4×2a=4a\frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} \times 4 \times 2a = 4a. Setting the area to 1 gives 4a=1    a=1/44a=1 \implies a=1/4. \nThe PDF can be written as a piecewise function: f(x)={14x0x214(4x)2<x4f(x) = \begin{cases} \frac{1}{4}x & 0 \le x \le 2 \\ \frac{1}{4}(4-x) & 2 < x \le 4 \end{cases}. \nDue to symmetry about x=2x=2, the mean is E(X)=2E(X)=2. \nWe need E(X2)E(X^2) to find the variance. \nE(X2)=04x2f(x)dx=02x2(x4)dx+24x2(4x4)dxE(X^2) = \int_0^4 x^2 f(x) \,dx = \int_0^2 x^2(\frac{x}{4}) \,dx + \int_2^4 x^2(\frac{4-x}{4}) \,dx \n=14[x44]02+14[4x33x44]24= \frac{1}{4}\left[\frac{x^4}{4}\right]_0^2 + \frac{1}{4}\left[\frac{4x^3}{3} - \frac{x^4}{4}\right]_2^4 \n=14(164)+14((256364)(3234))= \frac{1}{4}(\frac{16}{4}) + \frac{1}{4}\left( (\frac{256}{3}-64) - (\frac{32}{3}-4) \right) \n=1+14(224360)=1+14(443)=1+113=143.= 1 + \frac{1}{4}\left( \frac{224}{3} - 60 \right) = 1 + \frac{1}{4}\left(\frac{44}{3}\right) = 1 + \frac{11}{3} = \frac{14}{3}. \nFinally, Var(X)=E(X2)[E(X)]2=14322=1434=23Var(X) = E(X^2) - [E(X)]^2 = \frac{14}{3} - 2^2 = \frac{14}{3} - 4 = \frac{2}{3}. \nDistractor B is the mean E(X)E(X). \nDistractor C is a plausible calculation error. \nDistractor D is the value of E(X2)E(X^2).

Question 15

A continuous random variable XX has a probability density function (PDF) given by f(x)=kx2(3x)f(x) = kx^2(3-x) for 0x30 \le x \le 3, and f(x)=0f(x) = 0 otherwise. Find the expected value of XX.

  1. 32\frac{3}{2}
  2. 95\frac{9}{5} (correct answer)
  3. 2
  4. 125\frac{12}{5}
Explanation: First, we must find the value of the constant kk by ensuring the total probability is 1. \n03kx2(3x)dx=1\int_{0}^{3} kx^2(3-x) \,dx = 1 \nk03(3x2x3)dx=1k \int_{0}^{3} (3x^2 - x^3) \,dx = 1 \nk[x3x44]03=1k \left[x^3 - \frac{x^4}{4}\right]_{0}^{3} = 1 \nk(33344)=1k \left(3^3 - \frac{3^4}{4}\right) = 1 \nk(27814)=1    k(108814)=1    k(274)=1    k=427.k \left(27 - \frac{81}{4}\right) = 1 \implies k \left(\frac{108-81}{4}\right) = 1 \implies k\left(\frac{27}{4}\right)=1 \implies k = \frac{4}{27}. \nNext, we find the expected value, E(X)E(X): \nE(X)=03xf(x)dx=03x427x2(3x)dxE(X) = \int_{0}^{3} x \cdot f(x) \,dx = \int_{0}^{3} x \cdot \frac{4}{27}x^2(3-x) \,dx \nE(X)=42703(3x3x4)dxE(X) = \frac{4}{27} \int_{0}^{3} (3x^3 - x^4) \,dx \nE(X)=427[3x44x55]03E(X) = \frac{4}{27} \left[\frac{3x^4}{4} - \frac{x^5}{5}\right]_{0}^{3} \nE(X)=427(3(81)42435)=427(24342435)E(X) = \frac{4}{27} \left(\frac{3(81)}{4} - \frac{243}{5}\right) = \frac{4}{27} \left(\frac{243}{4} - \frac{243}{5}\right) \nE(X)=424327(1415)=36(120)=3620=95.E(X) = \frac{4 \cdot 243}{27} \left(\frac{1}{4} - \frac{1}{5}\right) = 36 \left(\frac{1}{20}\right) = \frac{36}{20} = \frac{9}{5}. \nDistractor A arises from incorrectly defining the PDF as k(3xx2)k(3x-x^2). \nDistractor C is the mode of the distribution, found by maximizing f(x)f(x). \nDistractor D is a plausible calculation error.

Question 16

A continuous random variable XX has a probability density function f(x)=kcos(x)f(x) = k \cos(x) for 0xπ20 \le x \le \frac{\pi}{2}. Find P(X<π3)P(X < \frac{\pi}{3}).

  1. 1321 - \frac{\sqrt{3}}{2}
  2. 12\frac{1}{2}
  3. 32\frac{\sqrt{3}}{2} (correct answer)
  4. 1
Explanation: First, find the constant kk by integrating the PDF from 0 to π/2\pi/2 and setting the result to 1. \n0π/2kcos(x)dx=1\int_{0}^{\pi/2} k \cos(x) \,dx = 1 \nk[sin(x)]0π/2=1k[\sin(x)]_{0}^{\pi/2} = 1 \nk(sin(π/2)sin(0))=1    k(10)=1    k=1.k(\sin(\pi/2) - \sin(0)) = 1 \implies k(1-0) = 1 \implies k=1. \nSo the PDF is f(x)=cos(x)f(x) = \cos(x). Now, we find the required probability: \nP(X<π3)=0π/3cos(x)dxP(X < \frac{\pi}{3}) = \int_{0}^{\pi/3} \cos(x) \,dx \n=[sin(x)]0π/3=sin(π3)sin(0)=320=32.= [\sin(x)]_{0}^{\pi/3} = \sin(\frac{\pi}{3}) - \sin(0) = \frac{\sqrt{3}}{2} - 0 = \frac{\sqrt{3}}{2}. \nDistractor A is the complementary probability, P(X>π3)P(X > \frac{\pi}{3}). \nDistractor B is the value of the PDF at x=π/3x=\pi/3, cos(π/3)\cos(\pi/3). \nDistractor D is the value of the constant kk.

Question 17

A continuous random variable XX is uniformly distributed on the interval [1,3][1, 3]. Find E(X3)E(X^3).

  1. 8
  2. 10 (correct answer)
  3. 20
  4. 26
Explanation: For a uniform distribution on [a,b][a, b], the PDF is f(x)=1baf(x) = \frac{1}{b-a}. Here, f(x)=131=12f(x) = \frac{1}{3-1} = \frac{1}{2} for 1x31 \le x \le 3. \nThe expected value of a function of XX, g(X)g(X), is given by E(g(X))=abg(x)f(x)dxE(g(X)) = \int_a^b g(x)f(x) \,dx. \nHere, g(x)=x3g(x) = x^3. \nE(X3)=13x312dxE(X^3) = \int_{1}^{3} x^3 \cdot \frac{1}{2} \,dx \n=12[x44]13= \frac{1}{2} \left[\frac{x^4}{4}\right]_{1}^{3} \n=18[x4]13=18(3414)=18(811)=808=10.= \frac{1}{8} [x^4]_{1}^{3} = \frac{1}{8} (3^4 - 1^4) = \frac{1}{8} (81 - 1) = \frac{80}{8} = 10. \nDistractor A is [E(X)]3[E(X)]^3. The mean is E(X)=1+32=2E(X) = \frac{1+3}{2} = 2, so 23=82^3 = 8. \nDistractor C is the result of forgetting the PDF constant 12\frac{1}{2} in the integration. \nDistractor D is the result of incorrectly calculating the integral of x3x^3 as 33133^3 - 1^3.

Question 18

The continuous random variable XX has probability density function f(x)=6x(1x)f(x) = 6x(1-x) for 0x10 \le x \le 1. Find Var(23X)Var(2-3X).

  1. 120\frac{1}{20}
  2. 320\frac{3}{20}
  3. 920\frac{9}{20} (correct answer)
  4. 12\frac{1}{2}
Explanation: First, we find Var(X)=E(X2)[E(X)]2Var(X) = E(X^2) - [E(X)]^2. \nE(X)=01x6x(1x)dx=601(x2x3)dx=6[x33x44]01=6(1314)=12.E(X) = \int_0^1 x \cdot 6x(1-x) \,dx = 6 \int_0^1 (x^2-x^3) \,dx = 6[\frac{x^3}{3}-\frac{x^4}{4}]_0^1 = 6(\frac{1}{3}-\frac{1}{4}) = \frac{1}{2}. \nE(X2)=01x26x(1x)dx=601(x3x4)dx=6[x44x55]01=6(1415)=310.E(X^2) = \int_0^1 x^2 \cdot 6x(1-x) \,dx = 6 \int_0^1 (x^3-x^4) \,dx = 6[\frac{x^4}{4}-\frac{x^5}{5}]_0^1 = 6(\frac{1}{4}-\frac{1}{5}) = \frac{3}{10}. \nVar(X)=310(12)2=31014=6520=120.Var(X) = \frac{3}{10} - (\frac{1}{2})^2 = \frac{3}{10} - \frac{1}{4} = \frac{6-5}{20} = \frac{1}{20}. \nNow, we use the property Var(aX+b)=a2Var(X)Var(aX+b) = a^2 Var(X). For Y=23XY=2-3X, we have a=3a=-3 and b=2b=2. \nVar(23X)=(3)2Var(X)=9120=920.Var(2-3X) = (-3)^2 Var(X) = 9 \cdot \frac{1}{20} = \frac{9}{20}. \nDistractor A is Var(X)Var(X). \nDistractor B is the result of using a=3a=3 but forgetting to square it, i.e., 3Var(X)3 Var(X). \nDistractor D is the mean of the transformed variable, E(23X)=23E(X)=23(1/2)=1/2E(2-3X) = 2 - 3E(X) = 2 - 3(1/2) = 1/2.

Question 19

A continuous random variable XX has probability density function f(x)=3x2f(x) = 3x^2 for 0x10 \le x \le 1. Find the variance of XX.

  1. 380\frac{3}{80} (correct answer)
  2. 916\frac{9}{16}
  3. 35\frac{3}{5}
  4. 34\frac{3}{4}
Explanation: The variance is given by Var(X)=E(X2)[E(X)]2Var(X) = E(X^2) - [E(X)]^2. \nFirst, find the mean, E(X)E(X): \nE(X)=01xf(x)dx=01x(3x2)dx=013x3dx=[3x44]01=34.E(X) = \int_{0}^{1} x f(x) \,dx = \int_{0}^{1} x(3x^2) \,dx = \int_{0}^{1} 3x^3 \,dx = \left[\frac{3x^4}{4}\right]_{0}^{1} = \frac{3}{4}. \nNext, find E(X2)E(X^2): \nE(X2)=01x2f(x)dx=01x2(3x2)dx=013x4dx=[3x55]01=35.E(X^2) = \int_{0}^{1} x^2 f(x) \,dx = \int_{0}^{1} x^2(3x^2) \,dx = \int_{0}^{1} 3x^4 \,dx = \left[\frac{3x^5}{5}\right]_{0}^{1} = \frac{3}{5}. \nFinally, calculate the variance: \nVar(X)=E(X2)[E(X)]2=35(34)2=35916=484580=380.Var(X) = E(X^2) - [E(X)]^2 = \frac{3}{5} - \left(\frac{3}{4}\right)^2 = \frac{3}{5} - \frac{9}{16} = \frac{48 - 45}{80} = \frac{3}{80}. \nDistractor B is [E(X)]2[E(X)]^2. \nDistractor C is E(X2)E(X^2). \nDistractor D is E(X)E(X).

Question 20

A continuous random variable XX has a probability density function (PDF) given by f(x)=kx2(3x)f(x) = kx^2(3-x) for 0x30 \le x \le 3, and f(x)=0f(x) = 0 otherwise. Find the expected value of XX.

  1. 32\frac{3}{2}
  2. 95\frac{9}{5} (correct answer)
  3. 2
  4. 125\frac{12}{5}
Explanation: First, we must find the value of the constant kk by ensuring the total probability is 1. \n03kx2(3x)dx=1\int_{0}^{3} kx^2(3-x) \,dx = 1 \nk03(3x2x3)dx=1k \int_{0}^{3} (3x^2 - x^3) \,dx = 1 \nk[x3x44]03=1k \left[x^3 - \frac{x^4}{4}\right]_{0}^{3} = 1 \nk(33344)=1k \left(3^3 - \frac{3^4}{4}\right) = 1 \nk(27814)=1    k(108814)=1    k(274)=1    k=427.k \left(27 - \frac{81}{4}\right) = 1 \implies k \left(\frac{108-81}{4}\right) = 1 \implies k\left(\frac{27}{4}\right)=1 \implies k = \frac{4}{27}. \nNext, we find the expected value, E(X)E(X): \nE(X)=03xf(x)dx=03x427x2(3x)dxE(X) = \int_{0}^{3} x \cdot f(x) \,dx = \int_{0}^{3} x \cdot \frac{4}{27}x^2(3-x) \,dx \nE(X)=42703(3x3x4)dxE(X) = \frac{4}{27} \int_{0}^{3} (3x^3 - x^4) \,dx \nE(X)=427[3x44x55]03E(X) = \frac{4}{27} \left[\frac{3x^4}{4} - \frac{x^5}{5}\right]_{0}^{3} \nE(X)=427(3(81)42435)=427(24342435)E(X) = \frac{4}{27} \left(\frac{3(81)}{4} - \frac{243}{5}\right) = \frac{4}{27} \left(\frac{243}{4} - \frac{243}{5}\right) \nE(X)=424327(1415)=36(120)=3620=95.E(X) = \frac{4 \cdot 243}{27} \left(\frac{1}{4} - \frac{1}{5}\right) = 36 \left(\frac{1}{20}\right) = \frac{36}{20} = \frac{9}{5}. \nDistractor A arises from incorrectly defining the PDF as k(3xx2)k(3x-x^2). \nDistractor C is the mode of the distribution, found by maximizing f(x)f(x). \nDistractor D is a plausible calculation error.