Results 1 to 3 of 3

Thread: Problem

  1. #1

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787

    Problem

    find all pairs of real (a,b,c) that are solution to:
    a/b + b/a + c/a + a/c + b/c + c/b = 6

    a/(bc) + b/(ac) + c/(ab) =4

    we have from equation 1:

    (a-b)^2/(ab)+(b-c)^2/(bc)+(c-a)^2/(ca)=0

    now from second equation we have:
    (a^2+b^2+c^2)/(abc)=4

    so either a,b,c are all positive or two of a,b,c must be negative. i attempted the case when a,b are negative

    a>0, b>0, c>0 implies that a=b=c=3/4

    but what happens when two of them are negative? i tried to play around with the equations but got no where.

    For those of you who has seen the problem before, it is found at the problem site: http://www.theproblemsite.com/maml/

    of course, i have NO interest in taking a solution and submit it as my own.
    Last edited by bugzpodder; Feb 15th, 2003 at 10:45 PM.
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  2. #2
    Fanatic Member sql_lall's Avatar
    Join Date
    Jul 2002
    Location
    Up Above (i.e. AUS)
    Posts
    571
    AMGM:

    a/b +b/c + c/a + b/a + c/b + a/c >= 6sqrt((abcbca)/(bcaabc))
    =6

    => a/b +b/c + c/a + b/a + c/b + a/c =6 only when a=b=c

    => 3(1/a) = 4, a =3/4 as you found.

    However, i'm not sure if that application of AMGM still works with negative numbers.
    sql_lall

  3. #3

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    well you could try it. x=-1 y=-1

    AM=-1
    GM=1
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width