<?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/"
	>

<channel>
	<title>Binomial distribution Archives - The Fact Factor</title>
	<atom:link href="https://thefactfactor.com/tag/binomial-distribution/feed/" rel="self" type="application/rss+xml" />
	<link>https://thefactfactor.com/tag/binomial-distribution/</link>
	<description>Uncover the Facts</description>
	<lastBuildDate>Thu, 12 May 2022 12:46:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Binomial Distribution</title>
		<link>https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/binomial-distribution/15210/</link>
					<comments>https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/binomial-distribution/15210/#respond</comments>
		
		<dc:creator><![CDATA[Hemant More]]></dc:creator>
		<pubDate>Fri, 20 Nov 2020 15:12:49 +0000</pubDate>
				<category><![CDATA[Statistics and Probability]]></category>
		<category><![CDATA[Binomial distribution]]></category>
		<category><![CDATA[Normal distribution]]></category>
		<category><![CDATA[Poisson's distribution]]></category>
		<category><![CDATA[Probability]]></category>
		<category><![CDATA[Probability distribution]]></category>
		<guid isPermaLink="false">https://thefactfactor.com/?p=15210</guid>

					<description><![CDATA[<p>Science &#62; Mathematics &#62; Statistics and Probability &#62; Probability &#62; Binomial Distribution In this article, we shall study to solve problems of probability based on the concept of the binomial distribution. Example &#8211; 01: An unbiased coin is tossed 5 times. Find the probability of getting a) three heads b) at least 4 heads Solution: [&#8230;]</p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/binomial-distribution/15210/">Binomial Distribution</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h5 class="wp-block-heading"><strong>Science &gt; <a rel="noreferrer noopener" href="https://thefactfactor.com/mathematics/" target="_blank">Mathematics</a> &gt; Statistics and Probability &gt; <a rel="noreferrer noopener" href="https://thefactfactor.com/mathematics/probability/" target="_blank">Probability</a> &gt; Binomial Distribution</strong></h5>



<p>In this article, we shall study to solve problems of probability based on the concept of the binomial distribution.</p>



<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><img decoding="async" src="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-19.png" alt="Binomial Distribution" class="wp-image-15212" width="360" height="138" srcset="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-19.png 457w, https://thefactfactor.com/wp-content/uploads/2020/11/Probability-19-300x115.png 300w" sizes="(max-width: 360px) 100vw, 360px" /></figure></div>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 01:</strong></p>



<p><strong>An unbiased coin is tossed 5 times. Find the probability of getting a) three heads b) at least 4 heads</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 5, Probability of getting head&nbsp;(success) = 1/2</p>



<p class="has-text-align-center">∴ p = 1/2 and q = 1 &#8211; p = 1 &#8211; 1/2 = 1/2</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p><strong>The probability of getting exactly 3 heads (X = 3):</strong></p>



<p class="has-text-align-center">∴ P(X = 3) = <sup>5</sup>C<sub>3</sub>&nbsp;(1/2)<sup>3</sup> (1/2)<sup>5 &#8211; 3</sup></p>



<p class="has-text-align-center">∴ P(X = 3) = <sup>5</sup>C<sub>3</sub>&nbsp;(1/2)<sup>3</sup> (1/2)<sup>2</sup></p>



<p class="has-text-align-center">∴ P(X = 3) = 10 x (1/2)<sup>5</sup>&nbsp;= 10 x (1/32) = 5/16 = 0.3125</p>



<p><strong>The probability of getting at least 4 heads (X ≥ 4):</strong></p>



<p class="has-text-align-center">∴ P(X ≥ 4) = P(X = 4) + P(X = 5)</p>



<p class="has-text-align-center">∴ P(X ≥ 4) = <sup>5</sup>C<sub>4</sub>&nbsp;(1/2)<sup>4</sup> (1/2)<sup>5 &#8211; 4</sup> + <sup>5</sup>C<sub>5</sub>&nbsp;(1/2)<sup>5</sup> (1/2)<sup>5 &#8211; 5</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 4) = 5 x (1/2)<sup>4</sup> (1/2)<sup>1</sup> + 1 x&nbsp;&nbsp;(1/2)<sup>5</sup> (1/2)<sup>0</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 4) = 5 x (1/2)<sup>5</sup> + 1 x&nbsp;&nbsp;(1/2)<sup>5</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 4) = 5 x (1/32) + 1 x&nbsp;&nbsp;(1/32) = 6/32 = 3/16 = 0.1875</p>



<p class="has-text-align-center"><strong>Ans:&nbsp;</strong>The probability of getting exactly 3 heads is 5/16 or 0.3125 and the probability of getting at least 4 heads is 3/16 or 0.1875</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 02:</strong></p>



<p><strong>An unbiased coin is tossed 8 times. Find the probability of getting head a) exactly 5 times, b) a larger number of times than the tail, and c) at least once.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 8, Probability of getting head&nbsp;(success) = 1/2</p>



<p class="has-text-align-center">∴ p = 1/2 and q = 1 &#8211; p = 1 &#8211; 1/2 = 1/2</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p><strong>The probability of getting exactly 5 heads (X = 5):</strong></p>



<p class="has-text-align-center">∴ P(X= 5) =&nbsp;<sup>8</sup>C<sub>5</sub>&nbsp;(1/2)<sup>5</sup> (1/2)<sup>8 &#8211; 5</sup></p>



<p class="has-text-align-center">∴ P(X = 5) =&nbsp; 56 x&nbsp;(1/2)<sup>5</sup> (1/2)<sup>3</sup></p>



<p class="has-text-align-center">∴ P(X = 5) =&nbsp; 56 x&nbsp;(1/2)<sup>8</sup> = 56 x (1/256) = 56/256 = 7/32 = 0.2188</p>



<p><strong>The probability of getting more heads than tail (X ≥ 5):</strong></p>



<p class="has-text-align-center">∴ P(X ≥ 5) = P(X = 5) + P(X = 6)&nbsp; +&nbsp;P(X = 7) + P(X = 8)</p>



<p class="has-text-align-center">∴ P(X ≥ 5) =&nbsp; <sup>8</sup>C<sub>5</sub>&nbsp;(1/2)<sup>5</sup> (1/2)<sup>8 &#8211; 5</sup> +&nbsp;&nbsp;<sup>8</sup>C<sub>6</sub>&nbsp;(1/2)<sup>6</sup> (1/2)<sup>8 &#8211; 6&nbsp;</sup>+&nbsp;&nbsp;<sup>8</sup>C<sub>7</sub>&nbsp;(1/2)<sup>7</sup> (1/2)<sup>8 &#8211; 7&nbsp;</sup>&nbsp;+ <sup>8</sup>C<sub>8</sub>&nbsp;(1/2)<sup>8</sup> (1/2)<sup>8 &#8211; 8</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 5) =&nbsp; 56 x&nbsp;(1/2)<sup>5</sup> (1/2)<sup>3</sup> + 28 x (1/2)<sup>6</sup> (1/2)<sup>2&nbsp;</sup>+&nbsp; 8 x (1/2)<sup>7</sup> (1/2)<sup>1&nbsp;</sup>&nbsp;+ 1 x&nbsp;&nbsp;(1/2)<sup>8</sup> (1/2)<sup>0</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 5) =&nbsp; 56 x&nbsp;(1/2)<sup>8</sup>&nbsp; + 28 x (1/2)<sup>8</sup> +&nbsp; 8 x (1/2)<sup>8</sup> &nbsp;+ 1 x&nbsp;&nbsp;(1/2)<sup>8</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 5) = (56 + 28 + 8 + 1)x&nbsp;&nbsp;(1/256) = 93/256 = 0.3633&nbsp;</p>



