<?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>counting Archives - rweber.net</title>
	<atom:link href="https://www.rweber.net/tag/counting/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.rweber.net/tag/counting/</link>
	<description>trying to be a mile wide AND a mile deep</description>
	<lastBuildDate>Fri, 04 Dec 2015 00:58:32 +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>Common themes in counting</title>
		<link>https://www.rweber.net/mathematics/discrete-math/common-themes-counting/</link>
					<comments>https://www.rweber.net/mathematics/discrete-math/common-themes-counting/#respond</comments>
		
		<dc:creator><![CDATA[Rebecca]]></dc:creator>
		<pubDate>Thu, 15 May 2014 12:00:10 +0000</pubDate>
				<category><![CDATA[discrete math]]></category>
		<category><![CDATA[counting]]></category>
		<guid isPermaLink="false">http://www.rweber.net/?p=5731</guid>

					<description><![CDATA[<p>Break into chunks and then add back together. Break into tasks and then multiply together. Do via the back door &#8211; find exactly when you don&#8217;t want and what&#8217;s left over is what you do want. Combining this with DeMorgan&#8217;s Laws can be powerful. Counting: find the total number of ways to accomplish a task [&#8230;]</p>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/common-themes-counting/">Common themes in counting</a> appeared first on <a href="https://www.rweber.net">rweber.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<ul>
<li>Break into chunks and then add back together.</li>
<li>Break into tasks and then multiply together.</li>
<li>Do via the back door &#8211; find exactly when you don&#8217;t want and what&#8217;s left over is what you do want. Combining this with DeMorgan&#8217;s Laws can be powerful.
<ul>
<li>Counting: find the total number of ways to accomplish a task and subtract the number of ways that don&#8217;t meet your criteria.</li>
<li>Probability: take 1 and subtract the probability of what you want not happening.</li>
</ul>
</li>
<li>Restrict your viewpoint: if you have 5 pencils in 750 million writing utensils, and you want to know how many ways there are to choose a sample of 3 of the 5 pencils, ignore the rest of the 750 million and compute 5 choose 3.</li>
<li>Get rid of overlap: the inclusion-exclusion principle shows up in many different guises.</li>
</ul>
<p>The post <a href="https://www.rweber.net/mathematics/discrete-math/common-themes-counting/">Common themes in counting</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/common-themes-counting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5731</post-id>	</item>
		<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>
	</channel>
</rss>
