<?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>probability Archives - rweber.net</title>
	<atom:link href="https://www.rweber.net/tag/probability/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.rweber.net/tag/probability/</link>
	<description>trying to be a mile wide AND a mile deep</description>
	<lastBuildDate>Fri, 04 Dec 2015 01:09:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">37896774</site>	<item>
		<title>Counting and Probability Quiz</title>
		<link>https://www.rweber.net/mathematics/discrete-math/counting-probability-quiz/</link>
					<comments>https://www.rweber.net/mathematics/discrete-math/counting-probability-quiz/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Thu, 27 Mar 2014 12:00:43 +0000</pubDate>
				<category><![CDATA[discrete math]]></category>
		<category><![CDATA[counting]]></category>
		<category><![CDATA[probability]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=5742</guid>

					<description><![CDATA[<p>A professor is writing a multiple choice question. The question will show three graphs and ask which of them are connected, and the answer choices will be of the form &#8220;I and II only&#8221;, &#8220;none of them&#8221;, &#8220;all of them&#8221;, &#8220;III only&#8221;, etc. The professor uses a program to generate the answer selections, which guarantees [&#8230;]</p>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/counting-probability-quiz/">Counting and Probability Quiz</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<ol>
<li>A professor is writing a multiple choice question. The question will show three graphs and ask which of them are connected, and the answer choices will be of the form &#8220;I and II only&#8221;, &#8220;none of them&#8221;, &#8220;all of them&#8221;, &#8220;III only&#8221;, etc. The professor uses a program to generate the answer selections, which guarantees the correct answer will be one of the options but otherwise randomly assigns answer choices to the letters a) through e).
<ol>
<li>How many different versions of the problem could the computer generate?</li>
<li>What is the probability the correct answer is c) in the version generated?<br />
&nbsp;</li>
</ol>
</li>
<li>Suppose you have a Minesweeper board which is 10&#215;10 squares large and on which you will place 20 mines.<br />&nbsp;
<ol>
<li>To find the number of board layouts, would you use combination or permutation? Find the number of board layouts.</li>
<li>Suppose now that you want to consider rotations and reflections of the board as &#8220;the same&#8221; layout.  If counting the layouts under this condition is simple, find the number of board layouts; if it is complicated, explain why and describe the computations that must be made.</li>
</ol>
</li>
</ol>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/counting-probability-quiz/">Counting and Probability Quiz</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/mathematics/discrete-math/counting-probability-quiz/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5742</post-id>	</item>
		<item>
		<title>Assembly line question</title>
		<link>https://www.rweber.net/mathematics/discrete-math/assembly-line-question/</link>
					<comments>https://www.rweber.net/mathematics/discrete-math/assembly-line-question/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Thu, 13 Mar 2014 12:00:30 +0000</pubDate>
				<category><![CDATA[discrete math]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[probability]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=6029</guid>

					<description><![CDATA[<p>A factory makes bags of six assorted filled chocolates. Each bag contains two each of three varieties; they always have caramel-filled chocolates, have either chocolate cream or vanilla cream, and have one of orange, raspberry, or mocha. The assembly line is set up so half the bags start at the chocolate cream machine and half [&#8230;]</p>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/assembly-line-question/">Assembly line question</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A factory makes bags of six assorted filled chocolates. Each bag contains two each of three varieties; they always have caramel-filled chocolates, have either chocolate cream or vanilla cream, and have one of orange, raspberry, or mocha. The assembly line is set up so half the bags start at the chocolate cream machine and half at the vanilla cream machine, receiving two chocolates; they merge to a single caramel machine, getting shuffled in the process; and finally they split randomly into three lanes that lead to machines dispensing orange, raspberry, and mocha-filled chocolates respectively.</p>
<p>There are many questions one can ask about counting: how many ways are there to fill a bag of chocolates (i.e., how many distinct lists of varieties might a bag contain)? How many ways to fill a bag include orange-filled chocolates? How many ways include both chocolate cream and mocha-filled chocolates? How many ways include neither vanilla cream nor raspberry-filled chocolates?</p>
<p>The question I&#8217;m more interested in discussing, however, is this: Suppose something is going wrong in the assembly line and over half the bags are coming out overfilled. Before you break open the chocolates and look at their insides, form a hypothesis as to what has gone wrong. What machine or machines are most likely to be malfunctioning? Why?</p>
<hr>
<p>Your answer consists of your assumptions and the arguments based on them, with enough context restated from the problem that the answer reads smoothly. </p>
<p>There are a few conflicting but appropriate assumptions you could make here. The first is that either the malfunction is consistent, affecting all bags that come through that machine, or it&#8217;s inconsistent, affecting at most all of the bags, but possibly fewer.</p>
<p>The second choice of assumptions is whether the description &#8220;over half&#8221; implies &#8220;not all.&#8221; If every bag were coming out overfilled, you&#8217;d expect that to be specified&#8230; unless you&#8217;re a logician teaching a math class, in which case &#8220;over half&#8221; definitely includes the possibility of &#8220;all.&#8221;</p>
<p>But the important thing for writing up an answer is to be clear on what you&#8217;re assuming above and beyond the information given in the problem.</p>
<p>There is a third assumption that I expected everyone to make: that the most likely explanation involves malfunction of the fewest machines. It may not always be the case, but we&#8217;re assuming the candy factory is run well enough that machines are more likely to be working properly than improperly.</p>
<p>So what&#8217;s your answer?</p>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/assembly-line-question/">Assembly line question</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/mathematics/discrete-math/assembly-line-question/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6029</post-id>	</item>
		<item>
		<title>Understanding probability</title>
		<link>https://www.rweber.net/mathematics/discrete-math/understanding-probability/</link>
					<comments>https://www.rweber.net/mathematics/discrete-math/understanding-probability/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Mon, 07 Oct 2013 15:56:41 +0000</pubDate>
				<category><![CDATA[discrete math]]></category>
		<category><![CDATA[probability]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=402</guid>

					<description><![CDATA[<p>Math with Bad Drawings is in the midst of a series about probability to try to explain the concepts without the computations. It is wonderful so far, and promises to cover a lot of territory.</p>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/understanding-probability/">Understanding probability</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Math with Bad Drawings is in the midst of <a href="http://mathwithbaddrawings.com/the-bear-in-the-moonlight/">a series about probability</a> to try to explain the concepts without the computations. It is wonderful so far, and promises to cover a lot of territory.</p>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/understanding-probability/">Understanding probability</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.rweber.net/mathematics/discrete-math/understanding-probability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">402</post-id>	</item>
	</channel>
</rss>
