Can a Student Pass By Randomly Answering Multiple Choice Questions?

Probability problems

Problem 749

A final exam of the course Probability 101 consists of 10 multiple-choice questions. Each question has 4 possible answers and only one of them is a correct answer. To pass the course, 8 or more correct answers are necessary. Assume that a student has not studied probability at all and has no idea how to solve the questions. So the student decided to answer each questions randomly. Thus, for each of 10 questions, the student choose one of the 4 answers randomly and each choice is independent each other.

(1) What is the probability that the student answered correctly only one question among the 10 questions?

(2) Determine the probability that the student passes the course.

(3) What is the expected value of the number of questions the student answered correctly?

(4) Find the variance and standard deviation of the number of questions the student answered correctly.

LoadingAdd to solve later

Sponsored Links


Solution.

Solution of (1)

Let $X$ be the number of questions that the student answered correctly. For each question, the probability that the student select a correct answer is $1/4$. As selections are independent, the random variable $X$ is binomial with parameters $n=10$ and $p=1/4$. Let $P(i)$ denote the probability that the student answered $i$ questions correctly.
Then the probability that the student selects only one correct answer is given by
\[P(0) = {10 \choose 1} \left(\frac{1}{4}\right)^1 \left(\frac{3}{4}\right)^9 \approx 0.1877\]

Solution of (2)

To pass the course, 8 or more correct answers are must. Thus,
\begin{align*}
&P(\text{6 or more correct answers}) = P(8) + P(9) + P(10)\\[6pt] &= {10 \choose 8} \left(\frac{1}{4}\right)^8 \left(\frac{3}{4}\right)^2 +
{10 \choose 9} \left(\frac{1}{4}\right)^9 \left(\frac{3}{4}\right)^1 +
{10 \choose 10} \left(\frac{1}{4}\right)^{10} \left(\frac{3}{4}\right)^0 \\
&\approx 0.0003862380 + 0.0000286102 + 0.0000009536 \\
&= 0.0004158018 = 0.04158018 \%.
\end{align*}

Hence, the desired probability is 0.0004158018 or 0.04158018%.

Solution of (3)

Recall that the expected value of a binomial random variable $X$ with parameters $(n, p)$ is given by
\[E[X] = np.\] As $n=10$ and $p=1/4$, the expected value of the number of questions the student answered correctly is
\[E[X] = 10 \cdot \frac{1}{4} = 2.5.\]

Solution of (4)

Recall that the variance and the standard deviation of a binomial random variable $X$ with parameters $(n, p)$ are given by
\[V(X) = np(1-p) \text{ and } \sigma(X) = \sqrt{np(1-p)}.\] Substituting $n=10$ and $p=1/4$, we obtain the variance
\begin{align}
V(X) &= 10 \cdot \frac{1}{4} \cdot \frac{3}{4} = \frac{15}{8} = 1.875
\end{align}
and the standard deviation
\begin{align*}
\sigma(X) &= \sqrt{1.875} \approx 1.3693.
\end{align*}


LoadingAdd to solve later

Sponsored Links

More from my site

  • Expectation, Variance, and Standard Deviation of Bernoulli Random VariablesExpectation, Variance, and Standard Deviation of Bernoulli Random Variables A random variable $X$ is said to be a Bernoulli random variable if its probability mass function is given by \begin{align*} P(X=0) &= 1-p\\ P(X=1) & = p \end{align*} for some real number $0 \leq p \leq 1$. (1) Find the expectation of the Bernoulli random variable $X$ […]
  • Expected Value and Variance of Exponential Random VariableExpected Value and Variance of Exponential Random Variable Let $X$ be an exponential random variable with parameter $\lambda$. (a) For any positive integer $n$, prove that \[E[X^n] = \frac{n}{\lambda} E[X^{n-1}].\] (b) Find the expected value of $X$. (c) Find the variance of $X$. (d) Find the standard deviation of […]
  • Coupon Collecting Problem: Find the Expectation of Boxes to Collect All ToysCoupon Collecting Problem: Find the Expectation of Boxes to Collect All Toys A box of some snacks includes one of five toys. The chances of getting any of the toys are equally likely and independent of the previous results. (a) Suppose that you buy the box until you complete all the five toys. Find the expected number of boxes that you need to buy. (b) […]
  • Given the Variance of a Bernoulli Random Variable, Find Its ExpectationGiven the Variance of a Bernoulli Random Variable, Find Its Expectation Suppose that $X$ is a random variable with Bernoulli distribution $B_p$ with probability parameter $p$. Assume that the variance $V(X) = 0.21$. We further assume that $p > 0.5$. (a) Find the probability $p$. (b) Find the expectation $E(X)$. Hint. Recall that if $X$ […]
  • How to Prove Markov’s Inequality and Chebyshev’s InequalityHow to Prove Markov’s Inequality and Chebyshev’s Inequality (a) Let $X$ be a random variable that takes only non-negative values. Prove that for any $a > 0$, \[P(X \geq a) \leq \frac{E[X]}{a}.\] This inequality is called Markov's inequality. (b) Let $X$ be a random variable with finite mean $\mu$ and variance $\sigma^2$. Prove that […]
  • Upper Bound of the Variance When a Random Variable is BoundedUpper Bound of the Variance When a Random Variable is Bounded Let $c$ be a fixed positive number. Let $X$ be a random variable that takes values only between $0$ and $c$. This implies the probability $P(0 \leq X \leq c) = 1$. Then prove the next inequality about the variance $V(X)$. \[V(X) \leq \frac{c^2}{4}.\] Proof. Recall that […]
  • Linearity of Expectations E(X+Y) = E(X) + E(Y)Linearity of Expectations E(X+Y) = E(X) + E(Y) Let $X, Y$ be discrete random variables. Prove the linearity of expectations described as \[E(X+Y) = E(X) + E(Y).\] Solution. The joint probability mass function of the discrete random variables $X$ and $Y$ is defined by \[p(x, y) = P(X=x, Y=y).\] Note that the […]
  • How to Use the Z-table to Compute Probabilities of Non-Standard Normal DistributionsHow to Use the Z-table to Compute Probabilities of Non-Standard Normal Distributions Let $X\sim \mathcal{N}(\mu, \sigma)$ be a normal random variable with parameter $\mu=6$ and $\sigma^2=4$. Find the following probabilities using the Z-table below. (a) Find $P(X \lt 7)$. (b) Find $P(X \lt 3)$. (c) Find $P(4.5 \lt X \lt 8.5)$. The Z-table is […]

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Probability
Probability problems
Given the Variance of a Bernoulli Random Variable, Find Its Expectation

Suppose that $X$ is a random variable with Bernoulli distribution $B_p$ with probability parameter $p$. Assume that the variance $V(X)...

Close