Russia | Math Olympiad Question | You should know this trick!!

  Рет қаралды 2,282,045

LKLogic

LKLogic

Күн бұрын

Пікірлер: 1 400
@karmakamra
@karmakamra Жыл бұрын
I am nowhere near fluent enough in math to calculate this problem. I went with 49^51 being larger based on one simple thought.... If you multiply 50 by itself 50 times you get a number that is astronomically huge. If you then multiply 49 with itself 50 times you get a smaller number that is also astronomically huge. But that smaller number will then get multiplied with 49 one more time, which will be a much bigger number. Then, to test my idea I tried smalle numbers. 10^10 is 10 billion. 9^11 is more than 3 times higher.
@normalone9199
@normalone9199 Жыл бұрын
Same here 🎊
@alessiosandro123
@alessiosandro123 Жыл бұрын
The thing is i guess that with higher potencies it gets bigger
@HashiRa248
@HashiRa248 Жыл бұрын
Sometimes the journey is more important than destination.
@zdenekbina6044
@zdenekbina6044 Жыл бұрын
I thought the opposite. 50 is larger base, so you can calaculte the 1.02 to the power of 50. If its larger than 49, its bigger. If not 49^51 is bigger.
@zdenekbina6044
@zdenekbina6044 Жыл бұрын
And that is 2.69 so it supports your output. You got it right. My methid confirmed your result.
@chesfern
@chesfern 10 ай бұрын
The simplest solution would be to let 50=n, 49=n-1, and 51=n+1. Taking logarithms of both numbers: Log n^n = nlogn and log (n-1)^(n+1)=(n+1)log(n-1). For a large number n, log n is approx. =log (n-1). Therefore, we are left with 2 values n and n+1 and obviously. n+1 is greater than n, which is why 49^51 is bigger than 50^50.
@jackwilson5542
@jackwilson5542 8 ай бұрын
The easiest solution is comparing 4^5 vs 5^4. There is no reason why the trend won't continue with higher numbers.
@wolf5370
@wolf5370 8 ай бұрын
@lson5542 That doesn't match the pattern in the Q. 5^5 vs 4^6 would.
@konglink3359
@konglink3359 8 ай бұрын
​@@jackwilson5542 but then u have to prove that it's true for all numbers, with concrete evidence
@tontonbeber4555
@tontonbeber4555 7 ай бұрын
@@konglink3359 only if numbers are > e ... that's the only condition. It doesn't work for 2 and 3 for instance ...
@grapefruitsyrup8185
@grapefruitsyrup8185 7 ай бұрын
​@@tontonbeber4555 but why e? That's so specific how do you figure the explanation?
@emreyukselci
@emreyukselci Жыл бұрын
A simpler solution: 49^51 / 50^50 = 49 x (49/50)^50 If take the square root which needs to be over 1 if 49^51 is larger we get: 7 x (49/50)^25 . And (49/50)^25 > 49/50 - (25x1/50) as each power of 49/50 will reduce the number less than 1/50. So (49/50)^25 > 24/50. Then, 7 x (49/50)^25 > 7 x 24/50 > 1. As a result 49^51 > 50^50 .
@young4783
@young4783 9 ай бұрын
Good one!
@dragondompyd7171
@dragondompyd7171 8 ай бұрын
Maybe I don't understand it fully but as you said, we can only use the squareroot while holding inequality if the value (49^51/50^50) is greater than one. And since that is exactly the thing we are trying to prove, we can't assume that it is greater than 1.
@santoshkumarvlogs3753
@santoshkumarvlogs3753 8 ай бұрын
Nice solution
@alexbayan8302
@alexbayan8302 7 ай бұрын
This is a very nice "high school" solution. That is to say you will get a high mark if you wrote this solution in a Math Olympiads. But conceptually there are simpler solutions;just binomial expansion.
@HopefulMathGirl
@HopefulMathGirl 6 ай бұрын
I really like this Number Theoretic Solution, don't like logarithmic or the solution presented in the video. Can you explain the step why (49/50)^25> 49/50 - (25x1/50)? If each power reduces 49/50 by less than 1/50 for each power, how does it make sure it's greater than 49/50 - (25x1/50)? Edit: Nevermind, I understand it now
@nasabdul629
@nasabdul629 Жыл бұрын
Take the logarithm of both numbers. For numbers above zero, a > b if log a >log b. Taking log of both sides reduces the problem to 50 * log 50 which is between 84 and 85 51 * log 49 is between 86 and 87
@michaelhartmann1285
@michaelhartmann1285 Жыл бұрын
That was the first approach that crossed my mind, and a great deal simpler than the algebraic thicket the narrator lays out.
@kanwaljitsingh3248
@kanwaljitsingh3248 Жыл бұрын
Good solution
@hrvat7770
@hrvat7770 Жыл бұрын
But how do you calculate log50 and log49 without a calculator, to come to the conclusion the right side us larger then the left one? I'm sure the point is to solve the problem without a calculator as otherwise you can just calculate both initial terms and see which number is larger 😉
@justanotherguy469
@justanotherguy469 11 ай бұрын
I'm not that well versed in mathematics. Is it a proof, though?@@michaelhartmann1285
@srinathparimi33
@srinathparimi33 11 ай бұрын
By using properties of log, we can write log50 as log 5 + log 10 and log49 as 2log7. Now, log5 and log7 values can be approximately substituted. log5~0.698 and log7~0.845
@mingwangzhong117
@mingwangzhong117 Жыл бұрын
We need to compare f = (n+1)^(n+1)/n^(n+2) with 1 for a large n. This expression can be rewritten as f = (1+1/n)^n * (1+1/n)/n. Then using the standard binomial expansion, we have (1+1/n)^n = 1 + {n}*1/n + {n*(n+1)/2}*1/n^2 + {n*(n+1)/3!}*1/n^3 + ... < 1 + 1 + 1/2! + 1/3! + 1/4! + ... < 1 + 1 + 1/2 + 1/4 + 1/8 = 3. Therefore, for a large n such as 49, f should be smaller than 1, i.e., 50^50 < 49^51.
@MsLeober
@MsLeober Жыл бұрын
Нужно показать что 50^50
@marlanivanovich1828
@marlanivanovich1828 9 ай бұрын
Только, пожалуйста, исправьте: квадрат 49 равен 2401.
@rchatte100
@rchatte100 9 ай бұрын
Logically, the power is always the most powerful part of a number.
@OblomSaratov
@OblomSaratov 9 ай бұрын
It usually is, but it's not always the case. For example, 4^4 > 3^5.
@GHOST-RIDER-0
@GHOST-RIDER-0 8 ай бұрын
2¹ > 1∞
@OblomSaratov
@OblomSaratov 8 ай бұрын
@@GHOST-RIDER-0 that's not true because infinity is not a number and 1∞ is undefined.
@hafidmostarhfir2245
@hafidmostarhfir2245 7 ай бұрын
Only if u are powering numbers greater than 1 ..I think
7 ай бұрын
@@OblomSaratovthen 1^999999
@TheSoteriologist
@TheSoteriologist 11 ай бұрын
Finding an unnecessarily complicated, inelegant and difficult solution is not a sign that one should be a mathematician.
@neelkamal5274
@neelkamal5274 2 ай бұрын
Please ye samajhiye k inhe simplicity ko complex bana k ghuma fira k baat krne k aadat hogi😂😂😂😂😂
@TheSoteriologist
@TheSoteriologist 2 ай бұрын
@@neelkamal5274 What ?
@Ameya2253
@Ameya2253 Ай бұрын
​@@TheSoteriologisti think they said something like 'pleasw understand that they have a habit of making simple things complex' The translation is not entirely correct, sorry
@ckshene7212
@ckshene7212 Жыл бұрын
No, you still have to prove (1+1/49)^49 < 3. This is because the limit may or may not be monotonically increasing or decreasing. Therefore, you have to prove the limit is monotonically increasing to justify your claim.
@thanhquenguyen9462
@thanhquenguyen9462 Жыл бұрын
Agree. Without proving that we can doing the same way as the video to approve 4^4 < 3^5, but it not.
@teenniche
@teenniche 6 ай бұрын
kzbin.info/www/bejne/nqK6nIyMacmShrMsi=773t5VKHSSulzbiH
@marscience7819
@marscience7819 5 ай бұрын
i agree. i used a calculator, and it's true, but she made an assumption here
@PdfileSage
@PdfileSage 5 ай бұрын
euler already proved this. youre a clown.
@andrewclausen314
@andrewclausen314 4 ай бұрын
(1 + 1/n)^n < 3 for any natural n. I didn't listen to the whole thing to if they were proving it or not.
@Ben-pw3qe
@Ben-pw3qe Жыл бұрын
By using Log you come to the answer in a few Seconds; Log 50^50 = 50 Log 50 = almost 85 Log 49^51 = 2 x 51 x Log 7 = almost 86 So 49^51 is almost 10 times bigger than 50^50 😊
@neiljohnson7914
@neiljohnson7914 11 ай бұрын
But you need to use a calculator. This problem asks that you come to a solution according to math principles, not raw calculations
@SoccerBreedys
@SoccerBreedys 11 ай бұрын
I knew this without even calculate anything lmao
@chaplainmattsanders4884
@chaplainmattsanders4884 9 ай бұрын
i don’t understand that, but I believe you!
@vandemaataram2600
@vandemaataram2600 8 ай бұрын
Yes. Your solution is similar to mine.
@teenniche
@teenniche 6 ай бұрын
kzbin.info/www/bejne/nqK6nIyMacmShrMsi=773t5VKHSSulzbiH
@mda7763
@mda7763 Жыл бұрын
And if there’s anyone who knows a harder way to do this, the ball is in your court now
@RikMaxSpeed
@RikMaxSpeed Жыл бұрын
Spot on, this was way over-complicated.
@88kgs
@88kgs Жыл бұрын
😂😂
@anuragdas2741
@anuragdas2741 3 ай бұрын
I used binomial theorem
@bathembufutshane1462
@bathembufutshane1462 3 ай бұрын
😂😂😂😂😂
@Altamas285
@Altamas285 3 ай бұрын
Calculate both terms by normal multiplication
@shadyparadox
@shadyparadox 3 ай бұрын
The solution in the video is actually pretty clean if you just divide the other way. 49^51/50^50 = (49/50)^50 * 49 = (1-1/50)^50 * 49. The first term is close to 1/e, which is about 0.36. Multiply by 49 and it's much bigger than 1.
@vladpetre5674
@vladpetre5674 Жыл бұрын
You have to analyze the function lnx/(x+1). This has a max value when x is somewhere between 3 and 4 (where its derivative is equal to 0), after that decreasing but staying > 0. So for any x>4 we have lnx/(x+1) > ln(x+1)/(x+2). Making x = 49 we have (ln49)/50) > (ln50)/51, thus 49^51 > 50^50.
@epevaldon5421
@epevaldon5421 Жыл бұрын
Oh i got head ache on math. Im so poor on math
@romain1mp
@romain1mp Жыл бұрын
Thanks for that! The demonstration on the video is not acceptable (unless if the goal is only to get the most probable answer without caring about how you get there). Using a limit to justify an inequality is not sufficient at all! Your method (even though I didn’t verify it) is more rigourous..
@theupson
@theupson Жыл бұрын
@@romain1mp the vid is easily rehabilitated; (1+1/49)^49 is immediately less than e because discrete compound < continuous compound (for positive r)
@lizekamtombe2223
@lizekamtombe2223 11 ай бұрын
​@romain1mp That would make the squeeze theorem wrong and also disprove Archimedes, strict inequalities are very useful proofs, but they have to be strict. "Equalities are for children, real men deal with inequalities!"
@romain1mp
@romain1mp 11 ай бұрын
@@lizekamtombe2223who talked about equalities here? I am just saying that if Lim(f(n)) is smaller than L … when n is close to infinity…. You cannot conclude that f(n=49) is smaller than L without more inputs… For example you need to demonstrate quickly that f is increasing function from a certain level p (i.e. p
@Skaahn
@Skaahn Жыл бұрын
My simple approach to guessing, just simply the problem as (50)^1 = 50 and (49)^2 = 2401, so RHS will be bigger
@AltianoGerung
@AltianoGerung 3 ай бұрын
Wont happen with 2^4 and 4^2
@TheSimCaptain
@TheSimCaptain Жыл бұрын
Its much simpler than the video. You find the 50th root of both numbers. That means you divide each exponent by 50 such that you get 50/50 and 51/50. Then you just calculate 50 to the power of 50/50. And then 49 to the power of 51/50. 50 to the power of50/50 is 50 to the power of 1 or just 50. 49 to the power of 51/50 is 49 to the power of 1.02 which is 52.966. Because the fiftieth root of 49 to the power of 51/50 is bigger, then that number must be bigger.
@manny2092
@manny2092 Жыл бұрын
I like this answer already!
@kaustubhprakash1273
@kaustubhprakash1273 Жыл бұрын
This is a good answer. However, you would need to show how 49^(1.02) = 52.966. For this you can do it by binomial expansion and it should be easy to do
@mareshetseleshi2717
@mareshetseleshi2717 9 ай бұрын
Much appreciated
@donmoore7785
@donmoore7785 9 ай бұрын
How did you calculate 52.966 - a calculator?
@TheSimCaptain
@TheSimCaptain 9 ай бұрын
@@donmoore7785 Yep.
@TomasPböckerlyftningschack
@TomasPböckerlyftningschack Жыл бұрын
Divide both sides with 49^50. 50/49 is about 1.02 therefore we can compare 1.02 ^50 with 49. Rule of thumb: to double 1.02 we have to multiply it 35 times so 1.02^50 is less than 4. Since 4 is less than 49 we get the same answer as the video.
@herotb221091
@herotb221091 Жыл бұрын
Wow. I love it
@Aut0KAD
@Aut0KAD Жыл бұрын
nice, using the rule of 72?
@mujtaba21
@mujtaba21 Жыл бұрын
That's how I thought of it. You wrote it concisely 👏🏽
@mujtaba21
@mujtaba21 Жыл бұрын
​@@Aut0KADyes
@Btitude
@Btitude Жыл бұрын
I found my think-a-like buddy. I thought exactly the same way applying the rule of 72. I thought no one else would be smart enough. You are really smart, mate.
@AlexMarkin-w6c
@AlexMarkin-w6c Жыл бұрын
You need to set up an axillary function to analyse the rate of the fuction at a point. 50^50 ? 49^51 ln(49)/(49+1) ? ln(50)/(50+1). Then axillary f(x)=ln(x)/(x+1). Find the derivative and approximate extremum point. Maximum of f(x) is at x on (3, 4). f(x) at x=49 is monotonic and decreasing. Hence, ln(49)/50 > ln(50)/51 49^51 > 50^50 .
@tassiedevil2200
@tassiedevil2200 Жыл бұрын
Since you appeal to recognising Euler's number as the limit as n-> infinity, you need to show that it approaches that limit from below to use it as a bound for finite n=49 case.
@phajgo2
@phajgo2 Жыл бұрын
which is actually quite obvious..
@Γιώργος-κ2ζ
@Γιώργος-κ2ζ Жыл бұрын
@@phajgo2 No, it isn't obvious! Unless you have bounds of the accuracy. On the other hand, the result is correct because it is well known that the sequence (1+1/n)^n is strictly increasing.
@phajgo2
@phajgo2 Жыл бұрын
@@Γιώργος-κ2ζ exactly this is why I think it is obvious. For n=1, (1+1/n)^n = 2, for n=2, (1+1/n)^n=(3/2)^2=9/4=2,25. and at infinity we know it is e so it's approaching from the left. Isn't that enough?
@tassiedevil2200
@tassiedevil2200 Жыл бұрын
@@phajgo2 - I guess that provided one adds @user-gk3on7xp7e insight and says "the limit as n-> Infinity is Euler's number and it is well known that the sequence is monotonically increasing" you'd deserve the marks? This rather makes it a general knowledge test in my opinion. One can use calculus to prove that (1+1/x)^x is monotonically increasing for x>0. I'm not convinced that listing the first few terms of a sequence is a proof, although you seem actually in furious agreement with @user-gk3on7xp7e and the "it's well-known" proof by assertion. I looked at raios of successive terms and didn't see a quick proof of monotonicity. Just my 2c.
@mikaelhakobyan9363
@mikaelhakobyan9363 Жыл бұрын
@@phajgo2 No, it isn't. A function can increase at first, then start to decrease, and after that move to it's limit.
@aakashanantharaman4037
@aakashanantharaman4037 Жыл бұрын
Thanks for the fun mental challenge, and sharing the lateral thinking and inference thinking that goes with it. I enjoyed watching your video ;)
@offbeat-rangers781
@offbeat-rangers781 3 ай бұрын
As a coder we just write a program and find answer single click 😁😁 Python code--- num_1=50**50 num_2=49**51 if num_1
@hazelbellex
@hazelbellex 9 сағат бұрын
you can use a calculator too, in that logic.
@thelearningmachine_
@thelearningmachine_ Жыл бұрын
In school I was too lazy to do math, but I had a good sense of logic So I usually cheated the calculations with small numbers to have a guess what was going on with the math Something like this: 2^4 < 3^3 (16 < 27) 3^5 < 4^4 (243 < 256) 4^6 > 5^5 (4096 > 3125) inverted gap 5^7 > 6^6 (you could stop here because you already have a proof what is going on) 49^51 > 50^50 "teacher, I don't know how to do the math, but 49^51 > 50^50 for the logic reason listed above, the gap inverted and keeps increasing". "A" 😂. I did so much of this when I was a kid. I still remember there was a 5 question exam once and I did all 5 questions without a single math, only writing sentences explaining why the answer would be X or Y / True False/ how many how much. Teacher told me I "cheated" but still gave me an "A" because he had never seen a math test done correctly without any calculations, only with pure logic. Good memories
@DesertObserver491
@DesertObserver491 11 ай бұрын
Nice going. I wouldn't call it cheating. Rather it's unconventional solving, like MacGyver. Did you follow the syllabus? No. Did you nail the concept and solve the problem? Yes. I'd love to know what you ended up doing as work or hobby using these skills.
@GolldLining
@GolldLining 11 ай бұрын
You proved nothing in the rambling
@yasserahmed-bg7qj
@yasserahmed-bg7qj 11 ай бұрын
​@@GolldLiningyes but if he continued with what he was doing and learnt mathematical induction he would've proved it
@DesertObserver491
@DesertObserver491 11 ай бұрын
Exactly. He was on the right track and in a multiple choice test, he would have got the correct answer.
@lakshay3745
@lakshay3745 9 ай бұрын
Bro can you give an example of questions you did without solving which shocked your teacher
@yuktahire4352
@yuktahire4352 3 ай бұрын
This is what I did and I got 50^50 < 49^51 By using the rules of Indices, I split 49^51 into 49^50 x 49^1 i.e ( a^m x a^n = a^m+n). Now, 50^50= (50^5)^10 & (49^5)10 i.e [ (a^m)^n = a^mxn ]. Ignoring the power of power i.e 10 50^5= 312,500,000 49^6= 13,841,287,201 ......[ 49^5 x 49^1 = 49^6] P.s. I used calculator for multiplying 😬
@zeroun92
@zeroun92 11 ай бұрын
I took the natural log of both sides and saw that it was 50 ln 50 vs 2450 ln 49. This showed a clear difference. The other method suggested is a more general approach that I didn't think of. Works better in the long term.
@texasaggiegigsem
@texasaggiegigsem 11 ай бұрын
I did the same thing, but I like her approach without having to find the natural log, which I reached for my calculator for.
@AbhishekChoudharyB
@AbhishekChoudharyB 10 ай бұрын
Shouldn't it be 51 ln 49 How did u get 2450?
@gibbogle
@gibbogle Жыл бұрын
You didn't prove that (1 + 1/m)^m < lim (1 + 1/n)^n as n -> infinity. It's true, but you assumed it without proof. You need to show that (1 + 1/n)^n < (1 + 1/(n+1))^(n+1) for all integers n > 0.
@tharock220
@tharock220 Жыл бұрын
That's a good point. Maybe take the derivative and show it's always positive? Either way it's a good explanation and doesn't require a calculator.
@thomasdalton1508
@thomasdalton1508 Жыл бұрын
​@@tharock220The derivative is rather messy, so I don't think it will be easy to prove it is greater than zero, but I expect it is possible.
@bumbarabun
@bumbarabun Жыл бұрын
@@thomasdalton1508 I believe that derivative is n * ( 1 + 1/n ) ^ (n-1) and it cannot be negative for positive n
@thomasdalton1508
@thomasdalton1508 Жыл бұрын
@@bumbarabun Why do you believe that? You are differentiating with respect to n, so you can't use the rule for differentiating x^n with respect to x. The variable we are differentiating with respect to appears in both the base and the exponent, so it is a complicated differentiation. It's like differentiating x^x, but worse.
@bumbarabun
@bumbarabun Жыл бұрын
@@thomasdalton1508 you are right, my mistake
@susanwilliams6989
@susanwilliams6989 5 ай бұрын
Instead of bringing e into this, you could have found the sum of the first 2 terms in the binomial expansion of (1+1/49)^50 (=1+50/49). We know that the full expansion is greater than this. It's trivial from here on...
@supergaga
@supergaga 6 ай бұрын
My intuitive solution is: Let x = 50, and apply natural logarithm on both sides, we have x*ln(x), and (x+1)*ln(x-1). Now look at two terms: (x+1) / x and lnx / ln(x-1), they are just gradient of functions y=x, and y=ln(x) respectively, with dx = 1. Obviously y = x has constant gradient of 1, while y=ln(x) has decreasing gradient (always < 1) approaching to zero. Thus we have (x+1) / x > ln(x) / ln(x-1), therefore, x*ln(x) < (x+1) / ln(x-1). so we have proved 50^50 < 49^51 in a very simple way.
@Chawlas57
@Chawlas57 9 ай бұрын
Your voice is very sweet to listen... Loving and enjoying your voice
@jamstawildman
@jamstawildman 3 күн бұрын
Very AMSR
@vandemaataram2600
@vandemaataram2600 8 ай бұрын
Take 'log', then the problem wil become too easy. 👍👍👍 But I think, the problem is of arithmatic. That's why we are having these complicated solutions.
@Arunmsharma
@Arunmsharma 11 ай бұрын
Use compound interest logic, you’ll do this much earlier. 50/49 is 1.02 approx raised to 50, will be much below 49, think of it as getting a 2% interest on your bank deposit. It will take maybe 25-30 years to double, and would max be 4 times in 50 years - hence 50/49 raised to 50 is def below 4, and when you divide by 1/49, it’s clearly below 1.
@bas-janzandt2221
@bas-janzandt2221 5 ай бұрын
Also, a convenient rule of thumb is that you need to acrue about 70% of interest "in total" to double the amount. 70 years with 1% or 10 years with 7% interest
@dailymoonpie
@dailymoonpie 11 ай бұрын
Try 3^3 & 2^4 4^4 & 3^5 5^5 & 4&6 At 5^5 and above, the second expression becomes larger and larger. You can solve it graphically too
@tonybantu1681
@tonybantu1681 Жыл бұрын
Should have applied natural logarithm rule. Very easy... ln( 50^50 ) ...?... ln( 49^51 ). Take any log of both sides. 50x (ln 50 ) ...?... 51x ( ln 49 ) ---> 50/51 ...?... ln 49 / ln 50 ---> 0.98... < 0.99... (Reduced to numeric 2-decimal places on both sides). Or 50/51 < ln 49 / ln 51. Therefore: 50^50 < 49^51 No need for advanced formulas or calculus. Just logarithm rule and basic arithmetic. Someone was close to this but complicated the simplicity of basic power rule of logarithms with functions, extrema, etc. All exponential power comparisons are pre-calculus algebra or arithmetic. Variations, infinitesimals or their limits are unnecessary.
@tapanbera7264
@tapanbera7264 5 ай бұрын
but there is need of calculator for ln49/ln50 :) which destroys thee point of even taking log when one could just evaluate the initial values and compare using any calculator or program
@ThuyNguyen-zi5jy
@ThuyNguyen-zi5jy 3 ай бұрын
Mathematically, this is the best answer.
@arthurhairumian7179
@arthurhairumian7179 7 ай бұрын
I solved the problem in 2 seconds with my intuition ...and the answer was correct, so it's true that imagination is more important than the knowledge - Einstein
@MegaMonamy
@MegaMonamy 3 ай бұрын
Lol ..😂
@sandeeprahal9476
@sandeeprahal9476 2 ай бұрын
Solution provide karaao
@Avinash3830
@Avinash3830 12 күн бұрын
Divide both side (49)^50 L.h.s=(1.0204)^50 which is approx 2.74 R.h.s =49 R.h.s is much larger than L.h.s (49)^51 Is larger
@Kiran_Nath
@Kiran_Nath 3 ай бұрын
You can do it logarithmically without a calculator by first expressing the logarithms ln(50^50) = 50 * ln(50) and ln(49^51) = 51* ln(49). You can then use the Taylor expansion around ln(50) to linearlly approximate the values or each. For example, using ln(49) ≈ L - 1 / 50 since ln(49) ≈ ln(50) - 1 / 50. You then solve by substitution, ln(50^50) = 50L, where ln(49^51) ≈ 51 * (L - 1 / 50) = 51L - 51/50. Now, just compare the two values given 51L - 51/50 = 50L + L - 51/50. Here you can clearly see the difference is the term 'L - 51/50' and you need to check if this term is positive, which it is as it equals 2.892. You can then conclude that 51L - 51/50 is > 50L.
@Kiran_Nath
@Kiran_Nath 3 ай бұрын
To use this method more rigourously, you would have to check if the approximation is valid, by bounding the error in the expansion to ensure it is small. You might also like to look at monotonicity, simply looking at the differences in the observed approximation and actual value.
@crannogman6289
@crannogman6289 Жыл бұрын
Write 49^51 as (50-1)^51 and write out the first few (5 should do it) terms of the expansion. Use combinatorics to find the coefficients. Rewriting it in terms of 50^50 gets you to see its about 18*50^50.
@larswilms8275
@larswilms8275 Жыл бұрын
I rewrote 50 as 49+1, since this gives only positive terms. But same reasoning. end up with it being less than 2*49^50 so the fraction would be less than 2/49 which is less than 1 so 49^51 is greater
@chris8535
@chris8535 Жыл бұрын
Yea this is super obvious with just logic. 50^50 is less than (50-1)^51. Like 2 seconds
@MauuuAlpha
@MauuuAlpha 11 ай бұрын
I did something similar
@GarryBoyer
@GarryBoyer 9 ай бұрын
The binomial expansion would be a good solution if it were more of a close call. But if you have done enough problems like this you can quickly recognize the limit to e and come up with an answer more quickly without doing much math.
@JH-pe3ro
@JH-pe3ro 9 ай бұрын
Since I've lost access to my logarithm skills I took the approach of graphing the first terms in the series to observe convergence. At first it's unclear with 1^3=1 vs 2^2=2, but 2^4=16 narrows with 3^3=27, and again 3^5=81*3=243 vs 4^4=16*16=256. Intuitively, as n grows, the relative effect of the larger exponent will overtake the base value - 2^64 is much more than 64^2. Since the problem doesn't call for a more specific answer, it can end after plotting an estimate of the crossover. I plugged it in a graphing caculator to check and it's very obvious that before n=5 you've already crossed over.
@ДмитрийИванов-я5ц
@ДмитрийИванов-я5ц 9 ай бұрын
Spasibo. If you can't wait, quickly in python: print(len(str(50**50)), len(str(49**51)))
@ЦЕАканал
@ЦЕАканал 8 ай бұрын
why len? int же
@ДмитрийИванов-я5ц
@ДмитрийИванов-я5ц 7 ай бұрын
@@ЦЕАканал привет. len посчитает количество символов в каждом из представленных(чтобы не выводить большие числа). Какой из вариантов больше, будет более очевидно.
@madankundu6035
@madankundu6035 7 ай бұрын
that's cheating... ha ha
@borismarinkovicgutierrez2349
@borismarinkovicgutierrez2349 Ай бұрын
I solved it with a logaithmic table and a basic calculator: 50^50 vs 49^51 log 50^50 log 49^51 50 log 50 51 log 49 50 x 1.69897 51 x 1.69020 84.9485 86.2 49^51 is larger
@jarl3434
@jarl3434 11 ай бұрын
I ended up here on an insomniac night (very counterintuitive) and this is just the perfect voice I needed to calm down and have a good night. Thx!
@stevenwilson5556
@stevenwilson5556 5 ай бұрын
I checked the sequence n^n - (n-1)^(n+1). The limit is -inf. Interestingly after the first few terms it becomes sharply negative and dives down pretty fast. Here's the first few terms: 1 3 11 13 -971 Notice that it seems pretty "tame" for the first 4 terms and suddenly dives down steeply. It is strictly decreating from that point until at least 51st term. I didn't check after that, but the 51st term is -2.098525e+88 Or on order 10^88 and negative. So I can say with confidence that any term after n =5 will be negative.
@RikMaxSpeed
@RikMaxSpeed Жыл бұрын
That looked like a very long complicated approach: I took a log on both sides and approximated ln(50) = ln(49)+1/49 (ie: first order derivative and taylor series). Way simpler!
@thomasdalton1508
@thomasdalton1508 Жыл бұрын
If you are being rigorous, you would need to put bounds on the error in the Taylor approximation and show that they can't change the conclusion. You can certainly do that, but it gets a little messy. (Doing it the way in the video, you need to prove that (1+1/n)^n is monotonically increasing, which also isn't straightforward.)
@ThuyNguyen-zi5jy
@ThuyNguyen-zi5jy 3 ай бұрын
#1: 50^50 = (49+1)^50 = 49^50 + 50 x 49^49 x 1 + ..... + 1^50 #2: 49^51 = 49^50 x 49^1 49^50 is the biggest number in the series of the sum in #1. In #2, we take the biggest number MULTIPLE 49 times. It is an intelligent guessing that the result should be greater than the biggest number PLUS the rest of the sum in #1. For example: 50^2 and 49^3 #1: 50^2 = (49+1)^2 = 49^2 + 2x49x1 + 1^2 #2: 49^3 = 49^2 x 49^1 It's obviously that #2 is greater than #1
@browntigerus
@browntigerus Жыл бұрын
I had this question 35 years ago while living in Soviet Union. Did not use Euler, just natural logarithm. The same exact result.
@noanmee
@noanmee 9 ай бұрын
Натуральный логарифм это логарифм по основанию е, так-что почти одно и тоже
@Skkdass
@Skkdass 3 ай бұрын
Devide power by 4. 50^50 , 50÷4= reminder 2 So, 50^2=2500 49^51, 51÷4= reminder 3 So, 49^3=117649 Simple 50^50
@lagautmd
@lagautmd Жыл бұрын
This is much simpler to analyze. Make it easily envisioned by reducing the bewilderingly large powers. Get them down to human scale. 50^1 compared to 49^2. 50^1=50. 49^2 is bigger than 50 by inspection. Therefore, by induction, n^n < (n-1)^(n+1).
@aniruddhshandilyak3289
@aniruddhshandilyak3289 Жыл бұрын
A good analysis But this works only when n>=5
@jeffjeff-m1h
@jeffjeff-m1h Жыл бұрын
right hand side is increasing at a slower rate than the left hand side, so at some point when n increases, left hand side should overtake the right hand side
@ducngoctd
@ducngoctd Жыл бұрын
Chứng minh được mệnh đề tổng quát, (bằng phương pháp quy nạp toán học): n^n > (n+1)^(n-1). Với n = 50 là bài toán mà bạn nêu ở trên..
@stem2-orgayafelizardoiiiy.9
@stem2-orgayafelizardoiiiy.9 7 ай бұрын
By Modular Arithmetic for divisibility of 50 50^50 ___ 49^51 0 ____ (-1)^51 0 ___ (-1) 0 ___ 49 (since the remainder must be positive) 0 < 49 therefore 50^50 < 49^51
@thomaso1742
@thomaso1742 9 күн бұрын
You could also say (5×10^50)/(4.9×10^51). Divide the tens (10^50)/(10^51) = (1/10) Multiply the fractions (5/4.9)×(1/10) = (5/49). Therefore: 5 < 49 && (50^50) < (49^51)
@catalinx7301
@catalinx7301 Жыл бұрын
It's simple. The exponent has a bigger influence than the base, so 49^51 is bigger 🤭
@UltraStarWarsFanatic
@UltraStarWarsFanatic Жыл бұрын
Well not necessarily, since 3^2 > 2^3... but in this case yeah, the answer is obvious.
@landpro28
@landpro28 Жыл бұрын
Exactly! Took me 10 seconds to conclude that
@catalinx7301
@catalinx7301 Жыл бұрын
@@UltraStarWarsFanatic 3 and 2 are small numbers. Exponential starts to grow after a while, so my logic is for numbers a little bigger than 1.
@GoodChemistry
@GoodChemistry 11 ай бұрын
I love these problems, great mental exercise! Thanks.
@Alhamdulillah_muslim313
@Alhamdulillah_muslim313 Жыл бұрын
Aa..nice way👍🏻 I can solve it in 2 steps 🙂
@osman8557
@osman8557 3 ай бұрын
Good solution thanks. Firstly I want to solve this problem. And think simple. Let get the rename 50=3, 49=2. 3^3:27 2^4 :16 27 >16 So I decided 50^50 >49^51, untill watching this solution. Why is not work my solution? Is there any explanation? Thanks.
@billj5645
@billj5645 Жыл бұрын
maybe simplify this greatly- which is smaller- 3 to the power of 3, or 2 to the power of 4? (or 4 to the power of 2). 3 to the power of 3 is the smallest so must be a minimum point if you graphed these
@jackmclane1826
@jackmclane1826 11 ай бұрын
Higher power wins for all numbers > 5^5 49^51 is actually almost 20 times larger than 50^50. (bruteforced it by excel)
@OblomSaratov
@OblomSaratov 9 ай бұрын
Higher power doesn't always win. 4^4 > 3^5.
@banjo4us1
@banjo4us1 Жыл бұрын
Your solution is not suitable for Olympiad. You need to attempt it without using Limits.
@PARPROX777
@PARPROX777 Жыл бұрын
It depends of year of olympiad. In USSR limits was part of school program.
@banjo4us1
@banjo4us1 Жыл бұрын
@@PARPROX777 Nice ... Which year calculus is introduced. Russians make some great mathematicians
@IGAgames
@IGAgames Жыл бұрын
we studied limits in 9th grade, it was 2015, but it is mathphysics school
@ДмитрийШейкин-ъ3р
@ДмитрийШейкин-ъ3р 9 ай бұрын
​@@IGAgamesIn Russia every non math school teach limits in 10 grade
@kosterix123
@kosterix123 19 күн бұрын
unless asked for the difference, they should be consistent, so simple (university degree) trick is to use 0 or 1. 1^1 > 0^2 because 1 > 0^2 2^2 > 1^3 because 4 > 1 3^3 > 2^4 because 27 > 16 4^4 > 3^5 because 256 > 9x9x3 = 243 5^5 > 4^6 because 25x125 = 3125 > 4^6 = 16^3 = 1024 6^6 > 5^7 because 36^3 = 46k and 25^3*5 = 78k 7^7 < 6^8 because 49^3*7 -= 823k and 36^4 = 1.7M So the turning point is around 7, which is weird, because up to 6 the difference were larger and larger.
@atulyaroy8962
@atulyaroy8962 Жыл бұрын
You can see by binomial approximation that 49^51 is greater. Though I believe the gap is big enough that the error wouldn't matter. Since LHS will have factor of around 2 and RHS will have factor of 49 which is quite large.
@sorinturle4599
@sorinturle4599 11 ай бұрын
When the numbers are close, the exponent (power) beats the base (the number). In fact, the bigger these numbers are, the smaller number with the bigger exponent (only by one unit) can go lower and lower from 50% of the higher number and the exponentiasion will be higher. Of course, this is only the answer, not the demonstration. More rigurous, but still simple is using the logarithms.
@atulyaroy8962
@atulyaroy8962 11 ай бұрын
@@sorinturle4599 well even at near x=0 there is crazy separation for exponential graph with higher bases so it makes sense differing by 1 in base doesn't matter as much differing by power by 1
@akashnarayanan4199
@akashnarayanan4199 4 ай бұрын
I'm honoured to be thousandth commenter. As the video progresses the enthusiasm or the energy in your voice decreases gradually. I knew the answer just by looking which number had more exponent to its power as both are almost near to each other. I just watched fully to discover any other type of solving it quickly. If I do these kind of calculations for solving 1 problem in my aptitude exam then I will run out of time for other questions so I will rather trust my intuition and choose the answers without using up more time😅
@curaticac5391
@curaticac5391 Жыл бұрын
This is flawed like many such math "solutions" on KZbin. The fact that the limit of a sequence is < 3 does not guarantee that the terms of the sequence are equally so. Like other viewers pointed out.
@aaaaaaaaaaaaa.
@aaaaaaaaaaaaa. 10 күн бұрын
Abstract solution: For 50^50 v.s. (50-1)^51, (50-1)^51= 50^51 (“-“ a*50^50“+” b*50^49“-“ c*50^48 …+-+-…)-1 Where, (“-“ a*50^50“+” b*50^49“-“ c*50^48 …+-+-…) are merely negligible, compared with 50^51. Hence, 49^51 is larger.
@navjeetsingroha7298
@navjeetsingroha7298 8 күн бұрын
More Abstract solution, write 49^51 = (49×49)^50 which means 50^50 ___ (49×49)^50. And this clearly states that right hand side is bigger.
@aaaaaaaaaaaaa.
@aaaaaaaaaaaaa. 7 күн бұрын
@ your equation could be false. 49^51 is not equal to (49*49)^50. It’s 49*49^50
@navjeetsingroha7298
@navjeetsingroha7298 7 күн бұрын
@@aaaaaaaaaaaaa. Yeah you are correct, I miss typed it. Thanks for the correction.
@iviewthetube
@iviewthetube Жыл бұрын
Thank you for explaining such a terrifying problem so calmly.
@HenriLaporte-kv6qq
@HenriLaporte-kv6qq 3 ай бұрын
Just have to study the function f(x) = ln(x)/(x+1). For x > 0, the derivative is the same sign of g(x) = 1+1/x - ln(x). g is decreasing and g(10) < 0, then g(x) < 0 between 49 and 50. So f(50) < f(49) or 50*ln(50) < 51*ln(49).
@sudeeptobaidya6558
@sudeeptobaidya6558 11 ай бұрын
I am an indian and i did binomial expansion and did it in like 10 seconds.Just equate (50/49)^50 to 49 first and 50/49 is 1.02 ,which can be written as (1+0.02).After that just multiply 50 to 0.02 so tha answer will come 1+(50×0.02)=2 which is less than 49. So 50^50 is way way smaller than 49^51.
@sorry6726
@sorry6726 5 ай бұрын
Taking a logarithm is way easy and short one idea. 50Log50, 51log49 50log 50= 50log(7^2 +1) or we can find sqaure root of 50 as 7.07 aprox. ( You can calculate any square root of a non perfect number by looking difference of two consecutive perfect square numbers eg. 7^2= 49,8^2=64, difference=64-49=15 now 50 is 49+1 so squareroot of 50= 7+1/15= 7.07 aprox. ) So 50log50=50log(7.07)^2 =50*2log7.07=100log7.07 Also 51log49=102log7 Clearly 102log7 is bigger than the other
@varunkotwal2427
@varunkotwal2427 Жыл бұрын
One more trick is you can see what 5^5 is less than 4^6 by a good margin. With that logic a bigger number such as 50^50 would be less than 49^51
@michaelguth4007
@michaelguth4007 Жыл бұрын
Just don't make the mistake and use even lower numbers to make your point: 2^4 and 3^3
@RAINBOWbelongsTOtheKIDS
@RAINBOWbelongsTOtheKIDS 11 ай бұрын
Math is exact science(c) 😎
@OblomSaratov
@OblomSaratov 9 ай бұрын
As a calculus fan, to solve this I analyzed the function y=(50-x)^(50+x), where y(0)=50^50, y(1)=49^51. Its derivative is y'=(50-x)^(50+x) (ln(50-x)-(50+x)/(50-x)). We only need to consider x on the interval [0; 1]. Now, to find the sign of y', let's do following estimations: 1) 0≤x≤1 => 50≤50+x≤51 and 49≤50-x≤50; 2) consequently, ln49≤ln(50-x)≤ln50; 3) e log(3; 49) ln50
@paulvalck349
@paulvalck349 4 ай бұрын
With differentiation: f(x+h) is approximately equal to f(x)+f'(x).h So (x+h)^50 is approximately equal to x^50 + 50.x^49.h And 50^50 = (49+1)^50 is approximately equal to 49^50 + 50.49^49.1 = 49^49.(49 + 50) = 49^49.99 On the other hand 49^51 = 49^49.49² 49² > 99 Conclusion: 49^51 > 50^50
@PrinceOluwa-z6m
@PrinceOluwa-z6m Жыл бұрын
I looked at both numbers and could immediately see that that 49^51st is larger. Visualize 50^50th as 50x50... all the way to the 50th one. Visualize 49^51th as 49x50th ... x the 51st 49. Clearly that will result in 49^51st being larger. You can even use a simpler model to prove it. 50 ^ 3rd vs 49 ^ 4th; 50x50x50 = 125k; 49x49x49x49 = 5,764,801. Notice that the difference between 50 and 49 is only 1. That seems to be true for any two consecutive numbers starting with the number 3.
@k_research605
@k_research605 Жыл бұрын
I think you mean 5 and higher. (n^2 > (n-1)^(n+1))
@SkydivingSquid
@SkydivingSquid Жыл бұрын
I simplified this. Take the 50th root of both numbers.. 49^(51/50) vs 50... Simplified: 52.966 vs 50. 49^51 is bigger.
@keanming99
@keanming99 Жыл бұрын
That’s weird. I had a hunch 49^51 is bigger than 50^50 because exponent is always much bigger than a base, without doing all the arithmetic 😂
@Stepan_H
@Stepan_H Жыл бұрын
But without proof, it's crystal ball gazing. Try 3^3 vs 2^4 ... 🤓 By your logic, the higher number should be the one with the higher exponent, but it's not... 😱
@pc6985
@pc6985 Жыл бұрын
​​​​@@Stepan_HIt's better to have proof instead of assumptions, but it's also true that generally higher exponents mean high numbers overall. Yes, 3^3 > 2^4, but even just raising each base by 1 will already make the no. w/ higher exponent larger with 4^3 < 3^4. Keep increasing the bases by 1 after that and the number raised to 4 will always be larger. Even if you had a difference of 2 for the bases, with 4^3 > 2^4, increase the bases by 1 you'll still get 5^3 > 3^4, yes, but increase it one more time and everything starting with and after it'll always be 6^3 < 4^4 or n^3 < (n-2)^4 as long as n > 5. Proof is good, but we're in the comments, not a math comp. Most people here just want the answer, so might as well let them know a "trick" even if it isn't always true. These kinda problems aren't really encountered by the general public often anyways, and anytime they do it'll involve huge numbers with little differences in bases and exponents, at which point the number with the higher exponent is larger 99.9% of the time. By the very small chance it isn't, well it's just youtube so does it really matter? Haha
@carolharris2401
@carolharris2401 Жыл бұрын
That's how I looked at it too. I didn't know how to prove it. But using common sense I figured if decrease the base by 1 and raise the exponent by 1. Then the 1 with the raised exponent is larger
@_dr.mayhem
@_dr.mayhem 2 ай бұрын
Simpler solution Just take it as [(49)³]¹⁷ & [50².⁹⁵]¹⁷ (2.95 is approx but higher than the value of 50/17) We get 117,649¹⁷ & 102,792.52¹⁷ We can easily deduce that the number with higher base would yeild a higher solution when raised to the same exponent. So 49⁵¹ > 50⁵⁰.¹⁵ so it has to be greater than 50⁵⁰ This only works for simple bases and simple powers.
@wavrekordz
@wavrekordz Жыл бұрын
Ok this could be an intuitive answer, but it is so obvius to me that 49^51 is higher simply because there is one more multiplication in it. I’m pretty sure that 49^50*10 would be also higher.
@thomasdalton1508
@thomasdalton1508 Жыл бұрын
You are correct, but that's just a lucky guess. 49^50*2 also has one more multiplication, but isn't higher.
@wavrekordz
@wavrekordz Жыл бұрын
@@thomasdalton1508 Intuition is not a lucky guess. I didn’t say that any multiplication is enough here. That could be *0.1 too, which is also a multiplication and obviously wrong. You can say that this is not an acceptable proof, but the luck has nothing to do with.
@ashton.m
@ashton.m Жыл бұрын
It does seem intuitive cuz of that one additional multiplication. But it's not true for 3^3, and 4^4. From 5^5, the latter expression is larger So Is 50^50 > 49^51. Answer: No. Cuz m^m < m-1^m+1, where m=/>5 👽
@thomasdalton1508
@thomasdalton1508 Жыл бұрын
@@Selendeki But, as Ashton pointed out, increasing the exponent by one doesn't always do the job - it only works for 5 and greater. I don't think it is at all intuitive that the threshold is 5. That requires doing the calculations. Just because your intuition gives the right answer doesn't mean it is good intuition. The exact same intuition would have led you astray for different numbers.
@thomasdalton1508
@thomasdalton1508 Жыл бұрын
@@Selendeki Intuition certainly has its uses and developing your intuition is a very important part of learning mathematics. There are two problems with the OP's comment. First, it is bad intuition - there is no intuitive reason that multiplying more numbers should get a larger result than multiplying larger numbers. It depends on how many more and how much larger. And second, it is completely wrong to say something is "obvious" based on intuition. That just isn't how you do maths. You don't guess and then say your guess is obviously correct.
@ahilar3350
@ahilar3350 17 күн бұрын
I trust my intuition and I went with 49^51 > 50^51. Whaaat? I am right!!! I was able to solve 8 mins problem in less than 8 sec. Now I understand why the people with great intuition overpower the people with great minds.
@frakekera415
@frakekera415 Жыл бұрын
i just compared 10^3 and 9^4. since 9^4 is bigger i thought 49^51 would be bigger
@FranCarreira
@FranCarreira 11 ай бұрын
Exactly… I did something similar. 50^50 is n^n and 49^51 is (n-1)^(n+1) and then, as you did, changed the n for a much smaller number, so I could easily do the calculations, I chose n=2 so I had 2^2 in one side and 1^3 on the other and it appears that the second part is not bigger, but as n grows over 2, you go getting bigger numbers each time on the (n-1)^(n+1) side
@MichalPuncochar
@MichalPuncochar 17 сағат бұрын
Taking a log we compare 50 ln 50 to 51 ln 49. Take a function y(x)=(50+x) ln (50-x), taking a derivative we have dy/dx=ln(50-x) + (50+x)/(50-x). For any -50
@MichalPuncochar
@MichalPuncochar 16 сағат бұрын
In general y(x)=(a+x) ln (a-x) this proof will work for -a < x < a-1. The exact interval boundaries are not so simple to calculate analytically, maybe with Lambert W or impossible?
@ScorpioHR
@ScorpioHR Жыл бұрын
Why simply not divide on with the other and see what happens? (50/49)^50 * 1/49 and see if it's greater or less than 1 ? If it's less than one, then 49^51 is greater than 50^50. Now, eyeballing this, 49 is by 1 lesseer than 50, which is 2%, so 50/49 is probably around 1,002 -1,003. Do I believe 1.003^50 is greater than 49? I don't believe it's even greater than 2, so if I was a betting man, I'd say 49^51 is definitely greater than 50^50. (Since 1,003^3 / 49 is certainly lesser than 1) Now I can go and see what you did here in 8 minutes...
@ScorpioHR
@ScorpioHR Жыл бұрын
@@English_shahriar1 OMG! I think you've just helped me realize I'm in an early stage of Alzheimer's :( But thanks, I guess....
@TFKiller1
@TFKiller1 Жыл бұрын
Even if your answer ls right, You are wrong in some some aspects, so be careful in the future. 50/49 it is a difference of 2% SO it would be around 1,02-1,03. Then 1,03^50 is not greater than 49 but it is greater than 2
@karmiconsciousness
@karmiconsciousness Жыл бұрын
It is quite simple than the video. First make an assumption that 50^50>49^51, then expand the power on RHS 50^50>49^(50+1), 50^50>49^50.49. Then group together the same powers (50/49)^50>49. Now, this will be true only if LHS > RHS in the first inequality. It turns out that 2.74>49 which is NOT true. Therefore, our initial assumption is not correct. Hence, 50^50
@septone
@septone Жыл бұрын
I don’t know the proofing method I’d use but.. if I was asked what the comparison between the two number is, I would’ve gotten the same answer by a simpler means. The base number and exponent is off by one but one is exponentially more valuable. Therefore it will weigh more heavily. 2^3 < 3^2
@EricPerreault
@EricPerreault Жыл бұрын
Disclaimer: not a math person. Issue I see is that the left hand side is 50^50 (same same), so 2^3 vs 3^2 isn't a relevant pattern. Should be 3^3 vs 2^4, or 4^4 vs 3^5, which would give the wrong answer here. I think only starting from 5^5 vs 4^6 is left hand side lesser.
@GetMeThere1
@GetMeThere1 9 ай бұрын
Thanks for doing this for "n." So (for future reference) we know that n^n < (n-1)^(n+1) for relatively large n. What is the lower cutoff (using integers), where the inequality sign switches? 4^4>3^5 but 5^5 < 4^6
@Aeyo
@Aeyo 9 ай бұрын
Your voice was soothing and gave me peace while my mind was screaming inside
@hectormata449
@hectormata449 9 ай бұрын
I’m glad she’s not my introductory algebra teacher or I’d go insane. I may be ignorant on this convoluted mathematical solution but I just assumed the following which gave me the correct “guess” to the problem given. I worked out a simpler similar equation in my addled mind: of 4 squared vs 3 cubed, answer: 16 vs 27, therefore 49 to the 51st power is larger. 😱 👀 ⁉️ 🤔
@wolf5370
@wolf5370 8 ай бұрын
But its an Olympiad Q - you need to show it, not just be content you know the answer. Indeed, 4^4 > 3^5 which does not follow the seeming general rule n^n < (n-1)^(n+1) - and in you sample 3^3 vs 4^2 does not match the pattern in the Q: you have n^n (n+1)^(n-1).
@karthik999x-narrowone8
@karthik999x-narrowone8 6 ай бұрын
I don't care about what your teaching. I just came here cuz your voice is soothing and your handwriting is crystal clear.
@gatedscs
@gatedscs Жыл бұрын
I didn't understood step at 6:28 where you take 1/6 instead of 1/49
@air9music
@air9music Жыл бұрын
I think it was totally unnecessary though it was just to make the inequality simpler by canceling using a multiple of 3. She should've just calculated (3 x 50)/(49 x 49) which isn't difficult and very evidently much smaller than 1.
@Kiran2101
@Kiran2101 Жыл бұрын
Because (1 + 1/49)^50.... Is smaller than 3x 50/49x1/49. So,if that thing Is smaller,It has also to be smaller than 3x50/49x1/6.
@831Billy
@831Billy 5 ай бұрын
Lost me. Need a different explanation. Anyone??
@shanugaur8218
@shanugaur8218 3 ай бұрын
How is (1+1/49)^49 lesser than 3 this lim n~infinite (1+1/n)^n = e used here n is 49 which is finite
@dhineshbala2747
@dhineshbala2747 3 ай бұрын
50^50, 49^51 When take 49^51 , we can write this to (49*49)^50 , then it became 2401^50 ... We all know 50
@muntahajamil
@muntahajamil Жыл бұрын
Excellent!! Your writing system of "9" is totally exceptional 😮
@vishalmishra3046
@vishalmishra3046 9 ай бұрын
*General Solution for any N > 1 (50 or not) and 1 (N+a)^(N-a) for all N > 1 and 1 N^N for all N > 4 (a=1) - e.g. 4^6 (4096) > 5^5 (3125) Rule 3 - (N-a)^(N+a) > N^N for all N > 5 (a=2) - e.g. 4^8 (65536) > 6^6 (46656) Rule N-1 - 2^(2N-2) < N^N for all N > 2 (a = N-2) - e.g. 2^4 (16) < 3^3 (27) And so on ...
@jamesdoughty5530
@jamesdoughty5530 Жыл бұрын
You are good, but it becomes so convoluted I give up before the answer. Is there an short cut to do the problem?
@MathsMadeSimple101
@MathsMadeSimple101 Жыл бұрын
That’s math for ya
@leonadordavinci2703
@leonadordavinci2703 Жыл бұрын
There's no route only for nobles in math
@notray2445
@notray2445 Жыл бұрын
It’s easy, man. For all x,y,a,b > 1: x^a > y^b if a>b AT ALMOST CASE
@antoniojunior936
@antoniojunior936 Жыл бұрын
Eu assisti em outro idioma e entendi, por isso eu amo a matemática ❤
@Farhan-ph1sp
@Farhan-ph1sp 8 ай бұрын
50⁵⁰
@jwac3io
@jwac3io Жыл бұрын
Time management is also part of the test. The answer is C.
@victorgimenocalvo8948
@victorgimenocalvo8948 8 ай бұрын
50 log50
@RaviPKumar-w9r
@RaviPKumar-w9r Жыл бұрын
How did you reduced 49 as to 6?
@louisgrateau
@louisgrateau Жыл бұрын
She chose 6 to make it simple, as long as it was smaller than 49 it would have worked. In a sense, she gave it a try, to see if the whole equation would be smaller than 1 this way, if not, she could have tried bigger denominator, if still smaller than 49, because anyway, the whole reasoning with e is based on not having to be precise if the equation is smaller than 1. If it was bigger, equal to 1, or really close to 1, thing that we are not supposed to know at that moment, then the reasoning would be probably no conclusive, but it was worth giving it an easy try.
@831Billy
@831Billy 5 ай бұрын
She should have explained that substitution maybe a little better. The rest of the video was quite easy to follow
@deepaksethi8390
@deepaksethi8390 Ай бұрын
50^50 is 50 × log 50= 50×1.690= 84.5 49^51 = 49× log49= 49×1.699= 86.2 Antilog 86 is greater than antilog 84.5 Therefore 49^51 is larger
@egogh6055
@egogh6055 Жыл бұрын
What age group is targeted?
@banjo4us1
@banjo4us1 Жыл бұрын
12 years
@phajgo2
@phajgo2 Жыл бұрын
@@banjo4us1 no way! at least 14-15. There is no way you can have that limes part at 12
@banjo4us1
@banjo4us1 Жыл бұрын
@@phajgo2 Maybe you are right. However most Olympiad competitors start early. In our school, we started early coaching by 12. Most competitive exams prep starts by 10 to 12. I am talking about India and how most successful candidate crack exams.
@phajgo2
@phajgo2 Жыл бұрын
@@banjo4us1 I'm from Poland so there may be difference in programs :) we also start olympiads early (around 10-12 as you say) but they usually do not go beyond the program of math classes for the given age as the intention for children is not to incentivize learning extensive material before you're supposed to but it is rather to find smart solutions within the knowledge you have. Still I'm curious to know what age was that question intended for because I found it quite difficult :)
@banjo4us1
@banjo4us1 Жыл бұрын
@@phajgo2 I agree with you. Most problem in these Olympiad could be solved either using higher theory or rudiment maths. I remember once there was a problem of a bird catching a fish and then perching on a tree. The problem could have been solved using Snell's law, but it could also be solved using Similar Triangles, albeit it is a longer solution. I always studied upto 3 years ahead so that I could solve these kind of exams. Even in IIT papers here in India.... most questions has higher maths solutions.
@Patel00786
@Patel00786 3 ай бұрын
5^5and 4^6 is easy To calculate Or 6^6and 4^7 are easy to calculate and for compare....
@19can84
@19can84 10 күн бұрын
Good question but easy numbers...(50/49)^50 vs 49? (50/49)=1.0222 4th power equals 1.1 with a safety margin, 4th power of 1.1 equals 2 with a good safety margin, 4th power of 2 equals 16... Means even 64th power of 50/49 is way less than 49...
@pyrotas
@pyrotas 11 ай бұрын
I may be too dumb for this, however consider r=(50^50)/(49^51). You can rewrite the denominator as (50-1)^51=(50^51)(1-x)^51 where x=1/50. Then, r=x(1-x)^51. Since 1-x
@jrm5760
@jrm5760 11 ай бұрын
I like this solution, since r numerator
@johnshoemaker1338
@johnshoemaker1338 9 ай бұрын
I was never good at algebra, but I am great at multiplication, so I just multiplied 50 x 50 x 50 fifty times in my head, and came up with 8 881 784 197 001 252 323 389 053 344 726 562 500 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000, which is only 85 digits long. Then I tried 49 x 49 x 49 fifty-one times, and came up with 158 489 348 971 613 141 575 887 740 685 910 623 732 002 956 746 326 644 645 760 871 238 192 881 522 209 474 940 049, which is 87 digits long, if I counted correctly. Easier this way than all that Manhattan Project stuff.....
@ThuyNguyen-zi5jy
@ThuyNguyen-zi5jy 3 ай бұрын
hahahaha...😅
@robotcrissneko
@robotcrissneko 9 ай бұрын
Divide both side with 49^50, you will get: 50^50/49^50 ...?... 49^51/49^50 simplify will giving: (50/49)^50 ...?... 49 1.0204^50 ...?... 49 And we know that 1.02^50 will lead to a quite small number, (50/49)^192.63855269 only will give us back 49... Hence, 49^51 > 50^50
@thenamedoesnotmatter
@thenamedoesnotmatter 8 ай бұрын
I used simple intuition. It makes more sense to me that the (49x49 ... x49) falls behind (50x50... x50), however the extra instance of multiplying x49 accounts for all of the previous distance between those equations. If you are repeating something 50x, and 1x49 is just 1 less than 50. We haven't gotten far enough exponentially to create more than 1 digit of a gap. We know from multiplication rules it will go around 2x10^20 for either equation, but it just intuitively makes sense that 49^51 > 50^50.
Now solving is easy without a calculator!!
2:14
LKLogic
Рет қаралды 52 М.
2 to the x = 9, many don’t know where to start
16:17
TabletClass Math
Рет қаралды 1,9 МЛН
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 2,5 МЛН
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 8 МЛН
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 10 МЛН
The Hardest Exam Question | Only 6% of students solved it correctly
17:42
Higher Mathematics
Рет қаралды 231 М.
Math Olympiad 3^m-2^m=65 | Math Olympiad Problems | Algebra
10:49
OnlineMaths TV
Рет қаралды 2,6 МЛН
Which number is larger? - Math puzzle
11:17
Math Queen
Рет қаралды 14 М.
Can You Solve Apple's Split The Coins Riddle?
12:16
MindYourDecisions
Рет қаралды 288 М.
A Very Nice Math Olympiad Problem | Solve for x? | Algebra Equation
16:33
Spencer's Academy
Рет қаралды 9 М.
The SAT Question Everyone Got Wrong
18:25
Veritasium
Рет қаралды 14 МЛН
2 Circles 1 Square
3:35
Andy Math
Рет қаралды 4 МЛН
Viral question from China
8:04
MindYourDecisions
Рет қаралды 728 М.
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 2,5 МЛН