Flaw in my logic..

Revision en1, by Kaneki_04, 2017-08-29 09:43:08

I was thinking of a way to solve this problem in O(1) and I am not getting the right answer..

My logic was that..

the answer is (a+b)ab/2 and the equation is x+my=mc(I changed b to c for convinience..)

so upon applying the am>=gm inequality in the following way..

((a+b)+a+(2*m-1)b)/3>=((2*m-1)^1/3)*answer

so answer would be floor(LHS/(2*m-1)^1/3) and LHS is 2*m*c as (a,b) lies on the line..

but I was getting a wrong answer..

Sorry if I missed something obvious and any help would be really appreciated..

Tags help needed

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Kaneki_04 2017-08-29 10:10:09 23
en1 English Kaneki_04 2017-08-29 09:43:08 596 Initial revision (published)