Spain Math Olympiad Question | You should be able to solve this!

  Рет қаралды 210,988

LKLogic

LKLogic

Күн бұрын

Maths Olympiads are held all around the world to recognise students who excel in maths. The test is offered at many grade levels and provides them with numerous possibilities to win certifications, awards, and even scholarships for higher studies.

Пікірлер: 115
@sudhirjoshi7782
@sudhirjoshi7782 Жыл бұрын
Just multiply ab and bc and divide by ca. You get b². Similarly, a² and c².
@ClickBeetleTV
@ClickBeetleTV Жыл бұрын
This is what I did
@marshan1502
@marshan1502 Жыл бұрын
Nice
@dileepmv7438
@dileepmv7438 Жыл бұрын
she was travelling from India to srilanka via Dubai Germany Mexico Japan Singapore
@SamHalls2015
@SamHalls2015 Жыл бұрын
The problem is that 2,000,000, which is the product of ab and bc, is not divisible by 3, like ca is.
@ClickBeetleTV
@ClickBeetleTV Жыл бұрын
​@@SamHalls2015That is a feature, not a bug
@turtletalks1
@turtletalks1 Жыл бұрын
ab=1000 so b= 1000/a bc=2000 so b= 2000/c 1000/a = 2000/c 2a=c ca= 3000 So 2a^2 = 3000 a^2 = 1500 Now factor this into original solutions to find b^2 and c^2
@olddog57
@olddog57 Жыл бұрын
Didn't see your comment before, otherwise wouldn't try: I even did virtually the same in my mind and commented too
@vranix
@vranix Жыл бұрын
Followed the same way of solving it. No square roots needed 😛
@SotirakisPeklivanas
@SotirakisPeklivanas Жыл бұрын
There is a simpler method. Just find the square of a, b and c then add them together, by taking two equations and substituting into the third to find the square. However I do like your method.
@memeplex9096
@memeplex9096 Жыл бұрын
You right: a^2+b^2+c^2=ab*ca/bc+bc*ab/ca+bc*ca/ab=1000*3000/2000+2000*1000/3000+2000*3000/1000=24500/3
@ulisses_nicolau_barros
@ulisses_nicolau_barros Жыл бұрын
Very nice question. I've liked a lot of those problems from Olympiads. God keep blessing you. One of the best Math channel in KZbin! 😄
@adriensobieski979
@adriensobieski979 Жыл бұрын
ab x bc / ca = b2 = 2000 / 3 bc x ca / ab = c2 = 6000 ca x ab / bc = a2 = 1500 And then just sum.
@rufescens
@rufescens Жыл бұрын
That's also the approach I found.
@olddog57
@olddog57 Жыл бұрын
Too complicated solution for a task solvable without a pen, just in one's ming (I just did): 1. Divide 2nd equation by 1st getting c=a/2 (or a=2c) 2. Substitute in the 3rd equation first c by a/2 getting at once a²=600 3. Substitute in the 3rd equation now a by 2c getting c²=1500 4. Divide 3rd equation by 2nd getting a/b=3/2 or a=3/2b and substitute with this a in the 1st equation, getting b²=2000/3 5. Altogether a²+b²+c²=1500+6000+2000/3=24500/3
@mr13lack
@mr13lack Жыл бұрын
yeah same my method
@pedrocalleja123
@pedrocalleja123 Жыл бұрын
@@mr13lackc=2a
@nicolasbrauner4898
@nicolasbrauner4898 Жыл бұрын
I think you have a typo at a^2 here. should be 6000 to make sense
@rodnymachado3252
@rodnymachado3252 Жыл бұрын
a²=1500
@legendarysquad8778
@legendarysquad8778 10 ай бұрын
Bro in this way i find 13500 ans but how?
@MrMichelX3
@MrMichelX3 Жыл бұрын
I did it without using a constant "k", but by multiplying the 3 equations each others. You can multiply by example ab x ca = a²bc=2000a² ...etc.
@brandonk9299
@brandonk9299 Жыл бұрын
It is much easier to do the division. bc/ab= c/a=2000/1000=2. Now multiply that by the last so c/a x ac = 2 x 3000= c^2 = 6000. We know that c=sqrt(6000). So a=3000/c= 3000/sqrt(6000) and b = bc/c=2000/sqrt(6000). These can now be squared and the radical disappears: a^2+b^2+c^2= (3000)^2/6000 + (2000)^2/6000+(sqrt(6000))^2= 9000/6+4000/6+6000= (13000+36000)/6 49000/6= 24500/3 = 8166 2/3
@cigmorfil4101
@cigmorfil4101 Жыл бұрын
When given some statements regarding somethings, but the answer requires somethings squared then the actual values to the somethings are likely not be required to get the solution, just what those values squared are. Which in this case leads to the question of how can I get a^2, etc from the equations given. A quick look gives that[1] ab × ca / bc = a(bc)a / bc = a^2 Now just manipulate the numbers corresponding to the pairs of multipliers and the value of a^2 pops out without needing to work out a. Similarly for b & c. [1] I suspect this is the method that the writers expected to be used for the quickest, easiest solution.
@m.caeben2578
@m.caeben2578 Жыл бұрын
Well, I took a long detour. Here it is my reasoning: 1. Let x≡1000, simply to have, ab = x, bc = 2x, and ca =3x. 2. Notice (a+b+c)^2 = a^2+b^2+c^2 +2(ab+bc+cd) = a^2+b^2+c^2+12x. 3. To solve for a+b+c, notice that by multiplying the original system by the remaining variable, one has abc=xc, abc=2xa, abc=3xb, and to get a+b+c, we multiply the equations so that the rhs's have the same factors, to the a,b, and c. Aka: 6abc = 6xc, 3abc = 6xa, 2abc = 6xb, which then by summing, 11abc = 6x(a+b+c) 4. To solve for abc, we multiply the original equations by each other => (abc)^2 = 6x^3. 5. Substituting everything as we got them: a^2+b^2+c^2+12x = (a+b+c)^2 = (11abc/6x)^2 = 121 x/6 => a^2+b^2+c^2 = (121/6 - 12)x, with x = 1000.
@dienodecol1808
@dienodecol1808 Жыл бұрын
Hello nice exercise.Idid like this ; a/c=1/2 , b/a=2/3 , b/c=1/3 , b/a*b/c=2/9 b²/3000=2/9 then b²=6000/9 etc......
@carlowood9834
@carlowood9834 Жыл бұрын
Imagine you have an aquarium where the surface of the side is 1000, the bottom surface is 2000 and the front is 3000. What is the square of the longest distance a fish can swim in a straight line? The answer is going to be 1000 times larger than what we get using 1, 2 and 3. So, 1 m^2 side (depth x height) and 2 m^2 bottom (width x depth): it's twice as wide as high! And the front surface is 3 m^3 (width x height) is thus 2 height^2 --> height^2 = 3/2 m^2, and width^2 is four times that: 6 m^2. Since the side is 1 m^2, we have depth^2 x height^2 = 1 and thus depth^2 = 2/3. Add it all up: 2/3 + 3/2 + 6 = (4 + 9 + 36) / 6 = 49 / 6. And the final answer is 1000 times that is 24500 / 3
@prabhudasmandal6429
@prabhudasmandal6429 Жыл бұрын
The other way is, take 1000 as common and set it aside for final stage. So, ab=1, bc=2, ca=3.squaring, these become, a^2b^2=1say(A), b^2c^2=4,say, (B) c^2a^2=9.say,(C) now, multiplying the given 3 datas we get ab×bc×ca=1×2×3 or a^2b^2c^2=6, say,( D) . Now, dividing( D) by (A), (B) and(C) we get, c^2=6, a^2=3/2and b^2=2/3.so, a^2+b^2+c^2=49/6now, import the common 1000 to multiply it and get 49/6×1000=49/3×500=24500/3.Ans.
@memoire4953
@memoire4953 Жыл бұрын
Just multiply the three equations and get a^2 b^2 c^2 = 6 000 000 000 Since a^2 b^2 = 1 000 000 b^2 c^2 = 4 000 000 c^2 a^2 = 9 000 000 a^2 = 1500 b^2 = 2000/3 c^2 = 6000
@sergiykanilo9848
@sergiykanilo9848 Жыл бұрын
a^2 =ab*ca/bc b^2 =ab*bc/ca c^2 =ca*bc/ab
@ryun-.-4164
@ryun-.-4164 Жыл бұрын
Gọi lần lược 3 phương trình từ trên xuống dưới là (1) (2) (3) (1) ÷ (2) được a/c = 1/2 => c = 2a. Thay vào phương trình (3) được 2a^2=3000 a^2=1500 . c=2a => c^2=4a^2=6000 Lấy (2) ÷ (3) ta được b/a = 2/3 => b = 2a/3 => b^2 = 4a^2/9 = 2000/3 Từ đó được đáp án là cộng 3 số lại
@schlingel0017
@schlingel0017 11 ай бұрын
I just solved it like a normal equation system and found values of a b and c
@soloking2469
@soloking2469 Жыл бұрын
We in india used to slove this type of questions in class 10th..
@spencer7404
@spencer7404 Жыл бұрын
This is literally a 4 grade test in China. I saw it in my son's homework once.😅
@ChitrakGupta
@ChitrakGupta Жыл бұрын
A^2 = (ab x ca)/bc.. calculate b^2 and c^2 similarly…
@kennethkan3252
@kennethkan3252 Ай бұрын
ab=1000 bc=2000 ca=3000 a:b:c=3:2:6 abxbc=1000×2000 ac(b^2)=1000×2000 ac=3000 b^2=(1000×2000)÷3000 b^2=2000/3
@prudvi7797
@prudvi7797 Жыл бұрын
Actually by direct substitution also we can get its a=√1500. and b=2/3(√1500). and c=2√1500 All values satisfy every equation and i got the answer 73500
@ShriABCD
@ShriABCD Жыл бұрын
But guessing that a equals root 1500 is not that easy
@prudvi7797
@prudvi7797 Жыл бұрын
@@ShriABCD i calculated and said this not saying without doing
@ShriABCD
@ShriABCD Жыл бұрын
@@prudvi7797 Ok 👍
@prudvi7797
@prudvi7797 Жыл бұрын
@@ShriABCD did u try it the values alo satisfied ab bc and ca too
@anvu6631
@anvu6631 Жыл бұрын
bc/ab=2000/1000. so that c/a= 2. and then solve 2a^2=3000 easily
@aek5797
@aek5797 Жыл бұрын
Why not solve ab=1000 for a; bc=2000 for c; put it in ca=3000 and from there it’s a cake walk to a, c and a^2+b^2+c^2=? ?
@Xebtria
@Xebtria 11 ай бұрын
Well I did the complicated route. STEP1 a=1000/b c=2000/b c*a = 3000 therefore (1000/b)*(2000/b) = 3000 2000000/b² = 3000 2000000 = 3000b² b² = 2000000/3000 STEP2 b=1000/a c=3000/a b*c = 2000 therefore (1000/a)*(3000/a) = 2000 3000000/a² = 2000 3000000 = 2000a² a² = 3000000/2000 STEP3 a=3000/c b=2000/c a*b = 1000 therefore (3000/c)*(2000/c) = 1000 6000000/c² = 1000 6000000 = 1000c² c² = 6000000/1000 STEP4 x = a²+b²+c² x = 3000000/2000 + 2000000/3000 + 6000000/1000 x = 3000/2 + 2000/3 + 6000/1 x = 9000/6 + 4000/6 + 36000/6 x = 49000/6 x ~ 8166.67 well I missed dividing by 2, but it is the same result in the end.
@manjurhasanchisti2264
@manjurhasanchisti2264 Жыл бұрын
A complicated solution.
@ciaucia156
@ciaucia156 Жыл бұрын
=(1*3/2 +1*2/3+2*3/1)*1000
@Денис-любительхимии
@Денис-любительхимии Жыл бұрын
bc/ab=c/a=2, CA=3000
@Miss_miss-u3b
@Miss_miss-u3b Жыл бұрын
Why its so complicated???? In 1:31 you already got solution!!! But you make it into rocket science 😕
@thurmanmerman2720
@thurmanmerman2720 Жыл бұрын
In my country this test is done by infants who have yet to talk. Then the teacher chops them in two with a rusty knife and dances on their grave.
@sansanichalexandroff8913
@sansanichalexandroff8913 11 ай бұрын
I am still trying to figure out what kind of accent is that? Where is she from?
@zsboya
@zsboya Жыл бұрын
ab * ac / bc + ab * bc / ac + ac * bc / ab = a^2 + b^2 + c^2 --> /1000 --> 1*3/2 + 1*2/3 + 3*2/1 = 9/6 + 4/6 + 36/6 = 49/6 --> a^2 + b^2 + c^2 = 49/6 * 1000 = 49*50*10/3 = 24'500/3 .
@someone._.5333
@someone._.5333 Жыл бұрын
Interesting problem
@vecuivious
@vecuivious Жыл бұрын
What pen are you using??
@VivekPandey-sk9ln
@VivekPandey-sk9ln 8 ай бұрын
I don't think so that this type of easier question is from Olympiad of Spain
@in_ui5912
@in_ui5912 Жыл бұрын
abbcca(1/abab+1/bcbc+1/caca)
@hottuamanullang8046
@hottuamanullang8046 5 ай бұрын
Is that somebody get the answer for 8500?
@unnamed4218
@unnamed4218 Жыл бұрын
Is not working with the formula of (a+b+c)^2=a^2+b^2+c^2+2ab+2bc+2ca ? just asking :D
@rohitpandey8681
@rohitpandey8681 Жыл бұрын
i was thinking the same
@evrankorkut8915
@evrankorkut8915 Жыл бұрын
tenkyou
@frosinabrahja1792
@frosinabrahja1792 Жыл бұрын
500
@rajug5709
@rajug5709 Жыл бұрын
24500/3
@RobScha
@RobScha 5 ай бұрын
Very very complicated way...
@ВячеславКозлов-щ9д
@ВячеславКозлов-щ9д Жыл бұрын
Решение через жопу ) Вы не ищете лёгких путей, в комментариях много раз уже написали более простой и короткий способ решения.
@Th0Rx666
@Th0Rx666 Жыл бұрын
You could just guess i guess Xd
@JPTaquari
@JPTaquari Жыл бұрын
sorry, my method is easier, Hugs From Brazil!!!!!!
@alster724
@alster724 Жыл бұрын
Easy
@jmkeupp
@jmkeupp Жыл бұрын
Huh?
@lv70rouge
@lv70rouge Жыл бұрын
literally 3rd grade math can solve this faster and easier
@WeCareTV-z1r
@WeCareTV-z1r 11 ай бұрын
Your answer is wrong it will be 12500/3
@babyghost4434
@babyghost4434 Жыл бұрын
great solution
@srinivasanramachandran6528
@srinivasanramachandran6528 Жыл бұрын
simpler is (ab)*(bc)/ca=1000*2000/3000 = 2000/3 or b^2=2000/3 similarly a^2=1500 and c^2=6000 and answer comes by adding
@babyghost4434
@babyghost4434 Жыл бұрын
@@srinivasanramachandran6528 also great solution sir
@Preschool4yo-7yo
@Preschool4yo-7yo Жыл бұрын
💛💖 Thanks for being important material during my whole lives 💛💖 🟥 🟧 🟨 🟩 🟦 ⬜️ ⬛️
@leotrieu84
@leotrieu84 Жыл бұрын
5 seconds solution: ab x ca = a^2 x bc = a^2 x 2000 = 1000 x 3000. So a^2 = 1000 x 3000 / 2000 = 1500 Do the same with b^2, c^2
@pcrtwentekanaal8458
@pcrtwentekanaal8458 Жыл бұрын
Indeed that is how I did it too. More elegant and less ink needed!
@prochetoshsanyal
@prochetoshsanyal Жыл бұрын
This is how I did it. So much simpler
@hsjwvs
@hsjwvs Жыл бұрын
Why did a^2 become 1000, im confused TT
@luca48-ex3pj
@luca48-ex3pj Жыл бұрын
I agree with people saying "a lot of work for such an easy, immediate solution" obtained with (cyclic) product of two expressions divided by the remaining third ...
@FinnWalTD
@FinnWalTD Жыл бұрын
Very long solution of simplest linear sistem.
@t-o9844
@t-o9844 9 ай бұрын
это можно прекрасно решить без введения дополнительной переменной
@legendarysquad8778
@legendarysquad8778 10 ай бұрын
Maybe the answer is wrong cause by dividing with each other, i find 13500 ?!
@frankzhou8617
@frankzhou8617 9 ай бұрын
This should be a primary school question.
@month32
@month32 10 ай бұрын
I think the reason for the constant κ is there as an example tool, in case you need to use this method for other, harder questions.
@sriramrc2681
@sriramrc2681 4 ай бұрын
Nice thought bro…
@progameronly9852
@progameronly9852 Жыл бұрын
Anwser is 1000000+0+9000000= 10000000 easy
@robertb3214
@robertb3214 Жыл бұрын
She made this far too difficult.
@BP-gn2cl
@BP-gn2cl Жыл бұрын
Very lenghty solution
@sergefrechette8995
@sergefrechette8995 Жыл бұрын
Isnt it obvious that this is two integers 7 x 5 as the logical outcome unless x and y are specified other . The second statement supposes the obvious, that the first statement x and y are integers.
@stormlivin
@stormlivin Жыл бұрын
just divide a in ab i.e b = 1000/a, and in bc i.e b = 2000/c… now multiply those two equations you will get b , and then solve it for c and a by using the value of b.
@dannuttle9005
@dannuttle9005 Жыл бұрын
This was my second math puzzle of the day and I got them both right. I am a complete idiot, so this is a red-letter day! Huzzah! Bring me my hat and walking stick, I shall proceed to the club to boast!
@victorgorelik7383
@victorgorelik7383 Жыл бұрын
small variation: kzbin.info/www/bejne/Zl6ylYKlaLmojLc
@gomamiso_R
@gomamiso_R Жыл бұрын
I solved this math problem with ratios
@bhchoi7057
@bhchoi7057 Жыл бұрын
Is it almost trivial by using log and add 3 equations?
@RUDYFERNANDOGONZALEZESCOBAR
@RUDYFERNANDOGONZALEZESCOBAR Жыл бұрын
Super like desde Guatemala
@ناصرالعتيبي-ك1و3ب
@ناصرالعتيبي-ك1و3ب Жыл бұрын
a=40 b=25 C=80 مجموع ناتج المعادله 8625
@ناصرالعتيبي-ك1و3ب
@ناصرالعتيبي-ك1و3ب Жыл бұрын
الناتج 8625
@MikhailGromov33
@MikhailGromov33 Жыл бұрын
ac=3200?
@ناصرالعتيبي-ك1و3ب
@ناصرالعتيبي-ك1و3ب Жыл бұрын
40^80=3200
@kingsukbandyopadhyay9662
@kingsukbandyopadhyay9662 Жыл бұрын
This is very simple mathematics.
Denmark Math Olympiad Question
3:00
LKLogic
Рет қаралды 21 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 26 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,1 МЛН
My daughter is creative when it comes to eating food #funny #comedy #cute #baby#smart girl
00:17
Worst flight ever
00:55
Adam W
Рет қаралды 26 МЛН
Russia | Math Olympiad Question | You should know this trick!!
8:01
Hardest Exam Question | Only 8% of students got this math question correct
11:28
Solving An Insanely Hard Problem For High School Students
7:27
MindYourDecisions
Рет қаралды 3,5 МЛН
Harvard University Admission Interview Tricks | Find the Value of k=?
13:09
2 to the x = 9, many don’t know where to start
16:17
TabletClass Math
Рет қаралды 1,7 МЛН
Solving the hardest question of a British Mathematical Olympiad
11:26
MindYourDecisions
Рет қаралды 695 М.
Germany | Can you solve this ?  | A Nice Math Olympiad Algebra Problem
10:47
Learncommunolizer
Рет қаралды 4,8 МЛН
Germany Math Olympiad Question | You should know this trick!
11:10
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 26 МЛН