The maximum possible maximum

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

КОМЕНТАРІ • 128

  • @ChristopherBitti
    @ChristopherBitti Місяць тому +42

    Brute force solution:
    Say a + b + c + d + e = abcde and without loss of generality, say e is the max of {a, b, c, d, e}
    Now note that abcde = a + b + c + d + e e = 3. This is another possible value of the max.
    Case 4: abcd = 4
    We have two subcases here. First, we can have one term being 4 and all the other terms being 1, then we get 7 + e = 4e => 3e = 7. There are no solutions in this case. The next subcase is two terms being 2 and the other two being 1. In this case we get 6 + e = 4e => e = 2.
    Case 5: abcd = 5
    In this case one of the terms is 5 and the other three are 1, so we get 8 + e = 5e => e = 2. This is not valid, though, as e = 2 is smaller than the term that is 5, contradicting the definition of e as the max.
    Thus, we have gathered that e can be 2, 3, or 5. So, 5 is the answer.

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

      I think that is the right way to solve. Without checking all the possibilities, how you say that 5 is a valid solution? Perhaps e=5 wouldn't satisfy original equation and so you have to try e=4. I think that inequality only gives you candidates, setting a boundary, but then you have to try and check if they work

  • @jay_sensz
    @jay_sensz Місяць тому +86

    I don't think the conclusion is quite properly argued. If we choose (a,b,c,d) = (1,1,1,5), then we get 8+e = 5e, implying e=2. But that violates the assumption that a≤b≤c≤d≤e.
    Rigorously, you would have to check all five candidates for (a,b,c,d) and check if there's an integer solution for e such that d≤e.
    The possible solutions (a,b,c,d,e) seem to be (1,1,1,2,5), (1,1,1,3,3), and (1,1,2,2,2), so the answer being 5 still stands.

    • @AnantGoswami2
      @AnantGoswami2 Місяць тому +3

      Same here, it doesn't work for max {a,b,c,d,e} = 4. Oddly enough, it works for 3, and then 5.

    • @LearnmoreMoyo-q1o
      @LearnmoreMoyo-q1o Місяць тому

      But the key word is the maximum possible which key word to note is "possible" so 5 is the solution

    • @LearnmoreMoyo-q1o
      @LearnmoreMoyo-q1o Місяць тому

      All these satisfy the equation but they are ruled out coz 5 is the max possible number in all those solution sets

    • @jay_sensz
      @jay_sensz Місяць тому +6

      @@LearnmoreMoyo-q1o Of course 5 is the solution. What I'm saying is that you can't have d=5 with a≤b≤c≤d≤e.

    • @cret859
      @cret859 Місяць тому +4

      @@jay_sensz You right! A last step is missing. By chance in the first case (a,b,c,d)=(1,1,1,2) since 1+1+1+2+5=1*1*1*2*5=10 the value e=5 is a valide maximum. But, we may have check this.
      Perhaps we also may have check that the other cases (1,1,1,3) (1,1,1,4) and (1,1,2,2) produce a solution less than 5 or at least no valide solution.
      Unless we have to demonstrate the general case where whatever the length of the set, if a+b+c+...+x+y+z=a*b*c*...x*y*z then the maximum corresponds to the number of elements because (a,b,c,...,x,y)=(1,1,...,1,2) always produces a valid maximum z because of the sum and the product simultaneously make 2z. And when we increase any single element of (a,b,c,...,x,y) the product or the sum increase, so the new solution, when it exist, is less than the z of the first one.

  • @Grecks75
    @Grecks75 Місяць тому +4

    W.l.o.g. assume that a

  • @sanamite
    @sanamite Місяць тому +44

    I understand the approach, but I don't understand how we showed that e can't be greater than 5 (I know it can't be)

    • @rufusjasko
      @rufusjasko Місяць тому +17

      You can solve for e in each of the cases to show that 5 is the maximum. But this wasn't shown in the video.

    • @glorrin
      @glorrin Місяць тому +19

      I agree, the video is missing something

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

      @@rufusjasko Oh right you just use the given equation to do that, thanks

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

      @@rufusjasko what do you think of my solution in the comments?

    • @konraddapper7764
      @konraddapper7764 Місяць тому +4

      He did Not Proof it
      There are two flaws
      First e is only bounded from below by his Argumente.
      Second nothing.garentees you hat a solution exsists for a given abcd touple or at all for that matter

  • @misterj.a91
    @misterj.a91 Місяць тому +23

    I don't understand the conclusion. I get that you've proven (considering your generalization) that the maximum value for d (a, b and c included) is 5 but if translated in the original comparison it just means (for me) that 5 5 + max{e} = 2.max{e}
    so max{e} is equal to 5.
    Still a valid conclusion I guess.

  • @antosandras
    @antosandras Місяць тому +12

    Although 5 is correct, the finishing argument is a total nonsense, as others commented. The solution (a,b,c,d,e)=(1,1,1,2,5) must be found, and also that the other possible 4-tupples for (a,b,c,d) cannot yield greater e. I am disappointed.

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

    11:35 This argument is not valid. First, even if we knew there is a solution with d = 5, e could still be larger than that. (For example, a=b=c=1, d=2, e=5, is a solution with d

  • @brian554xx
    @brian554xx Місяць тому +8

    You have argued that e can't be > 5, but you haven't shown an example that fits the formula with e = 5. You're a few steps short of { 1, 1, 1, 2, 5 }, which would be conclusive.

  • @johnconrardy8486
    @johnconrardy8486 14 днів тому

    i don;t know what to say, i watch your videos every day and it make me happy, thank you. you are one of the best teacher out there.

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

    شكرا أستاذ
    فعلا الإنسان يتعلم من ولادته لمماته ، أنا أستاذة ( في مجال غير الرياضيات) منذ ما يزيد عن التلاتين سنة وأتعلم وأستمتع بالفيدوات التعليمية وأتابع قناتك دائما .
    فشكرا مرة أخرى

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

    Your videos aids me a lot in solving different questions and preparing for my upcoming exams. Thank you sir❤❤

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

    I just saw your squeeze thm video and it was so informative. I clicked over to your channel and I'm so happy to see that you're still uploading!! Will definitely be following you :) thanks sm

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

    How do you always blow my brain, I look at the question and think no way this is even possible, I don’t even know where to start, then I watch your explanation and it makes SO much sense, you are a genius man!! This is a brilliant way you solved this!

  • @kereric_c
    @kereric_c Місяць тому +2

    (a,b,c,d)=(1,1,1,2) then e=5
    (a,b,c,d)=(1,1,1,3) then e=3
    (a,b,c,d)=(1,1,1,4) then e=7/6 valid
    (a,b,c,d)=(1,1,1,5) then e=2 e

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

      This checking step is straight forward and necessary.

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

    The strategy I came up with is a bit weird but I think it works, unless I've made some error or unjustified leap in logic. I considered how many of a,b,c,d,e are >= 2. Obviously zero won't work because 5 ≠ 1. And we can also see that one won't work either since that would require a + 4 = a and that's impossible.
    If exactly two of a,b,c,d,e are >= 2 then we have a + b + 3 = ab which implies b = (a+3)/(a-1). In order for a and b to both be natural numbers it must be the case that a = 2 and that corresponds to b = 5. So in this case we have max(a,b,c,d,e) = 5.
    If exactly three of a,b,c,d,e are >= 2 then we have a + b + c + 2 = abc. The smallest possible state would be 2 + 2 + 2 + 1 + 1 = 2^3 which is actually true. From there we can see that if we increase any of the values by some positive integer k, that would increase the right-hand side by 4k > k and invalidate the equality. This does tell us that max(a,b,c,d,e) can be 2, but that's uninteresting for our purposes.
    If exactly four of a,b,c,d,e are >= 2 the smallest possible state is 2 + 2 + 2 + 2 + 1 < 2^4, and playing the same "game" of increasing the left-hand side by k increases the right-hand side by 8k, only growing the gulf between them and leaving no possible way for them to be equal. And by an almost identical argument we can rule out all of a,b,c,d,e being >= 2
    Therefore we can see that the maximum possible value of max(a,b,c,d,e) is 5.

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

      I like your solution best. It doesn't change your solution, however you forgot the case where a=3 and b=3 for when two of the values are >= 2.
      This is a valid solution and it works with your equations, which proves their validity. Good job!

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

    I just found your channel. Wow! I looked at the list of videos available, and I'm so excited! I see I'm going to be having some fun! Tons of cool problems.

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

    I have a straightforward solution :
    assuming e is the maximum of the set :
    e = (a+b+c+d)/(abcd-1)
    abcd >= 2
    d(abcd-1)/d(d) >= d(a+b+c+d)/d(d)
    abc >= 1 True
    (the growth of abcd-1 is greater or equal than that of a+b+c+d here, so we want the closest values to {1,1,1,1} as possible while respecting abcd >= 2)
    so say d=2 and a=b=c=1
    e = (1+1+1+2)/1=5

  • @kinshuksinghania4289
    @kinshuksinghania4289 Місяць тому +3

    Although 5 is the correct answer but I don’t agree with how you deduce 5 being the answer at the end.

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

    Although you got the correct answer, the way is wrong. It starts that a+b+c+d+e has to be strictly less than 5e or else you get a=b=c=d=e which you also mentioned at the beginning is impossible. With that you get abcd < 5 which rules out (1,1,1,5). Your quadruples also just satisfy abcd < 5, but not a+b+c+d+e = abcde.

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

    Hey I have a question regarding oblique asymptotes I have a very hard question calculator allowed but it hasn’t helped me all that much

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

    Only solutions when sum=product=10, 9, 8. When all permutations of the three solution sets are considered there are 40.

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

    You failed to prove the concrete existence of the existence of the number 5. It is a possible solution of the maximum. Well done. A check was needed. As far as I have calculated, the only possibility with e=5 in natural numbers is 1+1+1+2+5 = 1*1*1*2*5. Never stop learning. I was born in 1950 and I'm still learning. So I'm alive.😎

  • @NotAvailable-b6d
    @NotAvailable-b6d Місяць тому +4

    You solved for the maximum of your inequalities, but 5 is not an element in the set that solves A+B+C+D+E = A*B*C*D*E .. Testing 4 as Max element fails to solve the equality as well .. Testing 3 as Max element, I found 1,1,1,3,3 solves the equality, thus the Max element of the set is 3 ..

    • @sanamite
      @sanamite Місяць тому +5

      1,1,1,2,5 works

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

      The last couple of minutes of the video left me scratching my head. You’re right that 1,1,1,2,5 works. But we’re trying to do this set of numbers in increasing order.

    • @LearnmoreMoyo-q1o
      @LearnmoreMoyo-q1o Місяць тому

      Valid

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

    Hey coulnd't find any videos about Thales theorem could you make one, you are an amazing teacher and I would love to learn about this and it's crucial for my final exams.

  • @RyanLewis-Johnson-wq6xs
    @RyanLewis-Johnson-wq6xs Місяць тому +1

    Find the maximum possible value of max {a,b,c,d,e} if a+b+c+d+e=abcde e

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

    Notice that (a,b,c,d) can't be (1,1,1,1) since then e+4=e. => d >= 2
    Now consider abcde >= 1*1*1*2*e=2e, so -abcde

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

    Since e is dropped out of the trial-and-error phase, wouldn't it be more prudent to excluse it from the inequality chain, leaving d = max(a,b,c,d)? Then e could just be the balancing value, whatever it happens to be.
    Also, i know you finally got to it at the end, but as one of the setup steps, it might have been helpful to render the natural-language question in math notation and say that for each valid solution, e_n = f(a_n,b_n,c_n,d_n) = g(a_n,b_n,c_n,d_n). And what is max(e)?

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

    can we have some linear algebra or abstract algebra exercises?
    i think it would be great for students who study pure mathematics

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

    Nice problem with nice solution! ❤❤

  • @gavintillman1884
    @gavintillman1884 25 днів тому

    The final conclusion seems plucked from the air. Having enumerated the different cases for (a,b,c,d) I think you need to consider each of these cases and deduce what implies for e when you equate a+b+c+d+e = abcde. Several of those cases have no integer solution, but if those that do, the greatest value for e is indeed 5: 1+1+1+2+5 = 1.1.1.2.5 = 10.

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

    Sir I suggest this two équations for next vidéo thanks:
    1) 2^x + 3^(x^2) = 6
    2) 2^x * 3^(x^2) = 6

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

    Max(a,b,c,d) does not imply max e=5. You have to rearrange the initial equation to e = (a+b+c+d)/(abcd-1), and try all 5 possible sets of (a,b,c,d) to see which one gives the largest e. In fact it is (1,1,1,2) that produces the max e which is 5.

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

    Eyeballing it, I had (5, 2, ,1, 1, 1) which yields a sum and product of 10. Therefore the maximum term is 5 and the maximum sum/product is 10.

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

    really enjoyed this one, very interesting problem

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

    First , your videos are really knowledgeable for a maths lover looks like you go fall in another world

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

    Wait, no. You showed that e >=5, not

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

      Did he even show that e >= 5? I thought he just showed that abcd

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

    If all numbers are equal and then you can write the sum as 5 * n, where n could be a, b, c, d or e.
    So, choosing 5 * n as the biggest value possible of the equation (the sum is always less than the product), we choose to have that 5n >= a*b*c*d*e where n is in the set of {a, b, c, d, e}.
    Now, dividing both sides by n (one of the integers) we have that the product of 4 remaining integers must be less than 5 and because 5 is prime the product of the rest of 4 numbers is 4 or less. Conclusion, 5 is the greatest number of the set {a, b , c, d, e} as the product of the rest of 4 is less or equal to 4.
    Keep up the good work!

  • @hodanassef4057
    @hodanassef4057 Місяць тому +2

    (1,1,2,2,2) sum = product =8

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

      ok. it's a solution but in this case e=2 which is not a maximum for e since {1,1,1,2,5} is also a solution and in this case e=5 which is grater that e=2.

    • @hodanassef4057
      @hodanassef4057 Місяць тому +2

      @@artandata yes you are right, but I ve guessed it from the first trial. My respect . From Egypt.

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

      @@hodanassef4057 my regards to you from an Argentine living in Brazil.

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

    Is it the solution from the original textbook?
    Clearly some sets of {a,b,c,d} mentioned above (e.g. 1,1,1,5) are not valid to the original equation a+b+c+d+e=abcde as there will be no natural number fitting the value of e

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

    I live thousands of miles away from USA. I am an 82 years retired man, who loves Maths. I must admit that you are a wonderful teacher. God bless you.
    From far away.
    Moh.

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

    Without demonstrating that a+b+c+d+e equals abcde, you cannot verify the given condition.

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

      For 10:15 option 1, the sum is 5, and the product is 2. this means e=5.
      10:25 the sum is 6, the product is 3. There is no e for which the the sum and product are equal.
      This holds true for all following options.
      Therefore, the values must be 1,1,1,2,5 in order for sum and product to be equal. From this, the max is 5.
      If you cannot construct a set that meets the given condition, the answer to the question is "the empty set"

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

    Great video, but I am not convinced by the conclusion
    to me all we have shown is
    max{e} >= 5
    I fail to see what we have shown about the max of e, all we know is the max of a b c d is 5,
    e is bigger tha a b c and d, so how can we know that e cannot be 6 and above ?

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

    Hi! I think this proof is a few steps short of rigorous! We have not yet proved that there is a practical case where e=5, only that e=5 is the theoretical maximum

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

      He actually didn't even prove that e is the theoretical maximum, only that abcd

  • @MinhLe-se6bs
    @MinhLe-se6bs Місяць тому

    Hi prime Newtons ! Your teaching style is awesome! I hope there are plenty of math teachers like you in USA, unluckily not many like you as I wish. Your handwriting and your steps to the end are almost perfect! It reminds me when I was in Vietnam before 1975, most math teachers were like you.

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

    And a general solution for a set of n natural numbers would be n? Prove that, in another of your wonderful videos!

  • @LITHICKROSHANMS-gw2lx
    @LITHICKROSHANMS-gw2lx Місяць тому +2

    Given equation
    a+b+c+d+e=abcde....(1)
    Solution:-
    Taking the given equation
    a+b+c+d+e=abcde
    Modifying the equation
    (((10)^(log(a)))+((10)^(log(b)))+((10)^(log(c)))+((10)^(log(d)))+((10)^(log(e))))=((10)^(log(abcde)))
    (((10)^(log(a)))+((10)^(log(b)))+((10)^(log(c)))+((10)^(log(d)))+((10)^(log(e))))=((10)^((log(a))+(log(b))+(log(c))+(log(d))+(log(e))))
    Taking the logarithmic function on both sides
    log((((10)^(log(a)))+((10)^(log(b)))+((10)^(log(c)))+((10)^(log(d)))+((10)^(log(e)))))=log(((10)^((log(a))+(log(b))+(log(c))+(log(d))+(log(e)))))
    log((((10)^(log(a)))+((10)^(log(b)))+((10)^(log(c)))+((10)^(log(d)))+((10)^(log(e)))))=log((10)^(log(abcde)))
    log((((10)^(log(a)))+((10)^(log(b)))+((10)^(log(c)))+((10)^(log(d)))+((10)^(log(e)))))=log(abcde)
    log(a+b+c+d+e)=log(abcde)
    log(a+b+c+d+e)=log(a)+log(b)+log(c)+log(d)+log(e)
    [Since,
    a+b+c+d+e=abcde]
    log(abcde)=log(a)+log(b)+log(c)+log(d)+log(e)....(2)
    The solutions
    1)
    {a,b,c,d,e}→{1,1,2,2,2}
    Now substitute this result in the equation (2) as we get
    log((1)(1)(2)(2)(2))=log(1)+log(1)+log(2)+log(2)+log(2)
    log(8)=3(log(2))
    This is true but it is one of the solution
    We can check this solution either it is maximum or minimum
    0.90308998699=0.90308998699→minimum value of the solution
    2)
    {a,b,c,d,e}→{1,1,1,3,3}
    log((1)(1)(1)(3)(3))=log(1)+log(1)+log(1)+log(3)+log(3)
    log(9)=2(log(3))
    0.95424250943=0.95424250943→slight minimum value of the solution
    3)
    {a,b,c,d,e}→{1,1,1,2,5}
    log((1)(1)(1)(2)(5))=log(1)+log(1)+log(1)+log(2)+log(5)
    log(10)=log(2)+log(5)
    1=1→maximum value of the solution
    Hence,
    the maximum value of the solution
    {a,b,c,d,e}→{1,1,1,2,5}

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

    I keep amused how many that questions could be finished with a small py script.

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

    When I saw the thumbnail, I thought you were referencing a perfect number and its factors!

  • @LearnmoreMoyo-q1o
    @LearnmoreMoyo-q1o Місяць тому

    This problem reminds of another
    Find the letters ABCD such that
    ABCD X 4 = DCBA

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

    I think the conclusion looks vague largely because of the wordiness of it. "if a+b+c+d+e = abcde" is a hypothetical presumption and on that premise we are asked to find the maximum value in the set of natural numbers. But the deduction is almost useless because none of any values can ever prove the hypothetical condition to be true. Even if max value is considered any number the aforesaid presumption of equality never holds true. So in a way not much value in this proof that I see.

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

    Shouldn't the condition be less than 5 e cause if we consider less than Or equal to 5e then if it is equal to 5 e abcde =e^5 which is not possible for any natural number

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

      It is possible when a=b=c=d=e=1.

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

    Can you show please how to compare W(W(1)) and (W(1))^2 without calculator?

  • @RyanLewis-Johnson-wq6xs
    @RyanLewis-Johnson-wq6xs Місяць тому +1

    1

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

    How would you solve a^a+b^b+c^c+d^d=abcd ?

    • @LITHICKROSHANMS-gw2lx
      @LITHICKROSHANMS-gw2lx Місяць тому +1

      Given equation
      a^a+b^b+c^c+d^d=abcd
      Solution:-
      a=b=c=d=n
      So,the equation becomes
      nⁿ+nⁿ+nⁿ+nⁿ=n⁴
      4(nⁿ)=n⁴
      (2²)(nⁿ)=n⁴
      (nⁿ)=((n⁴)/(2²))
      (n)ⁿ=((n²)/(2))²
      Equating the power and base
      So,
      The case:-1[In base]
      n=n²/2
      2n=n²
      n²-2n=0
      Completing the square root
      (n-1)²=1
      (n-1)=±√1
      (n-1)=1&(n-1)=-1
      n=2& n≠0
      The case:-2[In power]
      n=2
      Therefore,
      The case 1= The case 2=n=2
      It means
      a=b=c=d=n
      a=b=c=d=2

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

    what if they are all equal to 0 than you cant say a + b + c + d > e

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

      0:21 His definition of natural numbers doesn't include 0.

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

    (a,b,c,d) = (1,1,1,5) is not a valid solution.
    (a,b,c,d,e) = (1,1,1,2,5) is the correct order. Of course 5 remains the max value.

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

    Yes, I get that. Still, does the given equation have any solution at all, in N? If it does not, then I cannot see that the question is meaningful.
    [Edit] If it does have a solution, then that should be demonstrated, don't you think?

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

      it has 3 different solutions,
      if you include all the permutations it has quite a lot of solutions.
      You can find them by using all the cases for a b c d
      and you would find
      1,1,1,2,5 => 10/10
      1,1,1,3,3 => 9/9
      1,1,2,2,2 => 8/8
      I'll let you find all the permutation I am not bored enough for that

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

      We just found a solution in the natural numbers

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

      @@sanamite
      OK. Maybe I missed it.

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

    The conclusion does not follow, you have just stated it, there is no logical link. You need to prove that it cannot be >5.

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

      Working on it.

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

      ​​@@PrimeNewtonsI suggest you look at majora4's answer in the comments

  • @PeymanMoradi-gv1ik
    @PeymanMoradi-gv1ik Місяць тому

    perfect

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

    Yup
    Ignore
    No reply 👍🏼👍🏼

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

    ERROR: You are calculating conditions for the solution without proving the existence of this solution!
    If you calculate the maximum of all the solutions, but that's an empty set, you won't get the correct result!
    Example: max { n € IN | n = 0.5 } is not 0.5, as expected, it is just not defined...
    In this instance, with the tuple (a, b, c, d, e) = (1, 1, 1, 2, 5), you have max { a, b, c, d, e } = e = 5, but max { a, b, c, d } = 2.
    Why is that? Because for (a, b, c, d) = (1, 1, 1, 5), there exists no such solution! Therefore:
    max { e € IN AND e >= max { 1, 1, 1, 5 } | (1, 1, 1, 5, e) is a solution, i.e. 1+1+1+5+e =1*1*1*5*e } is undefined.

  • @RyanLewis-Johnson-wq6xs
    @RyanLewis-Johnson-wq6xs Місяць тому +1

    Since 5 is the max of a,b,c,d and a≤b≤c≤d≤e, max{e}=5

  • @holyshit922
    @holyshit922 Місяць тому +2

    So {a,b,c,d,e} = {1,1,1,2,5}
    Only this option satisfies equation

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

      {1,1,1,3,3} also satisfies the equation, but has a lower max.

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

      1,1,2,2,2

    • @LearnmoreMoyo-q1o
      @LearnmoreMoyo-q1o Місяць тому

      Hence 3 is not a max at all​@@Illenom

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

      @@LearnmoreMoyo-q1o it satisfies the equation, contradicting holyshit922's comment.

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

      @@sanamite I checked these which he wrote
      Note that i used word option which is
      the same that he used
      and since at least one of his options satisfies equation 5 is indeed the solution

  • @Ivan-fc9tp4fh4d
    @Ivan-fc9tp4fh4d Місяць тому

    I do not understand.

  • @NicolaVozza-w5m
    @NicolaVozza-w5m Місяць тому

    (a+b+c+d) +e = (abcd) e
    and for (1112)
    a + b +c +d = 5
    abcd = 2 and so
    5 + e = 2e and so e = 5
    for (1113) (1114) (1115) (1122) e < d

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

    But 5 is prime and a,b,c,d are natural numbers so that can’t be true

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

    I love your hat😊

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

    A + b + c + d + e is never = abcde if they r natural numbers