<p><strong>The probability of getting atleast one head (X ≥ 1):</strong></p>



<p class="has-text-align-center">∴ P(X ≥ 1) =&nbsp; 1 &#8211; P(X = 0)</p>



<p class="has-text-align-center">∴ P(X ≥ 1) = 1 &#8211;&nbsp; &nbsp;<sup>8</sup>C<sub>0</sub>&nbsp;(1/2)<sup>0</sup> (1/2)<sup>8 &#8211; 0</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 1) =&nbsp; 1 x&nbsp;(1/2)<sup>0</sup> (1/2)<sup>8</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 1) =&nbsp; 1 &#8211; 1/256 = 255/256 = 0.9961</p>



<p class="has-text-align-center"><strong>Ans:&nbsp;</strong>The probability of getting exactly 5 heads is 7/32 or&nbsp;0.2188</p>



<p class="has-text-align-center">The probability of getting a head&nbsp;a larger number of times than the tail is 93/256 or 0.3633</p>



<p class="has-text-align-center">The probability of getting atleast one head is 255/256 or 0.9961</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 03:</strong></p>



<p><strong>An unbiased coin is tossed 9 times. Find the probability of getting head a) exactly 5 times, b) in the first four tosses, and tails in the last five tosses.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 8, Probability of getting head&nbsp;(success) = 1/2</p>



<p class="has-text-align-center">∴ p = 1/2 and q = 1 &#8211; p = 1 &#8211; 1/2 = 1/2</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p><strong>The probability of getting exactly 5 heads (X = 5):</strong></p>



<p class="has-text-align-center">∴ P(X= 5) =&nbsp;<sup>9</sup>C<sub>5</sub>&nbsp;(1/2)<sup>5</sup> (1/2)<sup>9 &#8211; 5</sup></p>



<p class="has-text-align-center">∴ P(X = 5) =&nbsp; 126 x&nbsp;(1/2)<sup>5</sup> (1/2)<sup>4</sup></p>



<p class="has-text-align-center">∴ P(X = 5) =&nbsp; 126 x&nbsp;(1/2)<sup>9</sup> = 126 x (1/512) = 63/256 = 0.2461</p>



<p><strong>The probability of gettingin head in first four tosses and tails in last five tosses :</strong></p>



<p class="has-text-align-center">∴ P(X) = (1/2)(1/2)(1/2)(1/2)(1/2)(1/2)(1/2)(1/2)(1/2)(1/2) = 1/512 = 0.001953</p>



<p class="has-text-align-center"><strong>Ans:&nbsp;</strong>The probability of getting exactly 5 heads is 63/256 or 0.2461 and the probability of getting head in the first four tosses and tails in the last five tosses is 1/512 or 0.001953</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 04:</strong></p>



<p><strong>If the chance that out of 10 telephone lines one of the line is busy at any instant is 0.2. What is the chance that 5 of the lines are busy?</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of lines = n = 10, Probability of getting line busy (success) = 0.2</p>



<p class="has-text-align-center">∴ p = 0.2 and q = 1 &#8211; p = 1 &#8211; 0.2 = 0.8</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p><strong>The probability of getting 5 lines busy (X = 5):</strong></p>



<p class="has-text-align-center">∴ P(X = 5) = <sup>10</sup>C<sub>5</sub>&nbsp;(0.2)<sup>5</sup> (0.8)<sup>10 &#8211; 5</sup></p>



<p class="has-text-align-center">∴ P(X = 5) = <sup>10</sup>C<sub>5</sub>&nbsp;(0.2)<sup>5</sup> (0.8)<sup>5</sup></p>



<p class="has-text-align-center">∴ P(X = 5) = 252 x&nbsp;&nbsp;(0.2 x 0.8)<sup>5</sup>&nbsp;= 252 x&nbsp;(0.16)<sup>5</sup>&nbsp;= 0.0264</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 05:</strong></p>



<p><strong>Each of five questions on a multiple-choice examination has four choices, only one of which is correct. The student is attempting to guess the answers. The random variable X is the number of questions answer correctly. What is the probability that the student will get a) exactly three correct answers? b) atmost three correct answers? c) at least one correct answer.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 5, Probability of getting correct answer (success) = 1/4</p>



<p class="has-text-align-center">∴ p = 1/4 and q = 1 &#8211; p = 1 &#8211; 1/4 = 3/4</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p><strong>The probability of getting exactly 3 answers correct (X = 3):</strong></p>



<p class="has-text-align-center">∴ P(X = 3) = <sup>5</sup>C<sub>3</sub>&nbsp;(1/4)<sup>3</sup> (3/4)<sup>5 &#8211; 3</sup></p>



<p class="has-text-align-center">∴ P(X = 3) = 10 x (1/4)<sup>3</sup> (3/4)<sup>2</sup></p>



<p class="has-text-align-center">∴ P(X = 3) = 10 x&nbsp;&nbsp;(1/64)&nbsp;(9/16)&nbsp;= 90/1024 = 45/512 = 0.0879</p>



<p><strong>The probability of getting atmost 3 correct answers (X ≤ 3):</strong></p>



<p class="has-text-align-center">∴ P(X ≤ 3) = P(X = 0) + P(X = 1)&nbsp; +&nbsp;P(X = 2) + P(X = 3)</p>



<p class="has-text-align-center">∴ P(X ≤ 3) = <sup>5</sup>C<sub>0</sub>&nbsp;(1/4)<sup>0</sup> (3/4)<sup>5 &#8211; 0</sup> + <sup>5</sup>C<sub>1</sub>&nbsp;(1/4)<sup>1</sup> (3/4)<sup>5 &#8211; 1</sup>+ <sup>5</sup>C<sub>2</sub>&nbsp;(1/4)<sup>2</sup> (3/4)<sup>5 &#8211; 2</sup> +&nbsp;&nbsp;<sup>5</sup>C<sub>3</sub>&nbsp;(1/4)<sup>3</sup> (3/4)<sup>5 &#8211; 3</sup></p>



<p class="has-text-align-center">∴ P(X ≤ 3) = 1 x 1 x&nbsp; (3/4)<sup>5</sup>+ 5 x&nbsp;&nbsp;(1/4)<sup>1</sup> (3/4)<sup>4&nbsp;&nbsp;</sup>+ 10 x (1/4)<sup>2</sup> (3/4)<sup>3</sup> + 10 x (1/4)<sup>3</sup> (3/4)<sup>2</sup></p>



<p class="has-text-align-center">∴ P(X ≤ 3) = (243/1024) + 5 x&nbsp;&nbsp;(1/4)&nbsp;x&nbsp;(81/256) + 10 x (1/16)&nbsp;(27/64)&nbsp;+ 10 x (1/64)&nbsp;(9/16)</p>



<p class="has-text-align-center">∴ P(X ≤ 3) = (243/1024) + (405/1024) + (270/1024) + (90/1024)</p>



<p class="has-text-align-center">∴ P(X ≤ 3) = 1008/2024 = 63/64 = 0.9844</p>



<p><strong>The probability of getting atleast 1 correct answers (X ≥ 1):</strong></p>



<p class="has-text-align-center">∴ P(X ≥ 1) = 1 &#8211; P(X = 0)</p>



