<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Ask Ghassem - Recent questions tagged combination</title>
<link>https://ask.ghassem.com/tag/combination</link>
<description>Powered by Question2Answer</description>
<item>
<title>Which scenarios among the following are a valid reason to use regularization?</title>
<link>https://ask.ghassem.com/451/which-scenarios-among-following-valid-reason-regularization</link>
<description>A. To drop the least useful variables of a model&lt;br /&gt;
&lt;br /&gt;
B. To reduce over-fitting&lt;br /&gt;
&lt;br /&gt;
C. To reduce the bias of a model&lt;br /&gt;
&lt;br /&gt;
D. To decrease p-value</description>
<category>Data Science Interview Questions</category>
<guid isPermaLink="true">https://ask.ghassem.com/451/which-scenarios-among-following-valid-reason-regularization</guid>
<pubDate>Sat, 27 Oct 2018 17:31:43 +0000</pubDate>
</item>
<item>
<title>How do you tell a permutation problem from a combination problem?</title>
<link>https://ask.ghassem.com/396/how-you-tell-permutation-problem-from-combination-problem</link>
<description>Given the questions:&lt;br /&gt;
&lt;br /&gt;
1. How many different groups of 4 students can be made from a class of 40?&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
2. How many different lists of 4 students can be made from a class of 40?&lt;br /&gt;
&lt;br /&gt;
How do you determine which requires a permutation and which requires a combination?</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/396/how-you-tell-permutation-problem-from-combination-problem</guid>
<pubDate>Mon, 15 Oct 2018 15:34:13 +0000</pubDate>
</item>
<item>
<title>What is the difference between permutation and combination?</title>
<link>https://ask.ghassem.com/363/what-is-the-difference-between-permutation-and-combination</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/363/what-is-the-difference-between-permutation-and-combination</guid>
<pubDate>Sat, 13 Oct 2018 01:19:28 +0000</pubDate>
</item>
<item>
<title>What is binomial experiment and when do we use it?</title>
<link>https://ask.ghassem.com/355/what-is-binomial-experiment-and-when-do-we-use-it</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/355/what-is-binomial-experiment-and-when-do-we-use-it</guid>
<pubDate>Fri, 12 Oct 2018 22:25:59 +0000</pubDate>
</item>
<item>
<title>When should we use permutation and combination?</title>
<link>https://ask.ghassem.com/353/when-should-we-use-permutation-and-combination</link>
<description></description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/353/when-should-we-use-permutation-and-combination</guid>
<pubDate>Fri, 12 Oct 2018 22:16:45 +0000</pubDate>
</item>
<item>
<title>Sample question of permutation and combination.</title>
<link>https://ask.ghassem.com/345/sample-question-of-permutation-and-combination</link>
<description>You can bring along 2 friends! you have 5 friends who want to come along. How many different groups of friends could you take with you?</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/345/sample-question-of-permutation-and-combination</guid>
<pubDate>Fri, 12 Oct 2018 20:47:03 +0000</pubDate>
</item>
<item>
<title>What is the difference between Combination and Permutation?</title>
<link>https://ask.ghassem.com/315/what-is-the-difference-between-combination-and-permutation</link>
<description>As an example:&lt;br /&gt;
Calculate the possible permutations for a rubik&amp;#039;s cube?&lt;br /&gt;
&lt;br /&gt;
Why is it not, calculate the possible combinations for a rubik&amp;#039;s cube?</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/315/what-is-the-difference-between-combination-and-permutation</guid>
<pubDate>Thu, 11 Oct 2018 17:25:28 +0000</pubDate>
</item>
<item>
<title>Six devices (A,B,C,D,E, F) are each assigned one of three IP addresses...how many different assignments are possible?</title>
<link>https://ask.ghassem.com/310/devices-assigned-addresses-different-assignments-possible</link>
<description>Six devices (A,B,C,D,E, F) are each assigned one of three IP addresses (IP#1, IP#2, IP#3). If three&lt;br /&gt;
devices are assigned IP#1, two devices are assigned IP#2, and one device IP#3, how many different&lt;br /&gt;
assignments are possible?&lt;br /&gt;
&lt;br /&gt;
This is question 4 from lecture 3A.</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/310/devices-assigned-addresses-different-assignments-possible</guid>
<pubDate>Mon, 08 Oct 2018 21:46:42 +0000</pubDate>
</item>
<item>
<title>How many different ways are there to deal four 13 card hands to four players from a standard deck of 52 cards?</title>
<link>https://ask.ghassem.com/306/many-different-ways-there-deal-hands-players-standard-cards</link>
<description>&lt;p&gt;This question is from the third Combination example from lecture notes 3A. Researching this question I found this answer&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.quora.com/In-how-many-ways-can-52-cards-be-distributed-to-four-players-with-13-cards-each&quot;&gt;https://www.quora.com/In-how-many-ways-can-52-cards-be-distributed-to-four-players-with-13-cards-each&lt;/a&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;What I don&#039;t understand is why you multiple the number of&amp;nbsp;ways for each&amp;nbsp;hand as opposed to adding. I know for player 1 it&#039;s&amp;nbsp;C(52,13), player 2&amp;nbsp;C(39,13), player 3 C(26,13), then player 4 is 1 or C(13,13). I&amp;nbsp;thought adding these together would get the total number of ways to deal the cards. Is this answer from the link correct and why?&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<category>general</category>
<guid isPermaLink="true">https://ask.ghassem.com/306/many-different-ways-there-deal-hands-players-standard-cards</guid>
<pubDate>Mon, 08 Oct 2018 18:58:32 +0000</pubDate>
</item>
</channel>
</rss>