2

The options are:

  1. $c/3b$
  2. $a/c$
  3. $b/3c$

According to the test rules, there should be one corrected answer only.

I think both the first and second options are correct because:

  1. $a/b > c/3b$

    $a > c/3$ (I can do this because I know $b > 0$)

    $3a > c$ which is true considering the hypothesis.

  2. $a/b > a/c$

    $1/b > 1/c$ (always because $a > 0$)

    $c > b$

So my first question is: is my procedure wrong? Or are the two options actually both true?

My second question is: what about the third option? I don't know how to demonstrate whether it is true or false.

Physor
  • 4,586
Fede
  • 215
  • 1
  • 5

1 Answers1

1

You are correct. If $a>0$ and $b<c$ then $a/c<a/b$. Also we have $0<1<c/b<3a/b$, so $c/3b < a/b$. Lastly as $b<3a$ we have $$ b/3c < 3a/3c=a/c < a/b$$

So all three are true.

Edit: We also get the last one by $a/b > 1/3$ and $b/3c < c/3c=1/3$.

Lazy
  • 4,519