<p class="has-text-align-center">∴ P(X ≥ 1) = 1 &#8211;&nbsp;&nbsp;<sup>5</sup>C<sub>0</sub>&nbsp;(1/4)<sup>0</sup> (3/4)<sup>5 &#8211; 0</sup> <sup>3</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 1) = 1 &#8211;&nbsp; 1 x 1 x&nbsp; (3/4)<sup>5</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 1) = 1-&nbsp; (243/1024) = 781/1024 = 0.7627</p>



<p class="has-text-align-center"><strong>Ans:&nbsp;</strong>The probability of getting exactly 3 answers correct is 45/512 or 0.0879, the probability of getting atmost 3 correct answers is 63/64 or 0.9844, the probability of getting atleast 1 correct answer is 781/1024 or 0.7627</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 06:</strong></p>



<p><strong>The probability of hitting a target in any shot is 0.2. If 10 shots are fired, find the probability that the target will be heat atleast twice</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 10, Probability of hitting target (success) = 0.2</p>



<p class="has-text-align-center">∴ p = 0.2 and q = 1 &#8211; p = 1 &#8211; 0.2 = 0.8</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p><strong>The probability of hitting the target atleast twice (X ≥ 2):</strong></p>



<p class="has-text-align-center">∴ P(X ≥ 2) = 1 &#8211; { P(X = 0) + P(X = 1)}</p>



<p class="has-text-align-center">∴ P(X ≥ 2) = 1 &#8211; { <sup>10</sup>C<sub>0</sub>&nbsp;(0.2)<sup>0</sup> (0.8)<sup>10 &#8211; 0</sup>&nbsp;+ <sup>10</sup>C<sub>1</sub>&nbsp;(0.2)<sup>1</sup> (0.8)<sup>10 &#8211; 1</sup>}</p>



<p class="has-text-align-center">∴ P(X ≥ 2) = 1 &#8211; { 1 x&nbsp; 1 x &nbsp;(0.8)<sup>10</sup>&nbsp;+ 10 x&nbsp;&nbsp;(0.2)&nbsp;(0.8)<sup>9</sup>}</p>



<p class="has-text-align-center">∴ P(X ≥ 2) = 1 &#8211; (0.8&nbsp;+ 2)&nbsp;(0.8)<sup>9&nbsp;</sup>= 1 &#8211; (2.8)&nbsp;(0.8)<sup>9</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 2) = 1 &#8211; 0.3758= 0.6242</p>



<p class="has-text-align-center"><strong>Ans:&nbsp;</strong>The probability of hitting the target atleast twice is 0.6242</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 07:</strong></p>



<p><strong>The probability that a bomb will hit a target is 0.8. Find the probability that out of 10 bombs dropped, exactly two will miss the target.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 10, Probability of hitting target (success) = 0.8</p>



<p class="has-text-align-center">∴ p = 0.8 and q = 1 &#8211; p = 1 &#8211; 0.8 = 0.2</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p class="has-text-align-center">Exactly two miss the target implies 8 bombs hit the target</p>



<p><strong>The probability exactly two bombs miss the target&nbsp; (X = 2):</strong></p>



<p class="has-text-align-center">∴ P(X = 8) = <sup>10</sup>C<sub>8</sub>&nbsp;(0.8)<sup>8</sup> (0.2)<sup>10 &#8211; 8</sup></p>



<p class="has-text-align-center">∴ P(X = 8) = 45 x&nbsp;(0.8)<sup>8</sup> (0.2)<sup>2</sup></p>



<p class="has-text-align-center">∴ P(X = 8) = 0.3020</p>



<p class="has-text-align-center"><strong>Ans: </strong>The probability exactly two bombs miss the target&nbsp;is 0.3020</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 08:</strong></p>



<p><strong>In a town, 80% of all the families own a television set. If 10 families are interviewed at random, find the probability that a) seven families own a television set b) atmost three families own a television set.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 10, Probability of family having atelevision st is 80% = 80/100 = 0.8</p>



<p class="has-text-align-center">∴ p = 0.8 and q = 1 &#8211; p = 1 &#8211; 0.8 = 0.2</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p><strong>The probability that 7 families have television (X = 7):</strong></p>



<p class="has-text-align-center">∴ P(X = 7) = <sup>10</sup>C<sub>7</sub>&nbsp;(0.8)<sup>7</sup> (0.2)<sup>10 &#8211; 7</sup></p>



<p class="has-text-align-center">∴ P(X = 7) = 120 x (0.8)<sup>7</sup> (0.2)<sup>3</sup>&nbsp;= 0.2013</p>



<p><strong>The probability that atmost 3 families have television (X ≤ 3):</strong></p>



<p class="has-text-align-center">∴ P(X ≤ 3) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3)</p>



<p class="has-text-align-center">∴ P(X ≤ 3) = <sup>10</sup>C<sub>0</sub>&nbsp;(0.8)<sup>0</sup> (0.2)<sup>10 &#8211; 0</sup> + <sup>10</sup>C<sub>1</sub>&nbsp;(0.8)<sup>1</sup> (0.2)<sup>10 &#8211; 1</sup> + <sup>10</sup>C<sub>2</sub>&nbsp;(0.8)<sup>2</sup> (0.2)<sup>10 &#8211; 2</sup> + <sup>10</sup>C<sub>3</sub>&nbsp;(0.8)<sup>3</sup> (0.2)<sup>10 &#8211; 3</sup></p>



<p class="has-text-align-center">∴ P(X ≤ 3) = 1 x&nbsp; 1 x (0.2)<sup>10</sup>&nbsp;+ 10 x&nbsp;&nbsp;(0.8) (0.2)<sup>9</sup> + 45 x (0.8)<sup>2</sup> (0.2)<sup>8</sup> + 120 x (0.8)<sup>3</sup> (0.2)<sup>7</sup></p>



<p class="has-text-align-center">∴ P(X ≤ 3) = 0.0008644</p>



<p class="has-text-align-center"><strong>Ans: </strong>The probability that 7 families have television&nbsp;is 0.2013 and the probability that atmost 3 families have television is 0.0008644</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 09:</strong></p>



<p><strong>The probability that a person who undergoes a kidney operation will recover is 0.7, Find the probability that of the six patients who undergo similar operations: a) none will recover, b) all will recover, c) half of them will recover and iv) aleast half will recover.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 6, Probability of recovery after operation (success) = 0.7</p>



<p class="has-text-align-center">∴ p = 0.7 and q = 1 &#8211; p = 1 &#8211; 0.7 = 0.3</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p><strong>The probability that none will recover (X = 0):</strong></p>



<p class="has-text-align-center">∴ P(X = 0) = <sup>6</sup>C<sub>0</sub>&nbsp;(0.7)<sup>0</sup> (0.3)<sup>6 &#8211; 0</sup></p>



<p class="has-text-align-center">∴∴ P(X = 0) = 1 x 1 x (0.3)<sup>6&nbsp;</sup>&nbsp;= 0.000729</p>



<p><strong>The probability that all will recover (X = 6):</strong></p>



<p class="has-text-align-center">∴ P(X = 6) = <sup>6</sup>C<sub>6</sub>&nbsp;(0.7)<sup>6</sup> (0.3)<sup>6 &#8211; 6</sup></p>



<p class="has-text-align-center">∴∴ P(X = 6) = 1 x (0.7)<sup>6&nbsp;</sup>x 1 = 0.1176</p>



<p><strong>The probability that halff of them will recover (X = 3):</strong></p>



<p class="has-text-align-center">∴ P(X = 3) = <sup>6</sup>C<sub>3</sub>&nbsp;(0.7)<sup>3</sup> (0.3)<sup>6 &#8211; 3</sup></p>



