<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>standard deviation &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/standard-deviation/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Sat, 08 Feb 2020 01:30:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>standard deviation &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>Expected Value and Variance of Exponential Random Variable</title>
		<link>https://yutsumura.com/expected-value-and-variance-of-exponential-random-variable/</link>
				<comments>https://yutsumura.com/expected-value-and-variance-of-exponential-random-variable/#respond</comments>
				<pubDate>Sat, 08 Feb 2020 01:30:34 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[expectation]]></category>
		<category><![CDATA[expected value]]></category>
		<category><![CDATA[exponential distribution]]></category>
		<category><![CDATA[exponential random variable]]></category>
		<category><![CDATA[integral by parts]]></category>
		<category><![CDATA[standard deviation]]></category>
		<category><![CDATA[variance]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7252</guid>
				<description><![CDATA[<p>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&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/expected-value-and-variance-of-exponential-random-variable/" target="_blank">Expected Value and Variance of Exponential Random Variable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 757</h2>
<p>Let $X$ be an exponential random variable with parameter $\lambda$.</p>
<p><strong>(a)</strong> For any positive integer $n$, prove that<br />
		\[E[X^n] = \frac{n}{\lambda} E[X^{n-1}].\]
<p><strong>(b)</strong> Find the expected value of $X$.</p>
<p><strong>(c)</strong> Find the variance of $X$.</p>
<p><strong>(d)</strong> Find the standard deviation of $X$.</p>
<p><span id="more-7252"></span><br />

<h2>Solution.</h2>
<h3>Solution of (a)</h3>
<p>	Recall that the probability density function $f(x)$ of an exponential random variable with parameter $\lambda$ is given by<br />
			\begin{align*}<br />
			f(x) =<br />
			\begin{cases}<br />
				\lambda e^{-\lambda x} &#038; \text{ if } x \geq 0\\<br />
				0 &#038; \text{ if } x < 0
			\end{cases}
			\end{align*}
			and the parameter $\lambda$ must be positive.
			
			
			It follows from this and the definition of expectation, we get
		\begin{align*}
		E[X^n] &#038;= \int_0^{\infty} x^n \cdot \lambda	e^{-\lambda x} dx.
		\end{align*}
		
		Applying integral by parts with 
		\[u = x^n, dv=\lambda e^{-\lambda x} dx\]
		and hence
		\[du = nx^{n-1}dx, v = -e^{-\lambda x},\]
		we obtain (from $\int u dv = uv - \int v du$) 
		\begin{align*}
			E[X^n] &#038;= \int_0^{\infty} x^n \cdot \lambda	e^{-\lambda x} dx\\[6pt]
			&#038;= \left[x^n \cdot (-e^{-\lambda x})\right]_0^{\infty} - \int_0^{\infty} (-e^{\lambda x}) \cdot nx^{n-1} dx\\[6pt]
			&#038;= 0 + n \int_0^{\infty} e^{\lambda x} x^{n-1} dx\\[6pt]
			&#038;= \frac{n}{\lambda} \int_0^{\infty} x^{n-1} \cdot \lambda e^{\lambda x}  dx\\[6pt]
			&#038;= \frac{n}{\lambda} E[X^{n-1}].
		\end{align*}
		This proves the required equality
		\[E[X^n] = \frac{n}{\lambda} E[X^{n-1}].\]
		



<h3>Solution of (b)</h3>
<p>The expected value $E[X]$ can be obtained from the formula we just proved in part (a) by substituting $n=1$. Thus, we have<br />
		\begin{align*}<br />
		E[X] = \frac{1}{\lambda} E[1] = \frac{1}{\lambda}.<br />
		\end{align*}</p>
<h3>Solution of (c)</h3>
<p>We calculate the variance using the formula<br />
		\[V(X) = E[X^2] &#8211; (E[X])^2.\]
		We know $E[X] = 1/\lambda$ from part (b). To compute $E[X^2]$, let $n=2$ in the formula in part (a). Then<br />
		\begin{align*}<br />
		E[X^2] &#038;= \frac{2}{\lambda}E[X]\\[6pt]
		&#038;=	\frac{2}{\lambda} \cdot \frac{1}{\lambda}\\[6pt]
		&#038;= \frac{2}{\lambda^2}.<br />
		\end{align*}<br />
		Combining these, we obtain<br />
		\begin{align*}<br />
		V(X) &#038;= E[X^2] &#8211; (E[X])^2\\[6pt]
		&#038;= \frac{2}{\lambda^2} &#8211; \frac{1}{\lambda^2}\\[6pt]
		&#038; = \frac{1}{\lambda^2}.<br />
		\end{align*}<br />
		Therefore, the variance of $X$ is<br />
		\[V(X) = \frac{1}{\lambda^2}.\]
<h3>Solution of (d)</h3>
<p>Taking the square root of the variance $V(X)$, we obtain the standard deviation<br />
		\[\sigma = \frac{1}{\lambda}.\]
<button class="simplefavorite-button has-count" data-postid="7252" data-siteid="1" data-groupid="1" data-favoritecount="4" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">4</span></button><p>The post <a href="https://yutsumura.com/expected-value-and-variance-of-exponential-random-variable/" target="_blank">Expected Value and Variance of Exponential Random Variable</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/expected-value-and-variance-of-exponential-random-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7252</post-id>	</item>
		<item>
		<title>Coupon Collecting Problem: Find the Expectation of Boxes to Collect All Toys</title>
		<link>https://yutsumura.com/coupon-collecting-problem-find-the-expectation-of-boxes-to-collect-all-toys/</link>
				<comments>https://yutsumura.com/coupon-collecting-problem-find-the-expectation-of-boxes-to-collect-all-toys/#respond</comments>
				<pubDate>Mon, 27 Jan 2020 21:25:48 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[coupon collecting problem]]></category>
		<category><![CDATA[expected value]]></category>
		<category><![CDATA[geometric distribution]]></category>
		<category><![CDATA[geometric random variable]]></category>
		<category><![CDATA[harmonic sum]]></category>
		<category><![CDATA[linearity of expectation]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[standard deviation]]></category>
		<category><![CDATA[variance]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7222</guid>
				<description><![CDATA[<p>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&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/coupon-collecting-problem-find-the-expectation-of-boxes-to-collect-all-toys/" target="_blank">Coupon Collecting Problem: Find the Expectation of Boxes to Collect All Toys</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 750</h2>
<p>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.</p>
<p><strong>(a)</strong> Suppose that you buy the box until you complete all the five toys. Find the expected number of boxes that you need to buy.</p>
<p><strong>(b)</strong> Find the variance and the standard deviation of the event in part (a).</p>
<p><span id="more-7222"></span><br />

<h2>Solution.</h2>
<h3>Solution of (a)</h3>
<p>Let $X$ be the number of boxes that you need to buy until you complete all the five toys. Our goal is to compute the expected value $E[X]$.<br />
			To achieve this, we consider the next random variables. Let $X_i$ be the number of boxes you need to buy to get $i$th toy after getting $i-1$ toys. Then it is clear from definition that<br />
			\[X = X_1 + X_2 + X_3 + X_4 + X_5.\]
			For example, $X_1$ is the number of boxes you need to buy to get the first toy. Since whenever you open the first box, it is guaranteed that you get a new toy, we have $X_1 = 1$.<br />
			Also, to get the second toy after the first one, there are $4/5$ chance of getting new toy and $1/5$ chance of getting the same toy as the first one. Thus, $X_2$ is a geometric random variable with parameter $4/5$. We denote this as $X \sim G_{4/5}$. Similarly, we get<br />
			\[X_3 \sim G_{3/5}, \quad X_4 \sim G_{2/5}, \quad \text{ and } X_5 \sim G_{1/5}.\]
<p>			By the linearity of expectation, we have<br />
			\begin{align*}<br />
			E[X] &#038;= E[X_1 + X_2 + X_3 + X_4 + X_5]\\<br />
			&#038;= E[X_1] + E[X_2] + E[X_3] + E[X_4] + E[X_5]\\<br />
			&#038;= E[1] + E[G_{4/5}] + E[G_{3/5}] + E[G_{2/5}] + E[G_{1/5}]
			\end{align*}<br />
			Now, the expected value of a geometric random variable $G_p$ is given by<br />
			\[E[G_p] = \frac{1}{p}.\]
			It follows that<br />
			\begin{align*}<br />
				E[X] &#038;= 1 + \frac{5}{4} +\frac{5}{3} + \frac{5}{2} + \frac{5}{1}\\<br />
				&#038;= 5\left(1+ \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \frac{1}{5}\right)\\<br />
				&#038;\approx 11.41667<br />
			\end{align*}<br />
			Thus, the expected number of boxes that you need to buy to complete all the  five toys is 11.41667. </p>
<h3>Solution of (b)</h3>
<p>Now we compute the variance of $X$. Recall that the variance of a geometric random variable $G_p$ is given by<br />
			\[V(G_p) = \frac{1-p}{p^2}.\]
			As we have seen that<br />
			\begin{align*}<br />
			X &#038;= X_1 + X_2 + X_3 + X_4 + X_5\\<br />
			&#038;\sim 1 + G_{4/5} + G_{3/5} + G_{2/5} + G_{1/5}<br />
			\end{align*}<br />
			and as each random variable $X_i$ is independent of each other, we obtain<br />
			\begin{align*}<br />
			V(X) &#038;= V(1 + G_{4/5} + G_{3/5} + G_{2/5} + G_{1/5})\\[6pt]
			&#038;= V(1) + V(G_{4/5}) + V(G_{3/5}) + V(G_{2/5}) + V(G_{1/5})\\[6pt]
			&#038;= 0 + \frac{1-\frac{4}{5}}{\left(\frac{4}{5}\right)^2} + \frac{1-\frac{3}{5}}{\left(\frac{3}{5}\right)^2} + \frac{1-\frac{2}{5}}{\left(\frac{2}{5}\right)^2} + \frac{1-\frac{1}{5}}{\left(\frac{1}{5}\right)^2}\\[6pt]
			&#038;\approx 25.17361<br />
			\end{align*}<br />
			Thus, the variance is $V(X) = 25.17361$. </p>
<hr />
<p>			The standard deviation is the square root of the variance. Hence, we obtain<br />
			\[\sigma(X) \approx \sqrt{25.17361} \approx 5.01733.\]
<h2> Remark. </h2>
<p>This type of problems is called a <strong>Coupon Collecting Problem</strong>.</p>
<button class="simplefavorite-button has-count" data-postid="7222" data-siteid="1" data-groupid="1" data-favoritecount="1" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">1</span></button><p>The post <a href="https://yutsumura.com/coupon-collecting-problem-find-the-expectation-of-boxes-to-collect-all-toys/" target="_blank">Coupon Collecting Problem: Find the Expectation of Boxes to Collect All Toys</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/coupon-collecting-problem-find-the-expectation-of-boxes-to-collect-all-toys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7222</post-id>	</item>
		<item>
		<title>Can a Student Pass By Randomly Answering Multiple Choice Questions?</title>
		<link>https://yutsumura.com/can-a-student-pass-by-randomly-answering-multiple-choice-questions/</link>
				<comments>https://yutsumura.com/can-a-student-pass-by-randomly-answering-multiple-choice-questions/#respond</comments>
				<pubDate>Mon, 27 Jan 2020 08:10:02 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[binomial coefficient]]></category>
		<category><![CDATA[binomial random variable]]></category>
		<category><![CDATA[expectation]]></category>
		<category><![CDATA[expected value]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[standard deviation]]></category>
		<category><![CDATA[variance]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7220</guid>
				<description><![CDATA[<p>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&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/can-a-student-pass-by-randomly-answering-multiple-choice-questions/" target="_blank">Can a Student Pass By Randomly Answering Multiple Choice Questions?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 749</h2>
<p>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.</p>
<p><strong>(1)</strong> What is the probability that the student answered correctly only one question among the 10 questions?</p>
<p><strong>(2)</strong> Determine the probability that the student passes the course.</p>
<p><strong>(3)</strong> What is the expected value of the number of questions the student answered correctly?</p>
<p><strong>(4)</strong> Find the variance and standard deviation of the number of questions the student answered correctly.</p>
<p><span id="more-7220"></span><br />

<h2>Solution.</h2>
<h3>Solution of (1)</h3>
<p>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.<br />
			Then the probability that the student selects only one correct answer is given by<br />
			\[P(0) = {10 \choose 1} \left(\frac{1}{4}\right)^1 \left(\frac{3}{4}\right)^9 \approx 0.1877\]
<h3>Solution of (2)</h3>
<p>To pass the course, 8 or more correct answers are must. Thus,<br />
			\begin{align*}<br />
			&#038;P(\text{6 or more correct answers}) = P(8) + P(9) + P(10)\\[6pt]
			&#038;= {10 \choose 8} \left(\frac{1}{4}\right)^8 \left(\frac{3}{4}\right)^2 +<br />
			{10 \choose 9} \left(\frac{1}{4}\right)^9 \left(\frac{3}{4}\right)^1 +<br />
			{10 \choose 10} \left(\frac{1}{4}\right)^{10} \left(\frac{3}{4}\right)^0 \\<br />
			&#038;\approx 0.0003862380 + 0.0000286102 + 0.0000009536 \\<br />
			&#038;= 0.0004158018 = 0.04158018 \%.<br />
			\end{align*}</p>
<p>			Hence, the desired probability is 0.0004158018 or 0.04158018%.</p>
<h3>Solution of (3)</h3>
<p>Recall that the expected value of a binomial random variable $X$ with parameters $(n, p)$ is given by<br />
			\[E[X] = np.\]
			As $n=10$ and $p=1/4$, the expected value of the number of questions the student answered correctly is<br />
			\[E[X] = 10 \cdot  \frac{1}{4} = 2.5.\]
<h3>Solution of (4)</h3>
<p>Recall that the variance and the standard deviation of a binomial random variable $X$ with parameters $(n, p)$ are given by<br />
			\[V(X) = np(1-p) \text{ and } \sigma(X) = \sqrt{np(1-p)}.\]
			Substituting $n=10$ and $p=1/4$, we obtain the variance<br />
			\begin{align}<br />
			V(X) &#038;= 10 \cdot  \frac{1}{4} \cdot  \frac{3}{4} = \frac{15}{8} = 1.875<br />
			\end{align}<br />
			and the standard deviation<br />
			\begin{align*}<br />
			\sigma(X) &#038;= \sqrt{1.875} \approx 1.3693.<br />
			\end{align*}</p>
<button class="simplefavorite-button has-count" data-postid="7220" data-siteid="1" data-groupid="1" data-favoritecount="3" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">3</span></button><p>The post <a href="https://yutsumura.com/can-a-student-pass-by-randomly-answering-multiple-choice-questions/" target="_blank">Can a Student Pass By Randomly Answering Multiple Choice Questions?</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/can-a-student-pass-by-randomly-answering-multiple-choice-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7220</post-id>	</item>
		<item>
		<title>Expectation, Variance, and Standard Deviation of Bernoulli Random Variables</title>
		<link>https://yutsumura.com/expectation-variance-and-standard-deviation-of-bernoulli-random-variables/</link>
				<comments>https://yutsumura.com/expectation-variance-and-standard-deviation-of-bernoulli-random-variables/#comments</comments>
				<pubDate>Fri, 24 Jan 2020 05:13:18 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[Bernoulli random variable]]></category>
		<category><![CDATA[expectation]]></category>
		<category><![CDATA[expected value]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[probability mass function]]></category>
		<category><![CDATA[standard deviation]]></category>
		<category><![CDATA[variance]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7212</guid>
				<description><![CDATA[<p>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) &#038;= 1-p\\ P(X=1) &#038; = p \end{align*} for some real number $0&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/expectation-variance-and-standard-deviation-of-bernoulli-random-variables/" target="_blank">Expectation, Variance, and Standard Deviation of Bernoulli Random Variables</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 747</h2>
<p>A random variable $X$ is said to be a <strong>Bernoulli random variable</strong> if its probability mass function is given by<br />
	\begin{align*}<br />
	P(X=0) &#038;= 1-p\\<br />
	P(X=1) &#038; = p<br />
	\end{align*}<br />
	for some real number $0 \leq p \leq 1$.</p>
<p><strong>(1)</strong> Find the expectation of the Bernoulli random variable $X$ with probability $p$.</p>
<p><strong>(2)</strong> Find the variance of $X$.</p>
<p><strong>(3)</strong> Find the standard deviation of $X$.</p>
<p><span id="more-7212"></span><br />

<h2>Solution.</h2>
<h3>Solution of (1)</h3>
<p>As $X$ is a Bernoulli random variable, it takes only two values $0$ or $1$.<br />
			Thus, by definition of expectation, we obtain<br />
			\begin{align*}<br />
			E[X] &#038;= \sum_{i=0}^1 P(X=i)x\\<br />
			&#038;= P(X=0) \cdot 0 + P(X=1) \cdot 1\\<br />
			&#038;= (1-p) \cdot 0 + p \cdot 1\\<br />
			&#038;= p.<br />
			\end{align*}<br />
		Hence, the expectation of the Bernoulli random variable $X$ with parameter $p$ is $E[X] = p$.</p>
<h3>Solution of (2)</h3>
<p>We calculate the variance of the Bernoulli random variable $X$ using the definition of a variance. Namely, the variance of $X$ is defined as<br />
		\[V(X) = E[X^2] &#8211; \left(E[X]\right)^2.\]
		Here is an observation that makes the computation simpler: As the Bernoulli random variable takes only the values $0$ or $1$, it follows that $X^2 = X$. Thus, the variance can be computed as follows.<br />
		\begin{align*}<br />
		V(X) &#038;= E[X^2] &#8211; \left(E[X]\right)^2  &#038;&#038; \text{by definition of variance}\\<br />
		&#038;= E[X] &#8211; \left(E[X]\right)^2  &#038;&#038; \text{by observation $X^2=X$}\\<br />
		&#038;= p &#8211; p^2 &#038;&#038; \text{by result of (1)}\\<br />
		&#038;= p(1-p)<br />
		\end{align*}</p>
<p>		Thus, the variance of the Bernoulli random variable $X$ with parameter $p$ is given by<br />
		\[V(X) = p(1-p).\]
<h3>Solution of (3)</h3>
<p>The standard deviation is obtained by taking the square root of the variance. Hence, using the result of (2), the standard deviation of the Bernoulli random variable $X$ with parameter $p$ is<br />
		\[\sigma(X) = \sqrt{p(1-p)}.\]
<h2>Related Problem </h2>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.<br />
Suppose that $X$ is a random variable with Bernoulli distribution $B_p$ with probability parameter $p$. </p>
<p>Assume that the variance $V(X) = 0.21$. We further assume that $p > 0.5$.</p>
<p><strong>(a)</strong> Find the probability $p$.</p>
<p><strong>(b)</strong> Find the expectation $E(X)$.
</div>
<p>For a solution, see the post <a href="https://yutsumura.com/given-the-variance-of-a-bernoulli-random-variable-find-its-expectation/" rel="noopener noreferrer" target="_blank">Given the Variance of a Bernoulli Random Variable, Find Its Expectation</a></p>
<button class="simplefavorite-button has-count" data-postid="7212" data-siteid="1" data-groupid="1" data-favoritecount="5" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">5</span></button><p>The post <a href="https://yutsumura.com/expectation-variance-and-standard-deviation-of-bernoulli-random-variables/" target="_blank">Expectation, Variance, and Standard Deviation of Bernoulli Random Variables</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/expectation-variance-and-standard-deviation-of-bernoulli-random-variables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7212</post-id>	</item>
	</channel>
</rss>
