Тёмный

A factorial exercise 💪 

Prime Newtons
Подписаться 227 тыс.
Просмотров 6 тыс.
50% 1

This problem was an intermediate step I used to solve another problem. I hope it makes sense to you. Enjoy!

Опубликовано:

 

23 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@Muflie
@Muflie 3 дня назад
I dont watch him for the math, I watch him because his voice calms me
@tanmaygoel4142
@tanmaygoel4142 3 дня назад
Same broo❤❤
@TheOlops
@TheOlops День назад
I watch for both reasons. If he is a professor somewhere, I bet that school has a good reputation for math students succeeding at a high level.
@anghme28ang11
@anghme28ang11 День назад
And the math
@rationalsceptic7634
@rationalsceptic7634 3 дня назад
I love your kind and gentle explanations and presentations...truly inspiring ❤
@the_warpig1919
@the_warpig1919 День назад
Hi Primenewtons, I just wanted to say how much I have enjoyed your maths videos over the years. I start my Maths degree next week and wanted to thank you for all your support and inspiration during my A-levels.
@jay_sensz
@jay_sensz 3 дня назад
(n Choose k) is the coefficient of x^k in the polynomial (x+1)^n. (n Choose (k-1)) is the coefficient of x^k in the polynomial x*(x+1)^n. Adding the coefficients is equivalent to adding the polynomials and we get: x*(x+1)^n + (x+1)^n = (x+1)*(x+1)^n = (x+1)^(n+1), which has coefficients ((n+1) Choose k) at x^k. QED
@Deep_OP1235
@Deep_OP1235 3 дня назад
Thanks man, I've been looking for this for such a long rime now! ❤
@cscodeyt
@cscodeyt День назад
okay i found the best math channel on YT, and now i'm addicted to it
@mdashrafulahmed2820
@mdashrafulahmed2820 3 дня назад
Another way you can proof this is by looking at Pascal's Triangle. N choose k and n choose (k+1) are the consecutive numbers of the nth row of the triangle, and (n+1) choose k is directly below Pascal's triangle. So n choose k + n choose (k+1) = (N+1) choose k
@heavysaur149
@heavysaur149 2 дня назад
Yeah but why is pascal triangle the representation of n choose k then ? Why does the addition keep this representation ? The proof you want to explain is based on the proof that n choose k + n choose (k+1) = (n+1) choose (k+1) so it doesn’t really hold
@shade4220
@shade4220 3 дня назад
its crazy how ive found myself improving at math every time i watch your videos! knew from the get go we would be using ncr formula and manipulation! thanks man!! 🙏😁
@RyanLewis-Johnson-wq6xs
@RyanLewis-Johnson-wq6xs День назад
5 Combinations 2 + 5 Combinations 1 = 15
@RyanLewis-Johnson-wq6xs
@RyanLewis-Johnson-wq6xs День назад
6 Combinations 2 = 15
@RyanLewis-Johnson-wq6xs
@RyanLewis-Johnson-wq6xs День назад
N Combination K + N Combinations (K-1) = (N+1) Combinations K
@RyanLewis-Johnson-wq6xs
@RyanLewis-Johnson-wq6xs День назад
(N+1)!/((k!)(N+1-K)!)=(N+1) Combinations K
@WNVenables
@WNVenables 2 дня назад
Fix one element of the set of n+1. n choose k is the number of ways of choosing a set of k that excludes that element and n choose k-1 is the number of ways including that element. Done.
@sheldoncreado1997
@sheldoncreado1997 3 дня назад
12:08 Nice quote 😊
@MathLover13
@MathLover13 3 дня назад
Thank you prime newtons You're the greatest math teacher I've ever seen Keep it up ❤
@holyshit922
@holyshit922 3 дня назад
With this idrentity you build Pascal's triangle so some people call it Pascal's identity I can give you two or three finite sums witth binomial coefficients to calculate
@jcarruitb
@jcarruitb 16 часов назад
Awesome thanks 👍
@RyanLewis-Johnson-wq6xs
@RyanLewis-Johnson-wq6xs День назад
5 Combinations 2=10
@Shantanu_Dixit
@Shantanu_Dixit 2 дня назад
This was a very easy problem, in India we do such kinds of problems in 11th grade and in cram schools this may be practiced in 9th and 10th grade so... 😅
@dougaugustine4075
@dougaugustine4075 3 дня назад
Fun to watch
@BRUBRUETNONO
@BRUBRUETNONO 3 дня назад
Ahah the formula that leads to Pascal triangle to get the coefficients of the nth powers of two numbers ! Greetings !
@沈博智-x5y
@沈博智-x5y 3 дня назад
From a recursive point of view (n+1 choose k) can be thought as this... : To choose k things from n+1 things, we can either Include/choose the first thing and there are still (k-1) things to choose still out of n things left to choose from, i.e. (n choose k - 1) OR Exclude the first thing, i.e. we have not chosen anything yet, we still need to choose k things, but because we excluded 1 thing already, there are only n candidates left to choose from, i.e. (n choose k) Since we have an OR situation, we add. therefore (n+1 choose k) = (n choose k-1) + (n choose k) -------------------------------------------------------------------------------------------------------- We can extend this recursive idea to subfactorials or derangements. Deranging n objects = !n Say we have n people and n hats, and we want to make sure each person does not get their own hat back. Either, we choose a person "i" and a hat that is not theirs (say hat "j") and we make sure person "j" receives hat "i", that is they swap hats. This means in this case, there are still (n-2) people and (n-2) hats left to derange, i.e. !(n-2). However, still recall that there are (n-1) ways for person "i" to choose hat "j" (not their own hat). Combining these two together we get ((n-1))(!(n-2)) OR we choose person "i" and a hat that is not theirs (say hat "j") and make sure person "j" DOES NOT receive hat "i". This means we can temporarily assign "hat i" as if it belongs to "person j". so we have person j and (n-2) other people to derange still since we do not want "hat i" to be in person's "j" possesion. i.e. we have to derange (n-1) things. But recall person "i" initially could choose an arbitrary hat "j" that is not theirs (there are n-1 ways to do this), so we get ((n-1))(!(n-1)) Putting this together, we get: !n = ((n-1))(!(n-2)) + ((n-1))(!(n-1)) !n = (n-1)(!(n-2) + !(n-1)) !n = (n-1)(!(n-1) + !(n-2))
@johnlv12
@johnlv12 2 дня назад
The combinatorial argument you outlined is more elegant than brute force using factorials. Cheers!
@KhorajiyaSakhavatAli-z2p
@KhorajiyaSakhavatAli-z2p День назад
Hey Brother, Your explanation way is excellent. And the line, "Those who stop learning, stop living", it's amazing (\_/) (°•°) Thanks ☺️ />❤️
@jesse10x
@jesse10x День назад
Thumb up for the shirt
@satyapalsingh4429
@satyapalsingh4429 2 дня назад
Oh ,you are so cool .❤❤❤
@kragiharp
@kragiharp 3 дня назад
Why is it that the notation of combinations is the same as for vectors? 🤔
@abdoonyoutube7997
@abdoonyoutube7997 3 дня назад
I was wondering too
@assiya3023
@assiya3023 3 дня назад
أنا أيضا ضننت أنه يقصد vectors
@nicolasguguen5918
@nicolasguguen5918 2 дня назад
Pascal’s relation!
@asparkdeity8717
@asparkdeity8717 2 дня назад
U could also make a video on: nC0 + nC1 + ... + nCn = 2^n
@PrimeNewtons
@PrimeNewtons День назад
That would be interesting 🤔
@mlondindlovu
@mlondindlovu День назад
​@PrimeNewtons hello sir I like your content. I'm from South Africa, and I'm doing grade 11, there's a problem that I want to send and I want you to solve it because you make things simple for me by demystifying maths problems. How can I get in touch with you?
@nerdomatic8077
@nerdomatic8077 День назад
That would be a 10 second video if you can use the binomial theorem 😀
@asparkdeity8717
@asparkdeity8717 День назад
@@nerdomatic8077 yes but there are many other beautiful ways, one is a combinatorics approach and counting the number of arrangements, which is extremely beautiful
@Grecks75
@Grecks75 2 дня назад
Initially I thought you'd be showing a real combinatorial proof, and now I'm a bit disappointed to only see some convoluted algebraic manipulations of the defining expression. 😢 The actual combinatorial proof is much shorter (just about two or three sentences actually!) and much more intuitive. 😊 By the way, the object you manipulated is called the Binomial Coefficient. I know it's common knowledge and I'm saying this only because you didn't mention it once in the whole video.
@PrimeNewtons
@PrimeNewtons 2 дня назад
I see. I'll be more effective next time. The feedback is appreciated.
@Grecks75
@Grecks75 2 дня назад
@@PrimeNewtons What you showed as a proof is completely ok and effective, I just wouldn't call it a "combinatorics" proof, because it doesn't use combinatorial arguments IN THE PROOF ITSELF. This is what may raise different expectations on the viewer's side. That's what I meant to say; I enjoyed the video nonetheless. 😃 The combinatorics argument goes something like this: When choosing k out of n+1 elements, and fixing one choice to a specific element (of the n+1), how many ways are there to choose the other k-1 elements out of the remaining n? And now, when I'm not using this one specific element at all in my choice of k elements, how many ways are there? Finally, add these two numbers, because their resulting combinations are disjoint.
@PrimeNewtons
@PrimeNewtons 2 дня назад
@Grecks75 I can change the title. Please suggest something.
@Grecks75
@Grecks75 2 дня назад
Maybe: "Proof of the binomial coefficients' recurrence relation" Or shorter: "A binomial recurrence proof"
@kennethgee2004
@kennethgee2004 2 дня назад
well that looks like a Fibonacci definition. n * n-1 = then next Fibonacci number. so F(n+1)= F(n) +F(n-1). Here we are just saying to select k options form the list of Fibonacci. Not a real proof at all, but just a weird observation of the pattern.
@robertveith6383
@robertveith6383 2 дня назад
n * n - 1 would mean n^2 - 1. You must be missing grouping symbols and possibly some other symbols.
@guruone
@guruone 2 дня назад
AsymptoticSum[(-Log[1 - t x]/t)/z /. t -> n/z, {n, 1, z}, z -> Infinity]
@mmfpv4411
@mmfpv4411 День назад
Далее
Find all positive integer n
16:49
Просмотров 5 тыс.
БЕЛКА РОДИЛА КОТЯТ#cat
00:20
Просмотров 939 тыс.
У БЕЛКИ ПОЯВИЛИСЬ КОТЯТА#cat
00:20
HCF of (x^91 + 1) and (x^65 + 1)
12:22
Просмотров 8 тыс.
Number of digits of n!
16:40
Просмотров 16 тыс.
Can A Function Be Continuous At Only One Point?
14:21
Absolute Primes - Numberphile
14:27
Просмотров 112 тыс.
Believe in double integral, NOT single integral
11:14
1995 British Mathematics Olympiad problem
20:59
Просмотров 148 тыс.
A Beautiful Exponential Equation
10:00
Просмотров 2,9 тыс.