<p class="has-text-align-center">∴ P(X = 3) = 20 x (0.7)<sup>3</sup> (0.3)<sup>3&nbsp;</sup>= 0.1852</p>



<p><strong>The probability that atleast half of them will recover (X ≥ 3):</strong></p>



<p class="has-text-align-center">∴ P(X ≥ 3) = P(X = 3) + P(X = 4) + P(x = 5) + P(X = 6)</p>



<p class="has-text-align-center">∴ P(X ≥ 3) = <sup>6</sup>C<sub>3</sub>&nbsp;(0.7)<sup>3</sup> (0.3)<sup>6 &#8211; 3</sup>&nbsp; +&nbsp;&nbsp;<sup>6</sup>C<sub>4</sub>&nbsp;(0.7)<sup>4</sup> (0.3)<sup>6 &#8211; 4</sup>&nbsp; +&nbsp;&nbsp;<sup>6</sup>C<sub>5</sub>&nbsp;(0.7)<sup>5</sup> (0.3)<sup>6 &#8211; 5&nbsp;&nbsp;</sup>+&nbsp;&nbsp;<sup>6</sup>C<sub>6</sub>&nbsp;(0.7)<sup>6</sup> (0.3)<sup>6 &#8211; 6</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 3) = 20 x (0.7)<sup>3</sup> (0.3)<sup>3</sup>&nbsp; + 10 x (0.7)<sup>4</sup> (0.3)<sup>2</sup>&nbsp; +&nbsp; 6 x&nbsp;(0.7)<sup>5</sup> (0.3)<sup>1&nbsp;&nbsp;</sup>+ 1 x (0.7)<sup>6</sup> (0.3)<sup>0</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 3) = 0.9294</p>



<p><strong>Ans: </strong>The probability that none will recover&nbsp;is 0.000729. The probability that all will recover&nbsp;is 0.00086441176. The probability that half of them will recover is 0.1852. The probability that atleast half of them will recover is 0.9294</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 10:</strong></p>



<p><strong>Centres for disease control have determined that when a person is given a vaccine, the probability that the person will develop immunity to a virus is 0.8. If eight people are given the vaccine, find the probability that a) none will develop immunity, b) exactly one will develop immunity, and c) all will develop immunity</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 8, Probability taht person develops immunity (success) = 0.78</p>



<p class="has-text-align-center">∴ p = 0.8 and q = 1 &#8211; p = 1 &#8211; 0.8 = 0.2</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p><strong>The probability that none will develop immunity (X = 0):</strong></p>



<p class="has-text-align-center">∴ P(X = 0) = <sup>8</sup>C<sub>0</sub>&nbsp;(0.8)<sup>0</sup> (0.2)<sup>8 &#8211; 0</sup></p>



<p class="has-text-align-center">∴ P(X = 0) = 1 x 1 x (0.2)<sup>8&nbsp;</sup>&nbsp;= 0.00000256</p>



<p><strong>The probability that exactly 4 will develop immunity (X = 4):</strong></p>



<p class="has-text-align-center">∴ P(X = 4) = <sup>8</sup>C<sub>4</sub>&nbsp;(0.8)<sup>4</sup> (0.2)<sup>8 &#8211; 4</sup></p>



<p class="has-text-align-center">∴ P(X = 4) = 70 x&nbsp;(0.8)<sup>4</sup> (0.2)<sup>4&nbsp;</sup>&nbsp;= 0.04587</p>



<p><strong>The probability that all will develop immunity (X = 8):</strong></p>



<p class="has-text-align-center">∴ P(X = 8) = <sup>8</sup>C<sub>8</sub>&nbsp;(0.8)<sup>8</sup> (0.2)<sup>8 &#8211; 8</sup></p>



<p class="has-text-align-center">∴ P(X = 8) = 1 x (0.8)<sup>8</sup> x 1&nbsp;= 0.1678</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 11:</strong></p>



<p><strong>A machine has fourteen identical components that function independently. It will stop working if three or more components fail. If the probability that the component fails is 0.1. Find the probability that the machine will be working.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 14, Probability that component fails (success) = 0.1</p>



<p class="has-text-align-center">∴ p = 0.1 and q = 1 &#8211; p = 1 &#8211; 0.1 = 0.9</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p class="has-text-align-center">Machine will stop working if three or more components fail.</p>



<p class="has-text-align-center">Hence machine will be working if less than three components fail</p>



<p><strong>The probability that machine is working (X &lt; 3):</strong></p>



<p class="has-text-align-center">∴ P(X &lt; 3) = P(X = 0) + P(X = 1) + P(x = 2)</p>



<p class="has-text-align-center">∴ P(X &lt; 3) = <sup>14</sup>C<sub>0</sub>&nbsp;(0.1)<sup>0</sup> (0.9)<sup>14 &#8211; 0</sup> + <sup>14</sup>C<sub>1</sub>&nbsp;(0.1)<sup>1</sup> (0.9)<sup>14 &#8211; 1</sup> + <sup>14</sup>C<sub>2</sub>&nbsp;(0.1)<sup>2</sup> (0.9)<sup>14 &#8211; 2</sup></p>



<p class="has-text-align-center">∴ P(X &lt; 3) = 1x 1 x&nbsp;&nbsp;(0.9)<sup>14</sup>&nbsp;+ 14 x&nbsp;&nbsp;(0.1)<sup>1</sup> (0.9)<sup>13</sup> + 91 x&nbsp;&nbsp;(0.1)<sup>2</sup> (0.9)<sup>12</sup></p>



<p class="has-text-align-center">∴ P(X &lt; 3) = (1 x&nbsp;&nbsp;(0.9)<sup>2</sup>&nbsp;+ 14 x&nbsp; 0.1 x (0.9) + 91 x&nbsp;&nbsp;(0.1)<sup>2</sup>&nbsp;)(0.9)<sup>12</sup></p>



<p class="has-text-align-center">∴ P(X &lt; 3) = (0.81 + 1.26 + 0.91 )(0.9)<sup>12</sup></p>



<p class="has-text-align-center">∴ P(X &lt; 3) =0.8416</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 12:</strong></p>



<p><strong>The probability that a person picked at random will support a constitutional amendment requiring an annual balanced budget is 0.8. If nine individuals are interviewed and they respond independently. What is the probability that at least two-thirds of them will support the amendment?</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">In this case number of trials = n = 9, Probability that support the ammendment (success) = 0.8</p>



<p class="has-text-align-center">∴ p = 0.8 and q = 1 &#8211; p = 1 &#8211; 0.8 = 0.2</p>



<p class="has-text-align-center">For binomial distribution we have P(X = r) = <sup>n</sup>C<sub>r</sub>&nbsp;p<sup>r</sup> q<sup>n &#8211; r</sup></p>



<p class="has-text-align-center">atleast two third of nine i.e. atleast 6 supports the ammendment</p>



<p><strong>The probability that two third support ammendment (X ≥ 6):</strong></p>



<p class="has-text-align-center">∴ P(X ≥ 6) = P(X = 6) + P(X = 7) + P(x = 8)&nbsp;+ P(x = 9)</p>



