All language subtitles for 003 Simple Operations with Factorials_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,000 --> 00:00:04,110 Instructor: Hello again. 2 00:00:04,110 --> 00:00:06,150 This is going to be a short optional lecture 3 00:00:06,150 --> 00:00:08,490 explaining factorials. 4 00:00:08,490 --> 00:00:12,300 The notion "n factorial" is used to express the product 5 00:00:12,300 --> 00:00:15,450 of the natural numbers from 1 to n. 6 00:00:15,450 --> 00:00:19,133 This means that n factorial equals 1 X 2 X 3, 7 00:00:20,910 --> 00:00:22,353 all the way up to n. 8 00:00:23,940 --> 00:00:27,510 For instance, 3 factorial is equal to 6 9 00:00:27,510 --> 00:00:32,509 since 1 X 2 X 3 = 6. 10 00:00:33,810 --> 00:00:34,893 Simple enough, right? 11 00:00:36,570 --> 00:00:38,070 For the remainder of the lecture, 12 00:00:38,070 --> 00:00:40,470 we are going to explain some important properties 13 00:00:40,470 --> 00:00:42,540 of factorial mathematics. 14 00:00:42,540 --> 00:00:44,880 Before we get into the more complicated concepts, 15 00:00:44,880 --> 00:00:48,270 you should know that there is one odd characteristic. 16 00:00:48,270 --> 00:00:50,700 Negative numbers don't have a factorial 17 00:00:50,700 --> 00:00:54,543 and zero factorial is equal to one by definition. 18 00:00:55,560 --> 00:00:58,590 All right, let's explore the first property. 19 00:00:58,590 --> 00:01:00,690 For any natural number n, 20 00:01:00,690 --> 00:01:05,690 we know that n factorial equals n - 1 factorial times n. 21 00:01:07,590 --> 00:01:12,590 Similarly, n + 1 factorial equals n factorial times n + 1. 22 00:01:15,540 --> 00:01:20,510 For example, 6 factorial equals 5 factorial times 6. 23 00:01:21,660 --> 00:01:26,660 In the same way, 7 factorial equals 6 factorial times 7. 24 00:01:28,320 --> 00:01:30,240 This notion can be expanded further 25 00:01:30,240 --> 00:01:35,240 to express n + k factorial and n - k factorial. 26 00:01:35,670 --> 00:01:40,670 In mathematical terms, this is equivalent to n + k factorial 27 00:01:40,770 --> 00:01:45,770 equals n factorial times n + 1 times n + 2 and so on, 28 00:01:47,880 --> 00:01:49,953 up to n + k. 29 00:01:51,360 --> 00:01:56,360 Similarly, n - k factorial equals n factorial 30 00:01:56,400 --> 00:02:01,400 over n - k + 1 times n - k + 2, 31 00:02:02,670 --> 00:02:07,053 all the way up to n - k + k, which equals n. 32 00:02:08,220 --> 00:02:12,030 For instance, if n is 5 and k is 2, 33 00:02:12,030 --> 00:02:17,030 then 5 + 2 factorial equals 7 factorial 34 00:02:17,040 --> 00:02:21,720 or 5 factorial X 6 X 7. 35 00:02:21,720 --> 00:02:26,720 And also, 5 - 2 factorial equals 3 factorial 36 00:02:27,000 --> 00:02:30,783 or 5 factorial over 4 X 5. 37 00:02:32,310 --> 00:02:33,750 Okay, great. 38 00:02:33,750 --> 00:02:35,010 An important observation 39 00:02:35,010 --> 00:02:39,240 is that if we have two natural numbers, k and n, 40 00:02:39,240 --> 00:02:41,580 where n is the greater number, 41 00:02:41,580 --> 00:02:46,020 then n factorial over k factorial 42 00:02:46,020 --> 00:02:51,020 equals k + 1 times k + 2, all the way up to n. 43 00:02:53,670 --> 00:02:57,903 Let's look at an example where n is 7 and k is 4, 44 00:02:59,070 --> 00:03:03,240 then 7 factorial over 4 factorial 45 00:03:03,240 --> 00:03:07,320 equals the product of the numbers between 1 and 7 46 00:03:07,320 --> 00:03:11,190 over the product of the numbers between 1 and 4. 47 00:03:11,190 --> 00:03:15,480 We can simplify this by crossing out 1, 2, 3 and 4 48 00:03:15,480 --> 00:03:18,390 since they occur in both parts of the fraction. 49 00:03:18,390 --> 00:03:20,973 Doing so leaves us with 5 X 6 X 7. 50 00:03:24,180 --> 00:03:25,260 Great. 51 00:03:25,260 --> 00:03:26,550 Now you have the tools 52 00:03:26,550 --> 00:03:29,610 that will allow you to handle factorial operations. 53 00:03:29,610 --> 00:03:33,660 In the next video, we are going to explore variations. 54 00:03:33,660 --> 00:03:34,683 Thanks for watching. 4160

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