Given positive integers x and y such that x≠y and 1x+1y=112,what is the smallest possible positive value for x+y?
I know this is on the website, but, you got 24+24... but x cant be the same as y
Great explantation with latex coding! (howd you do that... ?)
https://web2.0calc.com/questions/latex-coding
^ You can learn LaTeX with the links in this post.
a=1; b=1;c= 1/a + 1/b; if(c==1/12, goto4, goto5);printa, b; a++;if(a<200, goto2, 0);a=1;b++;if(b<200, goto2, discard=0;
a b
156 13 84 14 60 15 48 16 36 18 30 20 28 21 24 24 21 28 20 30 18 36 16 48 15 60 14 84 13 156
Nice. Is this a linear search on the set of integers?
Wow... That must have taken a while!
Exactly!.
OHHHH wow... I just checked here and BOOOOMMMM THX GUYS!