<p class="has-text-align-center">∴ P(X ≥ 6) = <sup>9</sup>C<sub>6</sub>&nbsp;(0.8)<sup>6</sup> (0.2)<sup>9 &#8211; 6</sup> + <sup>9</sup>C<sub>7</sub>&nbsp;(0.8)<sup>7</sup> (0.2)<sup>9 &#8211; 7</sup> + <sup>9</sup>C<sub>8</sub>&nbsp;(0.8)<sup>8</sup> (0.2)<sup>9 &#8211; 8</sup> + <sup>9</sup>C<sub>9</sub>&nbsp;(0.8)<sup>9</sup> (0.2)<sup>9 &#8211; 9</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 6) = 84 x (0.8)<sup>6</sup> (0.2)<sup>3</sup> + 36 x (0.8)<sup>7</sup> (0.2)<sup>2</sup> + 9 x (0.8)<sup>8</sup> (0.2)<sup>1</sup> + 1x (0.8)<sup>9</sup> (0.2)<sup>0</sup></p>



<p class="has-text-align-center">∴ P(X ≥ 6) = 84 x (0.8)<sup>6</sup> (0.2)<sup>3</sup> + 36 x (0.8)<sup>7</sup> (0.2)<sup>2</sup> + 9 x (0.8)<sup>8</sup> (0.2)<sup>1</sup> + 1x (0.8)<sup>9</sup>&nbsp;x 1</p>



<p class="has-text-align-center">∴ P(X ≥ 6) = 0.9143</p>



<p class="has-text-align-center has-text-color has-large-font-size" style="color:#0988dd"><strong><a href="https://thefactfactor.com/mathematics/probability/">For More Topics in Probability Click Here</a></strong></p>



