Math Olympiad | A Nice Exponential Problem | 90% Failed to solve

Поділитися
Вставка
  • Опубліковано 22 лис 2024

КОМЕНТАРІ • 60

  • @JPTaquari
    @JPTaquari 9 місяців тому +15

    1) It's not difficult to solve mentally, but I used a little trick that made it even easier:
    3^X + 3^Y + 3^Z = 3^5 * 91
    2) I divide everything by 3^5, resulting in:
    3^X-5 + 3^Y-5 + 3^Z-5 = 91
    3) Now, even a student in the initial grades can solve it, as it has to be 1 + 9 + 81
    That is, X = 5; Y = 7 ; Z = 9
    Bingo from Brazil!!!

    • @vijaymaths5483
      @vijaymaths5483  9 місяців тому +2

      Excellent sir!! Thanks for watching :)

    • @ЭдуардПлоткин-р3л
      @ЭдуардПлоткин-р3л 9 місяців тому

      у​@@vijaymaths5483А сам почему не додумался до такого решения? Для настоящего математика оно единственное, достойное внимания.Я решил точно таким же способом за 3 минуты вместе с записью.Начинай учиться у знающих людей,блогер.

    • @ナギナミS
      @ナギナミS 8 місяців тому +1

      I solved this question by the same way with you

    • @gheorgheraileanu3332
      @gheorgheraileanu3332 8 місяців тому

      Qa

    • @electronicbr
      @electronicbr 8 місяців тому

      Boa observação

  • @think_logically_
    @think_logically_ 8 місяців тому +3

    The most difficult part is factorising 22113 = 3⁵ * 91. So we get x=5, otherwise the ratio dividing LHS by 3^x, equal to 1+3^(y-x)+3^(z-x) would be divisible by 3, which it isn't, given that both y-x and z-x are positive. All the rest can be done mentally! 1 + 3^(y-x) + 3^(z-x)=91 => 3^(y-x) + 3^(z-x)=90 => 3^(y-x) * (1 + 3^(z-y)) = 3² * 10, so (for similar reason) y-x=2 => y=7. Then 3^(z-y)+ 1 = 10 => z-y = 2 => z=7.
    It would be more challenging to replace < with ≤, i.e. x≤y≤z. Since all three can't be equal to each other, the remainder of 1 + 3^(y-x) + 3^(z-x) by 3 can be either 1 or 2, but not 0, which means that still x=5 is the only value for x. Than again the remainder of 1 + 3^(z-y) could be either 1 or 2, so still (5, 7, 9) is the only integer solution... unless I am wrong.

  • @arunsanghvi6139
    @arunsanghvi6139 9 місяців тому +2

    Here is a simple solution
    Analyzing last digits: of 3^n follow a cycle of 1, 3, 9, 7. Therefore, the sum of the last digits of 3^x, 3^y, and 3^z must be 3 to reach the last digit of 22113 (which is 3).
    Possible digit combinations: To achieve a sum of 3, the last digits can be formed in two ways: 3 + 7 + 3 or 1 + 9 + 3.
    Ruling out options: 3^1 + 3^3 + 3^9 wouldn't work because their last digits sum to 9 + 7 + 7 = 23.
    Valid solution: This leaves us with the combination 1 + 9 + 3, which corresponds to 3^5 + 3^7 + 3^9.
    Therefore, the correct solution to the equation 3^x + 3^y + 3^z = 22113, considering x < y < z and all integers, is:
    x = 5, y = 7, z = 9

    • @Алексей-ц7ь8б
      @Алексей-ц7ь8б 8 місяців тому

      Есть более простые решения без всяких комбинаций.

  • @ganeshdas3174
    @ganeshdas3174 9 місяців тому +3

    1st step even - odd factorisation is okay! When 3^x =3^7 ,it was lengthen by converting the product again into a compound number.
    For quicker result, it could have been arrived as below:
    (3^y + 3^z) = 3^5×90 =3^5(9 + 81)
    3^5(3^2 + 3^4) = 3^7+ 3^9 . Thus:
    x =5 ,y =7 & z =9.

  • @cicik57
    @cicik57 Місяць тому

    nice problem!
    first, 2+2+1+1+3 = 9, so number divides 9
    then number ends on 3.
    The cycle of d mod 10 for 3^n is : 1,3,9,27,81 (and the last digits repeats 1.3,9,7...)
    in order to last number be 3, there must be ..1 + ..9 + ..3 = ..3
    the first guess would be 1+9+3 = 13.
    So next we can check if the number divides 13
    then we gonna try another combinations like 81 + 9 + 3 = 93 (if 13 do not pass) etc...
    22113 : 9 = 2457 (sum of digits also divides 9)
    2457 : 9 = 273
    273 : 13 = 21 * 13
    so 22113 = 3^5 * 7 * 13 = 3^5 * 91.
    notice that 91 = 81 + 9 + 1 and it is solved,

  • @ganeshdas3174
    @ganeshdas3174 12 днів тому +1

    (x y z) = 9,7,5
    3^9= 19683
    3^7= 2187 +
    3^5= 243 +
    -----------
    22113

  • @markslowhand4214
    @markslowhand4214 9 місяців тому +1

    After x=5 and x^5=243 we shloud divide 22113/243 and substitute y' = y-x and z'=z-x wich gives us an easier equation to solve : 1+3^y'+3^z'=91 => 3^y'(1+3^(z'-y'))=90 => y'=2 => y=2+5=7 and finally 3^(z'-2) = (10-1) => 3^(z'-2)=9 => z'-2=2 => z'=4 => z=x+4=9.

  • @KipIngram
    @KipIngram 7 місяців тому +1

    9, 7, 5
    This was easy because these cutesy UA-cam questions always seemed to be designed to have nice integer answers. And this one was particularly simple to attack - I just found the largest power of 3 that's less than 22113 - it's 9. Then I subtracted that off and repeated - that yielded 7. And what was left after subtracting that off was just 3^5. Couldn't have been easier.

  • @maximcoroli8306
    @maximcoroli8306 9 місяців тому +2

    3^( y-x) + 3^(z-x) = 90 = 3^2 +3^4
    y-x=2, y=7
    z-x=4, z=9
    Решение получается короче

  • @SGuerra
    @SGuerra Місяць тому +1

    Parabéns pela escolha da questão. Ela é muito bonita! Brasil - Outubro de 2024.

  • @mathschallengesbytushar757
    @mathschallengesbytushar757 9 місяців тому +6

    Sir can you tell me how can I strong my geometry for IOQM as my Geometry is weak ?

    • @vijaymaths5483
      @vijaymaths5483  9 місяців тому +1

      For Geometry-
      Just go through the theorems, write them somewhere , understand the proof and pen them down through your understanding and not by copying. If you find the excircle part a headache leave that for the time-being. Do them at the end.
      For Algebra-
      Understand the method and directly go into problem solving.
      Practice INMO past year problems given at the end of book. Though solutions are not available in the book they are available all over the internet.
      Here are my uploaded Olympiad geometry problems video links given below :
      ua-cam.com/video/wmZWJYiHBik/v-deo.html
      ******************************************************************************
      ua-cam.com/video/PxBPWEcWtKA/v-deo.html
      ******************************************************************************
      ua-cam.com/video/nFSz2Pddnuc/v-deo.html
      Also you can check my playlist of uploaded videos.
      Good luck:)

  • @ahmedbarre5232
    @ahmedbarre5232 8 місяців тому +2

    X= 9, y= 7, z= 5

  • @Danieswors
    @Danieswors 9 місяців тому +2

    X:5
    Y:7
    Z:9

  • @KEMALBEY121
    @KEMALBEY121 9 місяців тому +1

    Great Explanation👌

  • @crazyindianvines1472
    @crazyindianvines1472 9 місяців тому +1

    Fantastic method used for solving this beautiful problem 👍

  • @keekutoon
    @keekutoon 8 місяців тому

    so, here at time stamp 6.52, we have 1+ 3^y-x + 3^z-x = 91,, so we need here sum of 91. which can only be obtained by 1+9+81. it implies that y-x = 2, and x=5, so y = 7,, similarly z-x= 4, so z = 9

  • @jllaury75
    @jllaury75 9 місяців тому +2

    x = 5; y = 7; z = 9

  • @michaeledwards2251
    @michaeledwards2251 8 місяців тому +2

    I find it astonishing a base conversion problem, base 10 to 3, is beyond the ability of so many, 91%. Base 10 , 22113, converts to base 3, 1010100000.
    There are various ways of doing it : as a programming exercise, a base conversion program would use a base 10 to 3 table.
    For this example the relevant entries are base 10 3 is base 3 10, base 10 10 is base 31, base 10 100 is base 3 1021 base 10 1000 is base 3 101001 base 10 10000 is base 3 11121121.
    Convert, using a base 10 to base 3 equivalents, the decimal number, multiplying by the value of each decimal digit, and adding in base 3.
    Today the most common base conversions are base 2 to 10, vice versa, used for all computer calculations.

  • @Rocio62154
    @Rocio62154 9 місяців тому +1

    Thank you author for shedding some light.

  • @soumendusarkar849
    @soumendusarkar849 9 місяців тому +1

    Excellent sir

  • @murvetaykac7041
    @murvetaykac7041 8 місяців тому +1

    Thank you for your solition.It Will be better if you let 3^5.90 like this.good dayı..

  • @murvetaykac7041
    @murvetaykac7041 8 місяців тому +1

    Thank you your solition.It would be letter you let 3^5.90 good dayı...

  • @observer5641
    @observer5641 8 місяців тому +3

    3^x +3y +3^z = 22113
    (3^4) * (3^(x -4) + 3^(y -4) + 3^(z-4)) = 81* 273
    3^(x -4) + 3^(y -4) + 3^(z-4) = 273
    3^(x -4) + 3^(y -4) + 3^(z-4) = 243 + 27 + 3
    3^(x -4) + 3^(y -4) + 3^(z-4) = (3^5) + (3^3) + (3^1)
    X-4=5 so x =9
    Y-4 = 3 so y=7
    Z-4 = 1 so z=5

  • @Bertin-q3y
    @Bertin-q3y 9 місяців тому +1

    (9; 7; 5) et on fait une permutation pour avoir 6 solutions.

  • @goodkawz
    @goodkawz 7 місяців тому

    2024-03-29:
    Must be some rule about permutations !?
    Otherwise, why can’t x, y, & z
    =
    any arrangement (permutation) of
    7, 9, & 5?

  • @angelmatematico45
    @angelmatematico45 8 місяців тому

    13 times 7= 91

  • @ravindrakumarjha5257
    @ravindrakumarjha5257 8 місяців тому

    श्री मान जी 91=7 x 13 factor हो सकता है क्यों नही किए

  • @ncslovers3429
    @ncslovers3429 9 місяців тому +1

    👍👍👍

  • @simmmr.9040
    @simmmr.9040 8 місяців тому +3

    22113₁₀=1010100000₃ → z=9, y=7, x=5

    • @Dana-ur2pv
      @Dana-ur2pv 8 місяців тому

      Спасибо Вам за прекрасное разъяснение решения,мне около 80 лет,я всегда любила математику.Обычно я переписываю и самостоятельно решаю,а сегодня увидела , что а правой части уравнения стоит огромное число и не решилась решать,а оказалось очень просто,такое доступное объяснение,что кто даже не разбирается и тот человек поймет.Еще раз благодарю Вас,успехов в Вашей трудовой деятельности.

    • @lifewatery7472
      @lifewatery7472 6 місяців тому

      This solution, like the computer Binary! Good!

  • @sumit-mn6ys
    @sumit-mn6ys 9 місяців тому

    Nice👏

  • @StephenRayWesley
    @StephenRayWesley 9 місяців тому

    (xyz+2xyz-3)

  • @murvetaykac7041
    @murvetaykac7041 8 місяців тому +1

    Better

  • @屋敷大和-g8n
    @屋敷大和-g8n 7 місяців тому

    これは22113の素因数分解

  • @cosmolbfu67
    @cosmolbfu67 6 місяців тому

    just 1 min 😂

    • @vijaymaths5483
      @vijaymaths5483  6 місяців тому

      ohhh you are faster than the calculator isn't it Mr.Genius ??

    • @cosmolbfu67
      @cosmolbfu67 6 місяців тому

      @@vijaymaths5483 yep just practic a lot

  • @enricanegro6823
    @enricanegro6823 9 місяців тому

    91 è ancora divisibile per 7 e per 13!