SOLUTION: Show that in general, if a and b are positive and {{{a < b,}}} then {{{a/(ax + y) < b/(bx + y)}}}, where x and y can be any positive integers.

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: Show that in general, if a and b are positive and {{{a < b,}}} then {{{a/(ax + y) < b/(bx + y)}}}, where x and y can be any positive integers.      Log On


   



Question 1132161: Show that in general, if a and b are positive and a+%3C+b%2C then a%2F%28ax+%2B+y%29+%3C+b%2F%28bx+%2B+y%29,
where x and y can be any positive integers.

Answer by ikleyn(52814) About Me  (Show Source):
You can put this solution on YOUR website!
.
The standard way to prove such statements is to start from the given inequality and to transform it to the simplest form.

using EQUIVALENT transformations.


If the final simplified inequality is TRUE, then the starting inequality is TRUE, too, since you can reverse the chain 
of equivalent transformations.


So, we start from  

    a%2F%28ax+%2B+y%29 < b%2F%28bx+%2B+y%29.                   (1)


Multiply both sides by the positive number  (ax+y)*(bx+y).  Then inequality (1) is EQUIVALENT to

    a*(bx+y) < b*(ax+y).               (2)


Inequality (2) is EQUIVALENT to

    abx + ay < abx + by                (3)


which is equivalent to

    ay < by                            (4)


which with positive "y" is equivalent to

    a < b,                             (5)


which is given.


So, the reversed chain of VALID inequalities   (5) ---> (4) ---> (3) ---> (2) ---> (1)  proves the statement.

Solved.