<p class="has-text-align-center has-text-color has-large-font-size" style="color:#0988dd"><strong><a href="https://thefactfactor.com/mathematics/" target="_blank" rel="noreferrer noopener">For More Topics in Mathematics Click Here</a></strong></p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/binomial-distribution/15210/">Binomial Distribution</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/binomial-distribution/15210/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Probability: Normal Distribution 02</title>
		<link>https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/probability-normal-distribution-data-normally-distributed/15199/</link>
					<comments>https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/probability-normal-distribution-data-normally-distributed/15199/#respond</comments>
		
		<dc:creator><![CDATA[Hemant More]]></dc:creator>
		<pubDate>Fri, 20 Nov 2020 14:50:24 +0000</pubDate>
				<category><![CDATA[Statistics and Probability]]></category>
		<category><![CDATA[Binomial distribution]]></category>
		<category><![CDATA[Normal distribution]]></category>
		<category><![CDATA[Poisson's distribution]]></category>
		<category><![CDATA[Probability]]></category>
		<category><![CDATA[Probability distribution]]></category>
		<guid isPermaLink="false">https://thefactfactor.com/?p=15199</guid>

					<description><![CDATA[<p>Science > Mathematics > Statistics and Probability > Probability > Normal Distribution 02 In this article, we shall study to find the probability of an event when data normally distributed is given. Area Under Normal Curve (0 &#60; x&#60; z) Example &#8211; 01: A sample of 100 dry battery cells tested to find the length [&#8230;]</p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/probability-normal-distribution-data-normally-distributed/15199/">Probability: Normal Distribution 02</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h5 class="wp-block-heading"><strong>Science > <a rel="noreferrer noopener" href="https://thefactfactor.com/mathematics/" target="_blank">Mathematics</a> > Statistics and Probability > <a rel="noreferrer noopener" href="https://thefactfactor.com/mathematics/probability/" target="_blank">Probability</a> > Normal Distribution 02</strong></h5>



<p>In this article, we shall study to find the probability of an event when data normally distributed is given.</p>



<h4 class="wp-block-heading">Area Under Normal Curve (0 &lt; x&lt; z)</h4>



<div class="wp-block-image"><figure class="aligncenter size-large"><img fetchpriority="high" decoding="async" width="464" height="598" src="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-15.png" alt="data normally distributed" class="wp-image-15202" srcset="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-15.png 464w, https://thefactfactor.com/wp-content/uploads/2020/11/Probability-15-233x300.png 233w" sizes="(max-width: 464px) 100vw, 464px" /></figure></div>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 01:</strong></p>



<p><strong>A sample of 100 dry battery cells tested to find the length of life produced the following results. Mean = μ = 12 hours, standard deviation = σ = 3 hours. Assuming that the data are normally distributed, what percentage of battery cells are expressed to have the&nbsp;life a) more than 15 hours, b) less than 6 hours, and c) between 10 hours and 14 hours. Given:</strong></p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">z</td><td class="has-text-align-center" data-align="center">2.5</td><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">0.67</td></tr><tr><td class="has-text-align-center" data-align="center">Area</td><td class="has-text-align-center" data-align="center">0.4938</td><td class="has-text-align-center" data-align="center">0.4772</td><td class="has-text-align-center" data-align="center">0.3413</td><td class="has-text-align-center" data-align="center">0.2486</td></tr></tbody></table></figure>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">We have Mean = μ = 12 hours, standard deviation = σ = 3 hours, Total number of objects = N = 100</p>



<p><strong>P(life of battery more than 15 hours)</strong></p>



<p class="has-text-align-center">The standardized value of x = 15 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(15 &#8211; 12)/3 = 3/3 = 1</p>



<p class="has-text-align-center">P(z &gt;1) = area under the standard normal curve to the right of z = 1</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img decoding="async" width="300" height="134" src="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-16.png" alt="data normally distributed" class="wp-image-15203"/></figure></div>



<p class="has-text-align-center">P(z &gt;1) = (Area to the right of z = 0) &#8211; (Area between z = 0 and z = 1)</p>



<p class="has-text-align-center">P(z &gt;1) = 0.5 &#8211; 0.3413 = 0.1587</p>



<p><strong>P(life of battery less than 6 hours)</strong></p>



<p class="has-text-align-center">The standardized value of x = 6 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(6 &#8211; 12)/3 = &#8211; 6/3 = &#8211; 2</p>



<p class="has-text-align-center">P(z &lt; &#8211; 2) = area under the standard normal curve to the left of z = -2</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="300" height="134" src="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-17.png" alt="" class="wp-image-15204"/></figure></div>



<p class="has-text-align-center">P(z &lt; -2) = (Area to the left of z = 0) &#8211; (Area between z = 0 and z = -2)</p>



<p class="has-text-align-center">P(z &gt;1) = 0.5 &#8211; 0.4772 = 0.0228</p>



<p><strong>P(life of battery between 10 hours and 14 hours)</strong></p>



<p class="has-text-align-center">The standardized value of x = 10 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(10 &#8211; 12)/3 = &#8211; 2/3 = &#8211; 0.67</p>



<p class="has-text-align-center">The standardized value of x = 14is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(14 &#8211; 12)/3 =&nbsp; 2/3 =&nbsp; 0.67</p>



<p class="has-text-align-center">P(- 0.67 &lt; z &lt; 0.67) = area under the standard normal curve between </p>



<p class="has-text-align-center">z = 0.67 and z = &#8211; 0.67</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="300" height="134" src="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-18.png" alt="" class="wp-image-15205"/></figure></div>



<p class="has-text-align-center">P(- 0.67 &lt; z &lt; 0.67) = (Area between z = 0 and z = &#8211; 0.67) +&nbsp;(Area between z = 0 and z = 0.67)</p>



<p class="has-text-align-center">P(- 0.67 &lt; z &lt; 0.67) = 2 x&nbsp;(Area between z = 0 and z = &#8211; 0.67) </p>



<p class="has-text-align-center">= 2 x 0.2486 = 0.4972</p>



<p class="has-text-align-center"><strong>Ans:</strong> 15.87% batteries have life more than 15 hours.</p>



<p class="has-text-align-center">2.28% batteries have life less than 6 hours.</p>



<p class="has-text-align-center">49.72% batteries have life between 10 hours and 14 hours.</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 02:</strong></p>



<p><strong>In a certain examination, 500 students appeared. Means score is 68 and SD 8. Assuming that the data are normally distributed find the number of students scoring a) less than 50 and b) more than 60.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">We have Mean = μ = 68, standard deviation = σ = 8, Total number of students = N = 500</p>



<p><strong>P(marks less than 50)</strong></p>



<p class="has-text-align-center">The standardized value of x = 50 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(50 &#8211; 68)/8 = &#8211; 18/8 = &#8211; 2.25</p>



<p class="has-text-align-center">P(z&nbsp; &lt; &#8211; 2.25) = area under the standard normal curve to the left of z = &#8211; 2.25</p>



<p class="has-text-align-center">P(z &lt; &#8211; 2.25) = (Area to the right of z = 0) &#8211; (Area between z = 0 and z = -2.25)</p>



<p class="has-text-align-center">P(z &lt; &#8211; 2.5) = 0.5 &#8211; 0.4878 = 0.0122</p>



<p class="has-text-align-center">Number of students got less than 50 marks = N x&nbsp;P(z &lt; &#8211; 2.25) </p>



<p class="has-text-align-center">= 500 x 0.0122 = 6 (Appox.)</p>



<p><strong>P(marks more than 60)</strong></p>



<p class="has-text-align-center">The standardized value of x = 50 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(60 &#8211; 68)/8 = &#8211; 8/8 = &#8211; 1</p>



<p class="has-text-align-center">P(z&nbsp; &gt; &#8211; 1) = area under the standard normal curve to the right of z = &#8211; 1</p>



<p class="has-text-align-center">P(z &gt; &#8211; 1) = (Area to the right of z = 0) + (Area between z = 0 and z = -1)</p>



<p class="has-text-align-center">P(z &gt; &#8211; 1) = 0.5 + 0.3413 = 0.8413</p>



<p class="has-text-align-center">Number of students got more than 60 marks = N x&nbsp;P(z &gt; &#8211; 1) </p>



<p class="has-text-align-center">= 500 x 0.8413 = 421 (Appox.)</p>



<p class="has-text-align-center"><strong>Ans:</strong> Number of students got less than 50 marks are 6</p>



<p class="has-text-align-center">Number of students got more than 60 marks are 421</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 03:</strong></p>



<p><strong>Sacks of sugar-packed by an automatic loader having an average weight of 100 kg and with a standard deviation of 0.250 kg. Assuming that the data are normally distributed, find the chance of sack weighing less than 99.5 kg.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">We have Mean = μ = 100 kg, standard deviation = σ = 0.250 kg</p>



<p><strong>P(weight less than 99.5 kg)</strong></p>



<p class="has-text-align-center">The standardized value of x = 99.5 is z = (x &#8211; μ)/σ</p>



<p class="has-text-align-center"> =&nbsp;(99.5 &#8211; 100)/0.250 = &#8211; 0.5/0.250 = &#8211; 2</p>



<p class="has-text-align-center">P(z&nbsp; &lt; &#8211; 2) = area under the standard normal curve to the left of z = &#8211; 2</p>



<p class="has-text-align-center">P(z &lt; &#8211; 2) = (Area to the right of z = 0) &#8211; (Area between z = 0 and z = -2)</p>



<p class="has-text-align-center">P(z &lt; &#8211; 2) = 0.5 &#8211; 0.4772 = 0.0228</p>



<p class="has-text-align-center"><strong>Ans:</strong>&nbsp;The chance of sack weighing less than 99.5 kg is 0.0228 or 2.28%</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 04:</strong></p>



<p><strong>In a test 0f 2000 electric bulbs, it was found that the life of a particular make was normally distributed with an average life of 2040 hours and a standard deviation of 60 hours. Estimate the number of bulbs likely to burn for a) between 1920 hours and 2160 hours and b) more than 2150 hours. Given A(2) = 0.4772, A(1.83) = 0.4664</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">We have Mean = μ = 2040 hours, standard deviation = σ = 60 hours, Total number of bulbs = N = 2000</p>



<p><strong>P(Working life between 1920 hours and 2160 hours)</strong></p>



<p class="has-text-align-center">The standardized value of x = 1920 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(1920 &#8211; 2040)/60 = &#8211; 120/60 = &#8211; 2</p>



<p class="has-text-align-center">The standardized value of x = 2160 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(2160 &#8211; 2040)/60 = 120/60 = 2</p>



<p class="has-text-align-center">P(- 2 &lt; z &lt; 2) = area under the standard normal curve between z = -2 and z = 2</p>



<p class="has-text-align-center">P(- 2 &lt; z &lt; 2) = (Area between z = 0 and z = -2) + (Area between z = 0 and z = 2)</p>



<p class="has-text-align-center">P(- 2 &lt; z &lt; 2)&nbsp; = 2 x (Area between z = 0 and z = 2) = 2 x 0.4772 = 0.9544</p>



<p class="has-text-align-center">Number of bulbs having life between 1920 hours and 2160 hours </p>



<p class="has-text-align-center">= N x P(- 2 &lt; z &lt; 2)</p>



<p class="has-text-align-center">= 2000 x 0.9544 =1909 (Appox.)</p>



<p><strong>P(Working life morethan 2150 hours)</strong></p>



<p class="has-text-align-center">The standardized value of x = 2150 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(2150 &#8211; 2040)/60= 110/60 = 1.83</p>



<p class="has-text-align-center">P(z&nbsp; &gt; 1.83) = area under the standard normal curve to the right of z = 1.83</p>



<p class="has-text-align-center">P(z &gt; 1.83) = (Area to the right of z = 0) &#8211; (Area between z = 0 and z = 1.83)</p>



<p class="has-text-align-center">P(z &gt; 1.83) = 0.5 &#8211; 0.4664 = 0.0336</p>



<p class="has-text-align-center">Number of bulbs having life more than 2150 hours </p>



<p class="has-text-align-center">= N x P(z &gt; 1.83)</p>



<p class="has-text-align-center">= 2000 x 0. 0336 = 67 (Appox.)</p>



<p class="has-text-align-center"><strong>Ans:</strong> The number of bulbs having life between 1920 hours and 2160 hours is 1909 and the number of bulbs having life more than 2150 hours is 67</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 05:</strong></p>



<p><strong>In a test of 2000 electric bulbs, it was found that the life of a particular make was normally distributed with an average life of 2040 hours and a standard deviation of 60 hours. Estimate the number of bulbs likely to burn for a) between 1920 hours and 2160 hours and b) more than 2150 hours. Given A(2) = 0.4772, A(1.83) = 0.4664</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">We have Mean = μ = 2040 hours, standard deviation = σ = 60 hours, Total number of bulbs = N = 2000</p>



<p><strong>P(Working life between 1920 hours and 2160 hours)</strong></p>



<p class="has-text-align-center">The standardized value of x = 1920 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(1920 &#8211; 2040)/60 = &#8211; 120/60 = &#8211; 2</p>



<p class="has-text-align-center">The standardized value of x = 2160 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(2160 &#8211; 2040)/60 = 120/60 = 2</p>



<p class="has-text-align-center">P(- 2 &lt; z &lt; 2) = area under the standard normal curve between z = -2 and z = 2</p>



<p class="has-text-align-center">P(- 2 &lt; z &lt; 2) = (Area betweenz = 0 and z = -2) + (Area between z = 0 and z = 2)</p>



<p class="has-text-align-center">P(- 2 &lt; z &lt; 2)&nbsp; = 2 x (Area between z = 0 and z = 2) = 2 x 0.4772 = 0.9544</p>



<p class="has-text-align-center">Number of bulbs having life between 1920 hours and 2160 hours </p>



<p class="has-text-align-center">= N x P(- 2 &lt; z &lt; 2)</p>



<p class="has-text-align-center">= 2000 x 0.9544 =1909 (Appox.)</p>



<p><strong>P(Working life morethan 2150 hours)</strong></p>



<p class="has-text-align-center">The standardized value of x = 2150 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(2150 &#8211; 2040)/60= 110/60 = 1.83</p>



<p class="has-text-align-center">P(z&nbsp; &gt; 1.83) = area under the standard normal curve to the right of z = 1.83</p>



<p class="has-text-align-center">P(z &gt; 1.83) = (Area to the right of z = 0) &#8211; (Area between z = 0 and z = 1.83)</p>



<p class="has-text-align-center">P(z &gt; 1.83) = 0.5 &#8211; 0.4664 = 0.0336</p>



<p class="has-text-align-center">Number of bulbs having life more than 2150 hours </p>



<p class="has-text-align-center">= N x P(z &gt; 1.83)</p>



<p class="has-text-align-center">= 2000 x 0. 0336 = 67 (Appox.)</p>



<p class="has-text-align-center"><strong>Ans:</strong> The number of bulbs having life between 1920 hours and 2160 hours is 1909 and the number of bulbs having life more than 2150 hours is 67</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 06:</strong></p>



<p><strong>The scores of 1000 students have a mean 14 and standard deviation 2.5. Assuming the data to be normally distributed, find a) how many students secured marks between 12 and 15? and b) How many student score more than 18. Given A(0.8) 0.2882, A(0.4) 0.1554, A(1.6) = 0.4452.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">We have Mean = μ = 14, standard deviation = σ = 2.5, Total number of students = N = 1000</p>



<p><strong>P(score between 12 and 15)</strong></p>



<p class="has-text-align-center">The standardized value of x = 12 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(12 &#8211; 14)/2.5 = &#8211; 2/2.5 = &#8211; 0.8</p>



<p class="has-text-align-center">The standardized value of x = 15 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(15 &#8211; 14)/2.5 = 1/2.5 = 0.4</p>



<p class="has-text-align-center">P(- 0.8 &lt; z &lt; 0.4) = area under the standard normal curve between z = &#8211; 0.8 and z = 0.4</p>



<p class="has-text-align-center">P(- 0.8 &lt; z &lt; 0.4) = (Area betweenz = 0 and z = &#8211; 0.8) + (Area between z = 0 and z = 0.4)</p>



<p class="has-text-align-center">P(- 0.8 &lt; z &lt; 0.4)&nbsp; = 0.2881 + 0.1554 = 0.4435</p>



<p class="has-text-align-center">Number of students who score between 12 and 14&nbsp; </p>



<p class="has-text-align-center">= N x P(- 0.8 &lt; z &lt; 0.4)</p>



<p class="has-text-align-center">= 1000 x 0.4435 = 444 (Appox.)</p>



<p><strong>P(Score more than 18)</strong></p>



<p class="has-text-align-center">The standardized value of x = 18 is z = (x &#8211; μ)/σ </p>



<p class="has-text-align-center">=&nbsp;(18 &#8211; 14)/2.5= 4/2.5 = 1.6</p>



<p class="has-text-align-center">P(z&nbsp; &gt; 1.6) = area under the standard normal curve to the right of z = 1.6</p>



<p class="has-text-align-center">P(z &gt; 1.6) = (Area to the right of z = 0) &#8211; (Area between z = 0 and z = 1.6)</p>



<p class="has-text-align-center">P(z &gt; 1.6) = 0.5 &#8211; 0.4452 = 0.0548</p>



<p class="has-text-align-center">Number of students who score more than 18&nbsp; </p>



<p class="has-text-align-center">= N x P(z &gt; 1.6)</p>



<p></p>



<p class="has-text-align-center">= 1000 x 0. 0548 = 55 (Appox.)</p>



<p class="has-text-align-center"><strong>Ans:</strong> The number of students who score between 12 and 14 is 444 and the number of students who score more than 18 is 55</p>



<p class="has-text-align-center has-text-color has-large-font-size" style="color:#0988dd"><strong><a href="https://thefactfactor.com/mathematics/probability/">For More Topics in Probability Click Here</a></strong></p>



<p class="has-text-align-center has-text-color has-large-font-size" style="color:#0988dd"><strong><a href="https://thefactfactor.com/mathematics/" target="_blank" rel="noreferrer noopener">For More Topics in Mathematics Click Here</a></strong></p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/probability-normal-distribution-data-normally-distributed/15199/">Probability: Normal Distribution 02</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/probability-normal-distribution-data-normally-distributed/15199/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Probability: Normal Distribution</title>
		<link>https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/normal-distribution/15190/</link>
					<comments>https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/normal-distribution/15190/#comments</comments>
		
		<dc:creator><![CDATA[Hemant More]]></dc:creator>
		<pubDate>Fri, 20 Nov 2020 13:31:24 +0000</pubDate>
				<category><![CDATA[Statistics and Probability]]></category>
		<category><![CDATA[Binomial distribution]]></category>
		<category><![CDATA[Normal distribution]]></category>
		<category><![CDATA[Poisson's distribution]]></category>
		<category><![CDATA[Probability]]></category>
		<category><![CDATA[Probability distribution]]></category>
		<guid isPermaLink="false">https://thefactfactor.com/?p=15190</guid>

					<description><![CDATA[<p>Science &#62; Mathematics &#62; Statistics and Probability &#62; Probability &#62; Normal Distribution 01 The&#160;normal distribution&#160;refers to a family of&#160;continuous probability distributions&#160;described by the normal equation. on the domain x&#160;∈ (- ∞,&#160;∞) where&#160;x&#160;is a normal random variable, μ is the mean, σ is the standard deviation, Thus the normal distribution can be completely specified by two [&#8230;]</p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/normal-distribution/15190/">Probability: Normal Distribution</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h5 class="wp-block-heading"><strong>Science &gt; <a rel="noreferrer noopener" href="https://thefactfactor.com/mathematics/" target="_blank">Mathematics</a> &gt; Statistics and Probability &gt; <a rel="noreferrer noopener" href="https://thefactfactor.com/mathematics/probability/" target="_blank">Probability</a> &gt; Normal Distribution 01</strong></h5>



<p>The&nbsp;normal distribution&nbsp;refers to a family of&nbsp;continuous probability distributions&nbsp;described by the normal equation.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="222" height="77" src="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-12.png" alt="Normal Distribution" class="wp-image-15194"/></figure></div>



<p class="has-text-align-center">on the domain x&nbsp;∈ (- ∞,&nbsp;∞)</p>



<p class="has-text-align-center">where&nbsp;<em>x</em>&nbsp;is a normal random variable, μ is the mean, σ is the standard deviation,</p>



<p>Thus the normal distribution can be completely specified by two parameter mean (μ) and standard deviation (σ) and is represented as N(μ, σ).</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="425" height="309" src="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-13.png" alt="Normal Distribution" class="wp-image-15195" srcset="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-13.png 425w, https://thefactfactor.com/wp-content/uploads/2020/11/Probability-13-300x218.png 300w" sizes="auto, (max-width: 425px) 100vw, 425px" /></figure></div>



<p>Mathematicians called this distribution a normal distribution, a physicist called it a&nbsp;Gaussian distribution, and scientists called it a bell curve due to its bell-like shape.</p>



<p>The normal distribution with mean μ = 0 and standard deviation, σ = 1 is called the standard normal distribution. It is denoted by N(0, 1).</p>



<p class="has-accent-color has-text-color has-large-font-size" id="properties"><strong>Characteristics of a Normal Distribution</strong></p>



<ul class="wp-block-list"><li>The normal curve is symmetrical about the mean&nbsp;μ.&nbsp;It is perfectly symmetrical around its center. That is, the right side of the center is a mirror image of the left side.</li><li>The mean is at the middle and divides the area into halves.&nbsp;The&nbsp;center of a normal distribution&nbsp;is located at its peak, and 50% of the data lies above the mean, while 50% lies below. It means that the mean, median, and mode are all equal in a normal distribution.</li><li>There is also only one mode, or peak, in a normal distribution.</li><li>Normal distributions are continuous and have tails that are asymptotic.</li><li>The total area under the curve is equal to 1;</li><li>It is completely determined by its mean and standard deviation (SD)&nbsp;<em>σ</em>&nbsp;(or variance&nbsp;<em>σ</em><sup>2</sup>)</li><li>Approximately 68 % of the data lies within 1 SD of the mean.&nbsp;Approximately 95 % of the data lies within 2 SD of the mean.&nbsp; Approximately 99.7 % of the data lies within 3 SD of the mean.</li></ul>



<p class="has-accent-color has-text-color has-large-font-size"><strong>The Z &#8211; score:</strong></p>



<p>The number of standard deviations from the mean is called the standard score or z &#8211; score.</p>



<p>An arbitrary normal distribution can be converted to a standard normal distribution by changing variables to z.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="249" height="336" src="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-14.png" alt="" class="wp-image-15196" srcset="https://thefactfactor.com/wp-content/uploads/2020/11/Probability-14.png 249w, https://thefactfactor.com/wp-content/uploads/2020/11/Probability-14-222x300.png 222w" sizes="auto, (max-width: 249px) 100vw, 249px" /></figure></div>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Empirical Rules for z &#8211; Scores:</strong></p>



<ul class="wp-block-list"><li>Approximately 68 % of the data lies within 1 SD of the mean.&nbsp;</li><li>Approximately 95 % of the data lies within 2 SD of the mean.&nbsp; </li><li>Approximately 99.7 % of the data lies within 3 SD of the mean.</li></ul>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Importance of z &#8211; Score:</strong></p>



<p>Z-Scores tell us whether a particular score is equal to the mean, below the mean or above the mean of a bunch of scores. They can also tell us how far a particular score is away from the mean.</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">Z-Score</td><td>Conclusion</td></tr><tr><td class="has-text-align-center" data-align="center">0</td><td>It is equal to the group mean</td></tr><tr><td class="has-text-align-center" data-align="center">Positive</td><td>It is above the group mean</td></tr><tr><td class="has-text-align-center" data-align="center">Negative</td><td>It is below the group mean</td></tr><tr><td class="has-text-align-center" data-align="center">+ 1</td><td>It is 1 Standard Deviation above the mean</td></tr><tr><td class="has-text-align-center" data-align="center">+ 2</td><td>It is 2 Standard Deviation above the mean</td></tr><tr><td class="has-text-align-center" data-align="center">&#8211; 1</td><td>It is 1 Standard Deviation below the mean</td></tr><tr><td class="has-text-align-center" data-align="center">&#8211; 2</td><td>It is 1 Standard Deviation below the mean</td></tr></tbody></table></figure>



<p>We can use Z-scores to standardize scores from different groups of data. Then we can compare raw scores from different groups of data.</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 01:</strong></p>



<p><strong>95 % of students at the college are between 1.1 m and 1.7 m tall. Find mean and the standard deviation assuming a normal distribution.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Mean = μ = average of the two values given = (1.1 + 1.7)/2 = 2.8/2 = 1.4 m</p>



<p class="has-text-align-center">From empirical rule states that approximately 95 % of the data lies within 2 SD of the mean on either side.</p>



<p class="has-text-align-center">Therefore the total deviation is 4 S.D.</p>



<p class="has-text-align-center">4 S.D. = 1.7 &#8211; 1.1</p>



<p class="has-text-align-center">4 S.D. = 0.6</p>



<p class="has-text-align-center">1 S.D. =&nbsp;σ = 0.15 m</p>



<p class="has-text-align-center"><strong>Ans:</strong> Mean = 1.4 m and the standard deviation is 0.15 m</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 02:</strong></p>



<p><strong>95 % of students in a class of 100 weigh between 62 kg and 90 kg. Find mean and standard deviation assuming a normal distribution.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Mean = μ = average of the two values given = (62 + 90)/2 = 152/2 = 76 kg</p>



<p class="has-text-align-center">From empirical rule states that approximately 95 % of the data lies within 2 SD of the mean on either side.</p>



<p class="has-text-align-center">Therefore the total deviation is 4 S.D.</p>



<p class="has-text-align-center">4 S.D. = 90 &#8211; 62</p>



<p class="has-text-align-center">4 S.D. = 28</p>



<p class="has-text-align-center">1 S.D. =&nbsp;σ = 7 kg</p>



<p class="has-text-align-center"><strong>Ans:</strong> Mean = 76 kg and standard deviation is 7 kg</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 03:</strong></p>



<p><strong>68 % of marks of students in a certain test are between 51 and 64. Find mean and standard deviation assuming a normal distribution.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Mean = μ = average of the two values given = (51 + 64)/2 = 115/2 = 57.5 kg</p>



<p class="has-text-align-center">From empirical rule states that approximately 68 % of the data lies within 1 SD of the mean on either side.</p>



<p class="has-text-align-center">Therefore the total deviation is 2 S.D.</p>



<p class="has-text-align-center">2 S.D. = 64 &#8211; 51</p>



<p class="has-text-align-center">2 S.D. = 13</p>



<p class="has-text-align-center">1 S.D. =&nbsp;σ = 6.5 kg</p>



<p class="has-text-align-center"><strong>Ans:</strong> Mean marks = 57.5 and standard deviation in marks is 6.5</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example &#8211; 04:</strong></p>



<p><strong>99.7 % of electrical components produced by a machine have lengths between 1.176 cm and 1.224 cm. Find mean and standard deviation assuming a normal distribution.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Mean = μ = average of the two values given = (1.176 + 1.224)/2 = 2.4/2 = 1. 2 cm</p>



<p class="has-text-align-center">From empirical rule states that approximately 99.7 % of the data lies within 3 SD of the mean on either side.</p>



<p class="has-text-align-center">Therefore the total deviation is 6 S.D.</p>



<p class="has-text-align-center">6 S.D. = 1.224 &#8211; 1.176</p>



<p class="has-text-align-center">6 S.D. = 0.048</p>



<p class="has-text-align-center">1 S.D. = σ = 0.008 cm</p>



<p class="has-text-align-center"><strong>Ans:</strong> Mean length = 1.2 cm and standard deviation in length is 0.008 cm</p>



<p class="has-text-align-center has-text-color has-large-font-size" style="color:#0988dd"><strong><a href="https://thefactfactor.com/mathematics/probability/">For More Topics in Probability Click Here</a></strong></p>



<p class="has-text-align-center has-text-color has-large-font-size" style="color:#0988dd"><strong><a href="https://thefactfactor.com/mathematics/" target="_blank" rel="noreferrer noopener">For More Topics in Mathematics Click Here</a></strong></p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/normal-distribution/15190/">Probability: Normal Distribution</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thefactfactor.com/facts/pure_science/mathematics/statistics-and-probability/normal-distribution/15190/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
