All language subtitles for 006 Solving Combinations_en

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian Download
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:03,030 --> 00:00:04,710 Instructor: Welcome back, everybody. 2 00:00:04,710 --> 00:00:05,543 In this lecture, 3 00:00:05,543 --> 00:00:07,980 we are going to introduce you to combination, 4 00:00:07,980 --> 00:00:10,173 what they are and when to use them. 5 00:00:11,160 --> 00:00:13,380 Combinations represent the number of different ways 6 00:00:13,380 --> 00:00:16,079 we can pick certain elements of a set. 7 00:00:16,079 --> 00:00:18,000 Imagine you were trying to pick three people 8 00:00:18,000 --> 00:00:19,290 to represent your company 9 00:00:19,290 --> 00:00:22,500 on a very important technology related conference. 10 00:00:22,500 --> 00:00:24,480 There are 10 people working in the office, 11 00:00:24,480 --> 00:00:27,300 so how many different combinations are there? 12 00:00:27,300 --> 00:00:29,550 If you calculated this as a variation 13 00:00:29,550 --> 00:00:32,159 your answer would be 720, 14 00:00:32,159 --> 00:00:34,680 but you would be counting every group of three people 15 00:00:34,680 --> 00:00:36,510 several times over. 16 00:00:36,510 --> 00:00:40,020 This is because picking Alex, Sarah, and Dave 17 00:00:40,020 --> 00:00:41,160 to go to the conference 18 00:00:41,160 --> 00:00:44,163 is the same as picking Alex, Dave, and Sarah. 19 00:00:45,420 --> 00:00:48,630 As you just saw, variations don't take into account 20 00:00:48,630 --> 00:00:50,610 double counting elements. 21 00:00:50,610 --> 00:00:52,863 That is where combinations step in. 22 00:00:53,850 --> 00:00:56,100 This next sentence might sound confusing at first 23 00:00:56,100 --> 00:00:58,620 so please pay close attention. 24 00:00:58,620 --> 00:01:00,780 We can say that all the different permutations 25 00:01:00,780 --> 00:01:04,709 of a single combination are different variations. 26 00:01:04,709 --> 00:01:07,770 Let us look at the Sarah, Alex, and Dave example. 27 00:01:07,770 --> 00:01:10,080 Choosing those three to represent the company 28 00:01:10,080 --> 00:01:11,880 is a single combination. 29 00:01:11,880 --> 00:01:14,520 Since the order in which we pick them is not relevant, 30 00:01:14,520 --> 00:01:16,590 choosing Sarah, Alex, and Dave 31 00:01:16,590 --> 00:01:19,830 is exactly the same as choosing Sarah, Dave and Alex, 32 00:01:19,830 --> 00:01:23,220 Dave, Sarah and Alex, Dave, Alex, and Sarah, 33 00:01:23,220 --> 00:01:27,510 Alex, Dave and Sarah or Alex, Sarah, and Dave. 34 00:01:27,510 --> 00:01:29,940 Any of the six permutations we wrote 35 00:01:29,940 --> 00:01:33,690 is a different variation but not a different combination. 36 00:01:33,690 --> 00:01:36,300 That is what we meant when we said that combinations 37 00:01:36,300 --> 00:01:38,313 take into account double counting. 38 00:01:39,150 --> 00:01:40,380 Okay. 39 00:01:40,380 --> 00:01:42,990 Recall that the formula for calculating permutations 40 00:01:42,990 --> 00:01:47,190 of N many elements is simply N factorial. 41 00:01:47,190 --> 00:01:49,710 Since N is three in this case, 42 00:01:49,710 --> 00:01:52,020 there would be a total of six permutations 43 00:01:52,020 --> 00:01:55,140 for choosing Alex, Dave, and Sarah. 44 00:01:55,140 --> 00:01:58,020 Since variations count these six as separate, 45 00:01:58,020 --> 00:02:01,980 we are going to have six variations for any combination. 46 00:02:01,980 --> 00:02:03,540 This means that we are going to end up 47 00:02:03,540 --> 00:02:08,220 with six times fewer combinations than variations. 48 00:02:08,220 --> 00:02:10,050 Using the formulas we already know, 49 00:02:10,050 --> 00:02:15,050 there are 10 times 9 times 8, or 720 variations. 50 00:02:16,140 --> 00:02:21,140 In terms of combinations, we have 720 divided by 6, 51 00:02:21,240 --> 00:02:24,633 or 120 ways of choosing who represents the company. 52 00:02:25,920 --> 00:02:28,320 Woo! Good job. 53 00:02:28,320 --> 00:02:31,323 Let's repeat the sentence we used before once again. 54 00:02:32,700 --> 00:02:35,130 We can say that all the different permutations 55 00:02:35,130 --> 00:02:39,270 of a single combination are different variations. 56 00:02:39,270 --> 00:02:43,530 There are 6 permutations, 120 combinations, 57 00:02:43,530 --> 00:02:45,603 and 720 variations. 58 00:02:46,530 --> 00:02:47,880 Hope it's much clearer now. 59 00:02:49,560 --> 00:02:50,393 Okay. 60 00:02:51,240 --> 00:02:54,780 From here, you can already imagine what the formula is. 61 00:02:54,780 --> 00:02:56,180 Let's construct it together. 62 00:02:57,090 --> 00:02:58,530 What's the number of combinations 63 00:02:58,530 --> 00:03:00,630 for choosing P many elements 64 00:03:00,630 --> 00:03:02,853 out of a sample space of N elements? 65 00:03:04,200 --> 00:03:05,730 As you saw in the last example, 66 00:03:05,730 --> 00:03:09,270 the number of combinations equals the number of variations 67 00:03:09,270 --> 00:03:11,730 over the number of permutations. 68 00:03:11,730 --> 00:03:16,640 Mathematically, we would write that as C equals V over P. 69 00:03:18,180 --> 00:03:19,320 If we plug in the formulas 70 00:03:19,320 --> 00:03:22,500 associated with variations and permutations, 71 00:03:22,500 --> 00:03:24,153 we get the following formula; 72 00:03:25,680 --> 00:03:30,680 N factorial over P factorial times N minus P factorial. 73 00:03:33,930 --> 00:03:35,913 Let's apply the formula to our example. 74 00:03:36,870 --> 00:03:40,470 The number of combinations equals 10 factorial 75 00:03:40,470 --> 00:03:44,103 over 3 factorial times 7 factorial. 76 00:03:45,360 --> 00:03:50,360 After simplifying, we get 8 times 9 times 10 77 00:03:50,760 --> 00:03:54,810 over 1 times 2 times 3. 78 00:03:54,810 --> 00:03:59,790 This is equal to 720 over 6, which is 120. 79 00:03:59,790 --> 00:04:01,413 Exactly what we got earlier. 80 00:04:02,790 --> 00:04:05,220 Just to make sure everything is on the same page, 81 00:04:05,220 --> 00:04:07,620 let's go through another example. 82 00:04:07,620 --> 00:04:10,320 What if we had to choose 4 out of 10 people 83 00:04:10,320 --> 00:04:12,300 to go to the conference? 84 00:04:12,300 --> 00:04:13,470 According to the formula, 85 00:04:13,470 --> 00:04:16,800 we are going to have 10 factorial over 4 factorial 86 00:04:16,800 --> 00:04:19,713 times 6 factorial combinations of doing so. 87 00:04:20,550 --> 00:04:21,930 After some simplifications, 88 00:04:21,930 --> 00:04:26,850 this would equal 7 times 8 times 9 times 10 89 00:04:26,850 --> 00:04:31,113 over 1 times 2 times 3 times 4. 90 00:04:31,980 --> 00:04:36,980 After computing the values this equals 5,040 over 24, 91 00:04:37,440 --> 00:04:38,793 which is 210. 92 00:04:40,020 --> 00:04:41,343 Good job everyone. 93 00:04:42,330 --> 00:04:43,260 In the next section 94 00:04:43,260 --> 00:04:44,220 we are going to introduce 95 00:04:44,220 --> 00:04:47,313 an important property of combinations, symmetry. 96 00:04:48,180 --> 00:04:50,703 See you all there and thanks for watching. 7407

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.